@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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;
}

body  h1,h2,h3,h4,h5,h6{
	color: #FF6600;
	margin:0px;
	padding:0px;
}

.twoColLiqLtHdr #container { 
	width: 970px;  /* this will create a container 80% of the browser width */
	min-width: 970px;
	background: #FFFFFF;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow:hidden;
	padding:0px;
	background-image:url(/images/side_repeat.jpg);
	background-repeat:repeat-y;
} 
.twoColLiqLtHdr #header {
	padding:0px 5px 0px 5px;
	margin:0px 0px 0px 0px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	width: 970px;
	height: 154px;
	overflow:hidden;
	text-align:right;
}

.twoColLiqLtHdr #header .logo_link{
	float: left;
	width : 348px;
	height: 64px;
	margin:90px 0px 0px 0px;
	display:inline;
}

.twoColLiqLtHdr #header #header_links_wrapper {
	height:29px;
	width:820px;
	/*margin-left:350px;*/
	margin-top:88px;
	padding:5px 0 0 5px;
}

.twoColLiqLtHdr #header .header_links {
	width:auto;
	margin-left:0px;
	margin-right:30px;
	display:inline;
	float:left;
	text-align:right;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

.twoColLiqLtHdr #header .header_links a {
	color:#000000;
}
.twoColLiqLtHdr #header .header_links a:visited {
	color:#000000;
}
.twoColLiqLtHdr #header .header_links a:hover {
	color:#FF6600;
	text-decoration:overline underline;
}

.twoColLiqLtHdr #sidebar1 {
	float: left; 
	width: 229px; /* since this element is floated, a width must be given */
	background-image:url(../images/side_repeat.jpg);
	background-repeat:repeat-y;
	padding: 0; /* top and bottom padding create visual space within this div  */
}
.twoColLiqLtHdr #sidebar1 h3, .twoColLiqLtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.twoColLiqLtHdr #sidebar1_top {
	width: 229px;
	background-image:url(../images/side_top.jpg);
	background-repeat:no-repeat;
	height: 127px;
}

.twoColLiqLtHdr #sidebar1_content {
	width: 229px;
	margin: 0;
	padding: 0 5px 0 5px;
}

.twoColLiqLtHdr #mainContent { 

	padding:35px 10px 0px 90px;
	margin:0px;
	min-height:127px;
	
	background-image: url(/images/side_top.jpg);

	background-repeat: no-repeat;

	background-position: left top;	


}

.twoColLiqLtHdr #mainContent p{
margin:0px;
padding:0px;

}

* html .twoColLiqLtHdr #mainContent{
	height:127px;
}
 
.twoColLiqLtHdr #footer { 
	padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#98CEF0;
	border: 1px solid #CCCCCC;
	margin:0;
	text-align:center;
	font-size:9px;
	color:#000000;
}

.twoColLiqLtHdr #footer a{ 
	color:#000000;
}
.twoColLiqLtHdr #footer a:visited {
	color:#000000;
} 
.twoColLiqLtHdr #footer a:hover {
	color:#FF6600;
	text-decoration:underline;
}








.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;
}