@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fffff0;
	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: #9370db;
}
.oneColLiqCtrHdr #container {
	background: #fffff0;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	background: #fffff0;
	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. */
	font-size: 75%;
	font-style: normal;
	line-height: normal;
	text-align: center;
	color: #b8b60b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.oneColLiqCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #fffff0;
}

.oneColLiqCtrHdr #container #mainContent h1 {
	font-family: "Lucida Sans Unicode", "Courier New", serif;
	font-size: 1.5em;
	color: #ff8c00;
	text-align: center;
	margin-right: 0px;
}

.oneColLiqCtrHdr #container #mainContent h2 {
	font-family: "Lucida Sans Unicode", "Courier New", serif;
	font-size: 1em;
	color: #FF8C00;
	text-align: center;
}
	
a:link {
	color:#b8b60b;
	font-size: 12px;
	text-decoration: underline;
	
	}
	
a:hover {
	color:#FF1493;
	font-size: 12px;
	text-decoration: underline;
}
	
a:visited {
	color:#b8b60b;
	font-size: 12px;
	text-decoration: underline;
}

.oneColLiqCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fffff0;
} 
.color {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #606;
	text-decoration: underline;
}

.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 */
}
.footer_header {
	text-align: center;
}
.oneColLiqCtrHdr #container #footer p  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	padding-top: 20px;
	padding-right: 150px;
	padding-bottom: 20px;
	padding-left: 150px;
}

