@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
.oneColLiqCtrHdr #container {
	width: 100%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	background: #DDDDDD;  /* 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. */
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-color: #414182;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-size: 100%;
	color: #CCC;
	font-weight: 200;
}
.oneColLiqCtrHdr #mainContent {
	background-color: #414182;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
	clear: none;
	float: none;
	height: 100%;
	width: 97%;
	color: #FFF;
	font-size: 100%;
	border: thick solid #7B7BAE;
}
.oneColLiqCtrHdr #footer {
	background:#DDDDDD;
	padding-top: 9;
	padding-right: 0px;
	padding-bottom: 9;
	padding-left: 0px;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #F90;
	font-size: 10px;
	width: 100%;
	height: 9px;
	padding-top: 1em;
	clear: none;
	float: none;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
}
.heading {
	color: #CCC;
}
.oneColLiqCtrHdr #container #footer #footer2 p a {
	color: #000;
}
.oneColLiqCtrHdr #container #mainContent h2a {
	color: #7B7BAE;
}
.oneColLiqCtrHdr #container #mainContent h2 {
	color: #FFF;
	padding-right: 0px;
}
.line {
	background-color: #F90;
	height: 3px;
	width: 129px;
}

