@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	background-image: url(images/aquabg.jpg);
}
.twoColLiqLtHdr #container {
	width: 80%;  
	background: #ccffff;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColLiqLtHdr #header {
	background: #330099;
	padding: 0 10px;  
} 
.twoColLiqLtHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}

.twoColLiqLtHdr #sidebar1 {
	float: left;
	width: 200px; 
	padding-left: 15px;
	background-color: #ffccff;
}
.twoColLiqLtHdr #sidebar1 h3, .twoColLiqLtHdr #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
}

.twoColLiqLtHdr #mainContent {
	padding-left: 15px;
	background-color: #ccffff;
	margin-top: 0px;
	padding-top: 0px;


} 
.twoColLiqLtHdr #container #mainContent img {
	padding-right: 5px;
	padding-left: 10px;
}

.twoColLiqLtHdr #footer {
	padding: 0 10px;
	background:#330099;
	text-align: center;
} 
.twoColLiqLtHdr #footer p {
	margin: 0;
	color: #ffffff;
	font-size: 10px;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}	
h1 {
	font-size: 30px;
	font-weight: bold;
	color: #000000;
	background-color: #99ccff;
	text-align: center;
	border-top-width: 8px;
	border-bottom-width: 8px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #330099;
	border-bottom-color: #330099;
	font-variant: small-caps;
	margin-top: 0px;
	padding-top: 0px;
}
subHead {
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}

