@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* 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: #292929;
	background-color: #ffffff;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	background-image: none;
	background-repeat: repeat-x;
}
.oneColLiqCtrHdr #container {
	width: 80%;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 36px;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColLiqCtrHdr #header {
	padding: 0 10px 0 20px;
	color: #FFFFFF;
	background-color: #ffffff;
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat-y;
}
.oneColLiqCtrHdr #footer {
	padding: 0 10px;
	background-color: #e2d99e;
	background-image: none;
	background-repeat: repeat;
} 
.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 */
}

a:link {
	text-decoration: none;
	color: #000033;
	line-height: 2em;
}
a:visited {
	text-decoration: none;
	color: #003366;
	line-height: 2em;
}
a:hover {
	background-color: #DDDDDD;
	line-height: 2em;
}
a:active {
	text-decoration: none;
	line-height: 2em;
}
