@charset "UTF-8";
body {
	font: 100% Georgia, Arial, Helvetica, sans-serif;
	background: #eeeeee;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #666;
	font-size: small;
}

a:link { text-decoration: underline; color: #333 }
a:active { text-decoration: underline; color: #333 }
a:visited { text-decoration: none; color: #333; }
a:hover {
	font-weight: bold;
	text-align: center;
}

.oneColLiqCtrHdr #container {
	width: 100%; 
	height: 750px;
	background: #eeeeee;
	margin: 0; 
	text-align: left; 
	overflow-x: auto;
	overflow-y: hidden;
}
.oneColLiqCtrHdr #header {
	background: #eeeeee; 
	padding: 0 10px 0 20px;  
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}
.oneColLiqCtrHdr #mainContent {
	height: 600px;
	position: relative;
	padding: 0;
	background: #eeeeee;
	overflow: auto;
	width: 100%;
}

.oneColLiqCtrHdr #splashContent {
	height: 600px;
	position: absolute;
	padding: 0;
	background: #eeeeee;
	width: 100%;
}

.oneColLiqCtrHdr #splashContent2 {
	height: 200px;
	position: relative;
	left: 48%;
	padding: 0;
	background: #eeeeee;
	overflow: auto;
	width: 600px;
}

.oneColLiqCtrHdr #splashContent #title {
	font-size: small;
	font-style: italic;
	left:0;
	top:0;
	}
	
.oneColLiqCtrHdr #enterSite {
	height: 20px;
	position: absolute;
	left: 47%;
	top:630px;
}

.oneColLiqCtrHdr #footer { 
	padding: 0 20px; 
	background:#eeeeee;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0;
	padding: 10px 0; 
}

#slideshow img { display: block }
