@charset "UTF-8";
body {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #D58F42;
}
.oneColLiqCtrHdr #container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background: #FFFF99;
}
.oneColLiqCtrHdr #header {
	background-color: #666;
	margin: 0px;
	padding: 0px;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0;
	padding: 0px;
}
.oneColLiqCtrHdr #mainContent {
	background-color: #FF9;
	padding-top: 10px;
	padding-right: 5%;
	padding-bottom: 10px;
	padding-left: 5%;
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
	color: #333;
}
#menu {
	background-color: #DE9F5C;
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	color: #999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.oneColLiqCtrHdr #footer {
	background-color: #DE9F5C;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10;
	padding-left: 10px;
	color: #666;
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
} 
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #C30;
}
a:active {
	text-decoration: none;
	color: #666;
}
a:focus {outline: 0;}
a:active {
	outline: 0;
	text-align: center;
}
html {
	overflow-y: scroll;
