@charset "utf-8";
body {
	font: normal 30px "Old English Text MT";
	margin: auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0 0 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: #003366;
	background-repeat: repeat;
	clear: none;
	float: none;
	background-color: #FFFFCC;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.oneColLiqCtrHdr #container {
	width: 95%;  /* this will create a container 80% of the browser width */
	background: #FFFFCC;
	margin: auto; /* this overrides the text-align: center on the body element. */
	float: none;
	padding: 0px 0px 10px;
	border-top: none #CCCCCC;
	border-right: none #CCCCCC;
	border-bottom: none #CCCCCC;
	border-left: none #CCCCCC;
}
.oneColLiqCtrHdr #header {
	background: #FFFFCC repeat center center;
	padding: 0 10px;
	margin: 5px auto auto;
	font-family: "Old English Text MT";
	font-style: italic;
	font-size: 24px;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0px 0px 10px; /* 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: 0px;
	border-top: none #CCCCCC;
	border-right: none #CCCCCC;
	border-bottom: none #CCCCCC;
	border-left: none #CCCCCC;
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFCC;
	background-repeat: no-repeat;
	background-position: center 25px;
	text-align: left;
	}


.oneColLiqCtrHdr #footer {
	background:#FFFFCC;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
} 
.oneColLiqCtrHdr #footer p {
	margin: 10px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 1px 10px 10px;
	border-top: #CC9900;
	border-right: #CC9900;
	border-bottom: #CC9900;
	border-left: #CC9900;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #003366;
	font-size: 14px;
}
.oneColLiqCtrHdr #container #mainContent h3 {
	text-align: center;
}
.oneColLiqCtrHdr #container #mainContent h2 {
	text-align: center;
}
.oneColLiqCtrHdr #container #mainContent p {
	text-align: left;

}
.Heading {
	text-align: center;
}
.oneColLiqCtrHdr #container #mainContent {
	text-align: center;
	font-size: 14px;
}
.oneColLiqCtrHdr #container #mainContent p {
	text-align: center;
}

