body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(/images-water-works/bg.jpg);
	background-repeat: repeat;
	background-color:#00102C;
	color: white;
}

.content {
	color: white;
	padding: 15px;
	vertical-align: top;
}

.content a { color: white; text-decoration: none;}

h1 {
	font-size: 19px;
	font-weight: bold;
}

h2 {
	font-size: 17px;
	font-weight: bold;
}

.maintable {
	border: 6px solid #27364F;
		color: white;
}

.down {
	padding: 5px;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	margin: 0 50px;
}

.down a { color: gray; text-decoration: none;}


.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 85%;
}

.navtd {
	width: 180px;
	vertical-align: top;
	background-color: #06152F;
	border-left: 2px solid #10213F;
}

.navtd a {
		color: yellow;
}

.floatright {
	 float: right;
	 margin: 0 15px 5px 40px; 
}

.foot {
	text-align: center;
	color: Silver;
	font-size: 10px;
	text-decoration: none;
}

.foot a { color: gray; text-decoration: none;}

.text {
	padding: 13px;
}

p {
	line-height: 150%;
	font-size: 11px;
		color: white;
}

li {
	font-size: 11px;
}

#navcontainer { width: 180px;
}

#navcontainer ul
{
margin-left: 6px;
padding-left: 0;
list-style-type: none;
font-family: Verdana, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
font-size: 12px;
padding: 3px;
width: 160px;
background-color: #000E28;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
font-size: 12px;
}

#navcontainer a:hover
{
background-color: #369;
color: #fff;
font-size: 12px;
}