body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: small-caps;
	color: #000066;
}
body {
	background-color: #ffffff;
}
p {
	text-align: justify;
}
a:link {
	color: #000066;
}
a:visited {
	color: #000066;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #FF0000;
}
#header {
	width: 236px;
	margin: 10px auto 0px auto;
}
#navigation {
	width: 425px;
	min-height: 25px;
	margin: 15px auto 10px auto;
	font-weight: bold;
	font-size: 14px;
}
#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navigation a {
	float: left;
	white-space: nowrap;
	padding: 3px 25px 2px 25px;
	color: #000066;
	text-decoration: none;
}
#navigation a:hover {
	border-bottom: 2px #ff0000 solid;
}
#main {
	max-width: 700px;
	min-width: 300px;
	min-height: 450px;
	border-bottom: silver solid 1px;
	margin: 0px auto 0px auto;
}
#footer {
	max-width: 700px;
	min-width: 300px;
	max-height: 10px;
	color: #8080ff;
	font-size: x-small;
	margin: 0px auto 0px auto;
}
#footer a {
	color: #8080ff;
	text-decoration: none;
}
#copyright {
	float: left;
	width: 30%;
	text-align: left;
	margin-left: 1em;
}
#designedby {
	text-align: right;
	margin-right: 1em;
}
#logo {
	width: 200px;
	height: 150px;
}
.clearFloats {
	clear: both;
}
#address {
	position: relative;
	left: 3em;
}
#labels {
	font-size: medium;
	font-weight: bold;
}
#ASLogo {
	float: right;
	margin: 0 0 10px 10px;
}
#aquasphere_logo {
	width: 200px;
	margin: 5px auto 10px auto;
}