@charset "utf-8";
body {
	padding: 0px; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	background-color: #818286;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1
{
text-align:left;
font-size:12pt
}

.oneColLiqCtrHdr #container {
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
	width: 822px;
	font-size: 12px;
	height: auto;
		
}
.oneColLiqCtrHdr #header {
	background-image: url(images/header.jpg);
	height: 258px;
	width: 822px;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.oneColLiqCtrHdr #header h1 {
	padding: 0px, 0px, 0px, 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 13px;
	text-align:right;
	padding: 97px 20px 0px 0px;
	color: #FFF;
	text-decoration: none;
}

.oneColLiqCtrHdr #container #header h1 a {
	color: #FFF;
}

.oneColLiqCtrHdr #mainContent {
	margin-right: 30px;
	margin-left: 30px;
	font-size: 13px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px, 0px, 0px, 0px;

	div.img
; 	min-height: 300px;

}	

.oneColLiqCtrHdr #footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	width: 822px;
	height: 45px;
	background-position: center bottom;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
} 
.oneColLiqCtrHdr #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: 5px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 8pt;
	color: #FFF;
}

.oneColLiqCtrHdr #container #footer a {
	color: #FFF;
}

a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #336;
	text-decoration: none;
}
a:hover {
	color: #F33;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}
