@charset "UTF-8";
body {
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0;
}
.oneColLiqCtrHdr #container {
	width: 100%;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColLiqCtrHdr #header {
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 60px;
	background-color: #39C;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0;
	font-size: large;
	font-weight: lighter;
	color: #FFF;
	text-align: left;
	text-indent: 110px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	letter-spacing: .35em;
}
.oneColLiqCtrHdr #navigation {
	margin-left: 200px;
	line-height: 180%;
	padding-left: 130px;
	width: 100%;
	padding-top: 10px;
}
.oneColLiqCtrHdr #mainContent {
	width: 70%;
	margin-left: 200px;
	padding-top: 50px;
	line-height: 180%;
}
.oneColLiqCtrHdr #footer {
	margin-right: 200px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 1px;
	height: 86px;
	background-color: #3399cc;
	background-image: url(pictures/blue_square.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin-top: 50px;
} 
.logo {
	height: 60px;
	margin-top: 5px;
	margin-left: 200px;
}
.navigation {
	position: absolute;
	top: 140px;
	width: 100%;
	padding-left: 130px;
}
h1 {
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #3399C9;
	border-bottom-color: #3399C9;
	color: #666;
}
h2 {
	color: #39C;
}
.quote {
	width: 300px;
	clip: rect(auto,auto,auto,auto);
	margin-left: 500px;
	margin-top: -420px;
	line-height: 150%;
	font-size: 100%;
	font-weight: bold;
}
#mainContent a:link {
	color: #39C;
	text-decoration: none;
}
#mainContent a:hover {
	color: #333;
	text-decoration: underline;
}
#mainContent a:active {
	color: #39C;
	text-decoration: none;
}
#mainContent a:visited {
	color: #39C;
	text-decoration: none;
}
a:link {
	color: #333;
}
a:visited {
	color: #333;
}
a:hover {
	color: #666;
}
a:active {
	color: #333;
}

