@charset "iso-8859-1";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	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: #666666;
}
.oneColLiqCtrHdr #container {
	width: 770px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #999999;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	padding: 0;
	height: 267px;
	background-color: #FFFFFF;
}


.oneColLiqCtrHdr #mainContent {
	padding: 0 10px 10px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #3F4788;
	font-size: 11px;
	color: #FFFFFF;
}
.oneColLiqCtrHdr #mainflash {
	padding: 0;
	font-size: 11px;
	background-image: url(../images/index_03.jpg);
}

.oneColLiqCtrHdr    #mainContent    ul, ol  {
	padding: 10px 20px 0 40px;
	list-style-type: square;
	line-height: 20px;
	margin-top: 10px;
}

.oneColLiqCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
} 
.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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
	text-align: center;
}
.oneColLiqCtrHdr #mainContent h1 {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.oneColLiqCtrHdr #mainContent h2 {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.oneColLiqCtrHdr #mainContent h3 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:visited{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

a:link{
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:bold;
}

a:hover{
	color:#CCCCCC;
	text-decoration:underline;
	font-weight:bold;
}

