@charset "utf-8";
body {
	color: #000066;
	background-color: #7FC3DD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
}
.oneColLiqCtrHdr #container {
	text-align: left;
}
.oneColLiqCtrHdr #header {
	padding: 0 10px 0 20px;  /* 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. */
	background-color: #7FC3DD;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px;
	background-color: #DCEEF5;
}
.oneColLiqCtrHdr #footer {
	background-color: #7FC3DD;
} 
.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 */
}
.oneColLiqCtrHdr #container #nav {
	background-color: #7FC3DD;
	width: 100%;
	clear: both;
	float: right;
}
.oneColLiqCtrHdr #container #mainContent h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000099;
}
.oneColLiqCtrHdr #container #mainContent #img_field {
	margin-left: 10px;
}
