body {
	font-family: Arial, Helvetica, sans-serif;
	color: #01619A;
	font-size: 80%;
	background-color: #CDDAE6;
	margin: auto;
	padding: 0px;
	text-align: center;
	background-image: url(images/site/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

h1, h2, h3, h4 {
	color: #990000;
}

.alignright {
	text-align: right;
}

.red {
	color: #990000;
}

.grey {
	color: #666666;
}

.white {
	color: #FFFFFF;
}

.blue {
	color: #336699;
}

.bold {
	font-weight: bold;
}

.big {
	font-size: 120%;
}

.small {
	font-size: 90%;
}

img {
	border: 10px solid #FFFFFF;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}

a:hover {
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: solid;
	border-bottom-color: #336699;
	border-top-style: none;
	border-left-style: none;
	text-decoration: none;
	color: #336699;
	font-weight: bold;
}

#container {
	width: 777px;
	background-color: #FFFFFF;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height: 1%;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#header {
	height: 100px;
	width: 777px;
	background-image: url(images/site/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.smallfont {
	font-size: 100%;
	color: #0175BA;
}

.mediumfont {
	font-size: 130%;
	color: #0175BA;
}

.largefont {
	font-size: 140%;
	color: #0175BA;
}

#contactdetails {
	width: 120px;
	float: right;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 2px;
}

#number {
	text-align: right;
}

#buttons {
	width: 777px;
	color: #FFFFFF;
	background-color: #990000;
	text-align: right;
	padding-top: 0px;
	padding-bottom: 2px;
	height: 1.5em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D7EDF8;
	border-bottom-color: #D7EDF8;
}

#header2 {
	height: 130px;
	width: 777px;
	background-image: url(images/site/water_photo.jpg);
	background-repeat: no-repeat;
}

#centertitle {
	width: 510px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CEE3F0;
	height: 30px;
}

#center {
	width:510px;
	float:left;
	margin-left: 20px;
	padding: 0px 0px 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
}

#centertextcontainer {
	width:510px;
	padding: 5px 0px;
}

#toptext {
	padding-right: 10px;
	padding-bottom: 20px;
	padding-top: 0px;
	padding-left: 0px;
}

#lefttext {
	height: 80px;
	padding: 5px;
	background-color: #EBF6FC;
}

#lefttext img {
	border: 5px solid #EBF6FC;
}

#right {
	width:200px;
	float:right;
	color: #666666;
	background-color: #D7EDF8;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 10px;
}

#right li { 
	color: #990000; 
}

#right li span { 
	color: #666666; 
}

#right a {
	color: #0175BA;
	border: none;
}

#right a:link {
	color: #0175BA;
}

#right a:hover {
	color: #0175BA;
	text-decoration: underline;
}

#right a:active {
	color: #0175BA;
}

#right a:visited {
	color: #0175BA;
}

#right1 {
	padding: 2px 5px 0px;
	height: 20px;
	background-color: #990000;
}

#right2 {
	padding: 2px 5px;
	font-size: 90%;
}

#right3 {
	padding: 2px 5px 0px;
	height: 20px;
	background-color: #990000;
}

#right4 {
	padding: 2px 5px;
	font-size: 90%;
}

#footer {
	clear: both;
	background-color: #990000;
	text-align: center;
	font-size: 80%;
	width: 777px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	border: none;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.7em;
}

#nav a {
	display: block;
	width: 8.7em;
	color: #FFFFFF;
	text-align: center;
	border: none;
}

#nav li { /* all list items */
	float: left;
	width: 8.7em; /* width needed or else Opera goes nuts */
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D7EDF8;
}

#nav li ul {
	position: absolute;
	background:	url(graphics/transparent.png) repeat;
	width: 8.7em;
	left: -999em;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1.7em 0em 0 8.79em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background-color: #336699;
	height: 1.65em;
}

#nav li ul a {
	border-top-width: 0.005em;
	border-bottom-width: 0.005em;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
