@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #0C2A3F;
	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: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #0C2A3F;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	background-color: #0C2A3F;
	background-image: url(sidebar2.gif);
} 
.thrColFixHdr #header {
	background: #FFFFFF;
	width: 790px;
	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. */
	margin: 0px;
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 100px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	border-right-width: 0px;
	border-right-style: none;
	border-right-color: #8E9295;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 185px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #9FA3A6; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 0px 10px; /* padding keeps the content of the div away from the edges */
	color: #000000;
	margin: 0px;
	border: 1px none #FFFFFF;
}
.thrColFixHdr #mainContent {
	margin:0 205px 0 122px;
	padding:0 3px 0 5px;
	background: #FFFFFF;
} 
.thrColFixHdr #container #mainContent .bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.thrColFixHdr  #mainContent  h4  {
	font-size: 11px;
	font-weight: bold;
	color: #0C293E;
	background-color: #D9D9D9;
	background-repeat: no-repeat;
	background-position: right;
	padding:5px 0 5px 7px;
	margin:10px 0 0 7px;
}
.thrColFixHdr   #mainContent   p {
	font-size:12px;
	padding:0 5px;
	margin:0 0 5px;
}

.thrColFixHdr  #mainContent  h2 {
	font-size: 15px;
	color: #245665;
	text-align: center;
	line-height: 0;
	font-style: italic;
	margin: 0px;
	font-weight: bold;
}
.thrColFixHdr  #mainContent  h1 {
	font-size: 28px;
	color: #0C2A3F;
	text-align: center;
	line-height: normal;
	margin-bottom: 10px;
	font-weight: bold;
}
.thrColFixHdr  #mainContent  h5  {
	font-size: 11px;
	font-weight: bold;
	color: #0C2A3F;
	margin-bottom: 4px;
	padding-left: 5px;
	margin-top: 20px;
}
.thrColFixHdr #mainContent h3 {
	font-size: 12px;
	font-weight: bold;
	color: #0C2A3F;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0C2A3F;
	border-right-color: #0C2A3F;
	border-bottom-color: #0C2A3F;
	border-left-color: #0C2A3F;
	padding: 5px 0;
	margin:15px 0 5px;
}

.thrColFixHdr   #sidebar2   h2 {
	font-size: 11px;
	color: #FFFFFF;
	line-height: 8px;
	padding:5 0 2px;
	margin:15px 0 2px;
	border: 1px none #FFFFFF;
}
.thrColFixHdr   #sidebar2  p  {
	font-size: 11px;
	color: #0C2A3F;
	margin-top: 2px;
	border-bottom-style: none;
	border-bottom-color: #0C2A3F;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	
	padding:0;
	margin:2px 0 0;
}
.thrColFixHdr   #sidebar2   h3 {
	font-size: 11px;
	color: #0C4759;
	line-height: normal;
	font-style: italic;
	font-weight: normal;
	border: 1px none #FFFFFF;
	margin: 0px;
	padding:0;
}
.thrColFixHdr #footer {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal;
	padding: 0 0px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#0C2A3F;
	color: #FFFFFF;
	line-height: 24px;
	margin: 0px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
	background-position: center center;
}
.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;
}
a:link {
	color: #0C2A3F;
	padding: 0px;
}
A.smafooters:link, A.smafooters:active { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font-style: normal; 
	font-weight: normal; 
	color: #999999; 
	text-decoration: none; 
	line-height: 16px;
}

A.smafooters:visited { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font-style: normal; 
	font-weight: normal; 
	color: #999999; 
	text-decoration: none; 
	line-height: 16px;
}

A.smafooters:hover { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font-style: normal; 
	font-weight: normal; 
	color: #999999; 
	text-decoration: underline; 
	line-height: 16px;
}


.thrColFixHdr #container #sidebar2 h1 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding:10px 0 0 5px;
}
.thrColFixHdr #sidebar2 h4 {
	font-size: 12px;
	color: #FFFFFF;
	line-height: normal;
	font-style: normal;
	font-weight: bold;
	border: 1px none #FFFFFF;
	margin: 0px;
	padding:5px 0 2px 5px;
}






/* --- CONTENT BOXES --- */
#mainContent div.content_box {
	width:433px;
	background-color:#D9D9D9;
	margin-bottom:10px;
	height:85px;
}

#mainContent div.content_box h4 {
	padding:7px 0 3px 7px;
	margin:0;
}

#mainContent div.content_box p {
	font-size: 11px;
	color: #000000;
	line-height: 12px;
	padding: 0px 0px 0px 7px;
	margin: 0px;
}

#mainContent div.content_box p.link_line {
	color:#0C2A3F;
	font-size:10px;
	margin:5px 0 0;
}

#mainContent div.content_box img {
	float:right;
	border:none;
}

#sidebar2 div.content_box {
	width:185px;
	background-color:#9FA3A6;
	margin-bottom:10px;
	height:auto;
	padding-bottom: 5px;
	border: 1px solid #FFFFFF;
	padding-right: 0px;
	margin-right: 0px;
}

#sidebar2 div.content_box h4 {
	padding:7px 0 3px 7px;
	margin:0;
}

#sidebar2 div.content_box p {
	font-size: 11px;
	color: #0C2A3F;
	line-height: 12px;
	padding: 2px 3px 3px 7px;
	margin: 0px;
}


#sidebar2 div.content_box img {
	float:right;
	border:none;
}#sidebar2 div.content_box h2 {
	padding:10px 0 3px 7px;
	margin:10 0 0;
	line-height: 14px;
}
#sidebar2 div.content_box h3 {
	padding:0px 0 1px 7px;
	margin:0;
}

