body  {
	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: #000000;
	background-image: url(../Assets/Images/Water/Background_Water_1152px.jpg);
	background-repeat: no-repeat;
	background-color: #2f398e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-position: center top;
}
#container {
	width: 1020px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
} 
#header {
	background-image: url(../Assets/Images/header.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 84px;
	padding: 0;
} 
#header h1 {
	margin: 0;
	padding: 0px;
}
#menu {
	background-image: url(../Assets/Images/Water/menu.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 70px;
	padding: 0;
} 
#menu h1 {
	margin-top: 0px;
	margin-right: 60px;
	margin-bottom: 0px;
	margin-left: 111px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 21px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#c1 {
	width: 391px;
	background-image: url(../Assets/Images/Water/leftbar.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0px;
	float: left;
}
#c1 p {
	margin-left: 111px;
	margin-right: 26px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 17px;
}
#c1 h3 {
	margin-left: 111px;
	margin-right: 26px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#c2 {
	background-image: url(../Assets/Images/Water/maincontent.png);
	background-repeat: repeat-y;
	width: 629px;
	background-position: right top;
	margin: 0;
	padding: 0;
	float: right;
} 
#c2 p {
	margin-right: 60px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 17px;
}
#c2 table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#c2 label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#c2 h1 {
	margin-right: 60px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
#c2 img {
	margin-bottom: 10px;
}
#container #c2 li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-right: 60px;
}
#footer {
	background-image: url(../Assets/Images/Water/footer.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 127px;
	padding: 0;
} 
#footer p {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 111px;
	padding-top: 11px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}
#copyright {
	height: 54px;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}