@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 {
	width: 80%;  /* this will create a container 80% of the browser width */
	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: none;
	
	}
	
a:hover {
	color:#FF1493;
	font-size: 12px;
	text-decoration: none;
}
	
a:visited {
	color:#9966FF;
	font-size: 12px;
	text-decoration: none;
}
.home {
	text-decoration: underline;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #B8B60B;
}

.oneColLiqCtrHdr #resources {
	padding: 80px 10px 10px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fffff0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font: #4b0082;
	
} 
.oneColLiqCtrHdr #container #resources a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #FF9900;
	padding-top: 20px;
	text-decoration: underline;
}

.oneColLiqCtrHdr #footer {
	padding: 80px 10px 10px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fffff0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font: #4b0082;
	
} 
.oneColLiqCtrHdr #container #footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #CCCC00;
	text-decoration: none;
	padding-top: 20px;
}

