@charset "UTF-8";
/* CSS Document */
<!-- 
body  {
	background: #003366;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.thrColLiqHdr #container { 
	width: 1000px;  
	background: #FFFFFF;
	margin: 10 auto; 
	border: 1px solid #000000;
	text-align: left; 
	border: thin #000 2px;
	border-top-color: #333333;
} 
.thrColLiqHdr #header {
	background: #003366;
	padding: 0 0px;
	width: 1050px;
	height: 175px;
}
.thrColLiqHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}

.thrColLiqHdr #sidebar1 {
	float: left; 
	width: 22%; 
	background: #336666; 
	padding: 15px 0; 
}
.thrColLiqHdr #sidebar2 {
	float: right; 
	width: 23%;
	background: #660000; 
	padding: 15px 0; 
}
.thrColLiqHdr #sidebar1 p, .thrColLiqHdr #sidebar1 h3, .thrColLiqHdr #sidebar2 p, .thrColLiqHdr #sidebar2 h3 {
	margin-left: 10px; 
	margin-right: 10px;
}

.thrColLiqHdr #mainContent { 
	margin: 0 24% 0 23.5%; 
}

.thrColLiqHdr #footer { 
	padding: 0 10px; 
	background:#330000;
} 
.thrColLiqHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
}

/* 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;
}
.style1 {color: #FFFFFF}
.style2 {color: #CC9933}
--> 
</style>
<!--[if IE]>
<style type="text/css"> 
.thrColLiqHdr #sidebar2, .thrColLiqHdr #sidebar1 { padding-top: 30px; }
.thrColLiqHdr #mainContent { zoom: 1; padding-top: 15px; }
</style>
