@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;
	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;
	background-color: #f4f4f7;
}
.oneColLiqCtrHdr #container {
	width: 100%;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}
.oneColLiqCtrHdr #header {
	height: 218px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 230px;
	background-image: url(images/top.jpg);
	background-repeat: repeat-x;
}
.oneColLiqCtrHdr #container #header a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: oblique;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
}

.oneColLiqCtrHdr #mainContent 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: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: oblique;
	color: #AC1E57;
}
.oneColLiqCtrHdr #container #mainContent p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #A81953;
	font-style: normal;
	line-height: 22px;
	text-align: justify;
}

.oneColLiqCtrHdr #mainContent {
	margin-right: 200px;
	margin-left: 200px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
.oneColLiqCtrHdr #container #mainContent .descrip {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #AC1E57;
	text-align: center;
	font-style: oblique;
	padding-top: 8px;
}

.oneColLiqCtrHdr #footer {
	background-image: url(images/bottom.jpg);
	background-repeat: repeat-x;
	height: 116px;
} 
.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-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: oblique;
	vertical-align: middle;
	text-align: center;
	color: #FFFFFF;
}
.oneColLiqCtrHdr #container #footer a {
	color: #CCFFFF;
}
#apDiv1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	right: 5px;
	top: 10px;
}
.oneColLiqCtrHdr #container #mainContent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #C13568;
}
