@charset "UTF-8";
body  {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #242424;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
}
.thrColLiqHdr #container {
	width: 100%;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColLiqHdr #header {
	height: 150px;
	overflow: hidden;
	background-color: #00bad1;
} 
.navigation {
	margin: 0px;
	padding: 0px;
}
.navigation ul {
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 257px;
	height: 35px;
}
.navigation li {
	display: block;
	float: left;
	margin-top: 5px;
	margin-right: 8px;
	margin-bottom: 5px;
	margin-left: 8px;
	width: 150px;
	padding-left: 10px;
	height: 23px;
	padding-top: 2px;
	color: #FFFFFF;
	font-size: 13px;
}
.cBlue  {
	background-color: #01a5ca;
}
.cOrange {
	background-color: #f29400;
}
.cGreen {
	background-color: #879c51;
}
.cPurple {
	background-color: #8e579b;
}
.navigation li a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.navigation li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.navigation li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.navigation li a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.thrColLiqHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	visibility: hidden;
}
.thrColLiqHdr #header .logo {
	float: left;
	height: 150px;
	width: 265px;
	position: absolute;
	background-color: #FFFFFF;
}
.thrColLiqHdr  #header  .banner {
	float: left;
	height: 150px;
	overflow: hidden;
	position: absolute;
	margin-left: 265px;
	background-color: #00bad1;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#homeContent {
	margin-left: 257px;
	width: 710px;
	font-size: 90%;
}
#homeContent .Stripe {
	width: 150px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
#homeContent .Spacer {
	width: 18px;
}
#homeContent table {
	margin-left: 8px;
	margin-top: 10px;
}
#homeContent td {
	color: #FFFFFF;
	text-align: left;
	vertical-align: top;
}
#homeContent img {
	border: 0;
	float: right;
}
.next {
	height: 24px;
	width: 150px;
	float: right;
	bottom: 0px;
	right: 0px;
	display: block;
	float: left;
	margin-right: 8px;
	margin-bottom: 5px;
	margin-left: 8px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-align: right;
}
.next img {
	border: 0;
}
#backgroundContent {
	margin-left: 257px;
	width: 70%;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 5px;
	font-size: 90%;
}
#backgroundContent h1 {
	font-size: 160%;
	color: #8E579B;
}
#backgroundContent h2 {
	font-size: 140%;
	color: #8E579B;
}
#backgroundContent h3 {
	font-size: 120%;
	color: #8E579B;
}
#backgroundContent img {
	margin: 12px;
}
#backgroundContent th {
	background-color: #b89bc5;
	text-align: left;
	font-size: 90%;
	padding: 4px;
	vertical-align: top;
}
#backgroundContent table {
	border: 1px solid #333333;
}
#backgroundContent td {
	text-align: left;
	font-size: 90%;
	padding: 5px;
}
#backgroundContent   .even   {
	font-size: 90%;
	background-color: #d3c1dd;
}
#backgroundContent   .odd   {
	font-size: 90%;
	background-color: #e9e0ee;
}
#backgroundContent .right {
	text-align: right;
}
#backgroundContent a:link {
	color: #8E579B;
}
#backgroundContent a:visited {
	color: #8E579B;
}
#backgroundContent a:hover {
	color: #8E579B;
	text-decoration: none;
}
#backgroundContent a:active {
	color: #8E579B;
}
