@charset "utf-8";
/* CSS Document */

body {
	background: #666666;
	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: #333333;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin-top: 0px;
	text-decoration: none;
}
p, td {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration: none;
}
ul {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration: none;
	list-style-type: disc;
}
.aquatek #pagebox {
	width: 760px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
}
.aquatek #pagecontent {
	padding: 10px 10px 10px 10px;
}
.aquatek #sidebar {
	width: 150px;
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: right;
	float: right;
	margin: 0;
	padding-top: 70px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	visibility: visible;
	z-index: 2;
}
.aquatek #menubox {
	width: 150px;
	text-align: right;
	float: right;
	margin: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #333367;
	visibility: visible;
	z-index: 1;
}
.aquatek #homepage {
	position: relative;
	width: 760px;
}

.aquatek #homepagepix {
	position:absolute;
	top:0;
	right:0;
	width:450px;
}
h1 {
	text-decoration: none;
	color: #333367;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	font-size: large;
	font-weight: bolder;
}
a {
	text-decoration: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	text-decoration: underline;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
a:visited {
	text-decoration: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.coname {
	font-weight: bolder;
	white-space: nowrap;
}
.mainmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: capitalize;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.mainmenu:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: capitalize;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.mainmenu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: capitalize;
	color: #CCCCFF;
	font-weight: bold;
	text-decoration: none;
}
.menu {
	text-decoration: none;
	color: #333367;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.menu:visited {
	text-decoration: none;
	color: #333367;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.menu:hover {
	text-decoration: underline;
	color: #333367;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.fineprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333367;
	text-decoration: none;
}
.titleprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333367;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}
.titleprint:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333367;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}
.titleprint:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333367;
	text-decoration: underline;
	font-weight: bold;
	font-style: italic;
}
.titleprint:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333367;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}
.menuGreen {
	text-decoration: none;
	color: #009900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.menuGreen:visited {
	text-decoration: none;
	color: #009900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.menuGreen:hover {
	text-decoration: underline;
	color: #009900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.home_title {
	text-decoration: none;
	color: #333367;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	font-size: large;
	font-weight: bolder;
}

