@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #737244;
}
.oneColLiqCtrHdr #container {
	width: 80%;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
}
.oneColLiqCtrHdr #header {
	background-color: #737244;
	color: #666666;
	border-bottom-width: 6px;
	border-bottom-style: outset;
	border-bottom-color: #737244;
	padding-top: 10px;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Trajan Pro";
	font-size: 185%;
	font-weight: bold;
	text-align: center;
	background-color: #FFFFFF;
}
.oneColLiqCtrHdr #mainContent {
	background-color: #CCCCCC;
}
.oneColLiqCtrHdr #footer {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #737244;
} 
.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 */
	text-align: center;
	font-size: 10px;
}

.oneColLiqCtrHdr #mainContentl {
	background: #FFFFFF;
	width: 45%;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	float: left;
}
.oneColLiqCtrHdr #mainContentr {
	background: #FFFFFF;
	width: 45%;
	float: right;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: center;
	font-weight: bold;
	color: #666666;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.menu {
	width: 20%;
	background-color: #3D4A77;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	text-align: center;
	float: left;
	padding-top: 4px;
	padding-bottom: 6px;
	border-bottom-width: 6px;
	border-bottom-style: outset;
	border-bottom-color: #FFCC98;
	font-size: 75%;
}
.menu a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:hover{
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
.menu a:visited{
	
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.menu.a:active{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.oneColLiqCtrHdr #Content {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: outset;
	border-top-color: #000000;
}
.oneColLiqCtrHdr #Content h1 {
	font-family: "Trajan Pro";
	font-size: 24px;
	color: #000000;
	font-weight: bolder;
}

.oneColLiqCtrHdr #Content h2 {
	font-family: "Trajan Pro";
	font-size: 18px;
	color: #000000;
	font-weight: bolder;
}

