@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #09273f;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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: #000000;
}
.thrColFixHdr #container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #0d4374;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #0d4374;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header { 
	background: #DDDDDD; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColFixHdr #header2 { 
	background: #DDDDDD; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.thrColFixHdr #mainContent { 
	margin: 0 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
} 

.thrColFixHdr #footer { 
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#153862;
} 

.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 */
	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 a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.text {font-size: 14px ; line-height: 18px; padding:8px; color: #ffffff; font-family: Arial, Helvetica, sans-serif; }

.titles {font-weight: bold; line-height: 18px; font-size: 14px; color: #d5d4be; font-family: Arial, Helvetica, sans-serif}

.subtitles {line-height: 18px; font-size: 12px; color: #d5d4be; font-family: Arial, Helvetica, sans-serif}

.links {font-size: 12px; line-height: 18px; color: #ffffff; visited:white; text-decoration: underline; font-family: Arial, Helvetica, sans-serif}

.bottommenu {text-decoration: none; font-size: 10px; line-height: 18px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #ffffff;}