@charset "UTF-8";
html,body {
	font-family: Arial Rounded MT Bold,Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #FFCCFF;
	background-image: url(curves_water.jpg);
	background-repeat: repeat;
}
.left {
	float: left;
}
.right {
	float: right;
}

#container {
	background-color: #000066;
	width: 760px;
	margin: 0px auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 3px solid #999999;
	/*background-image: url(darkblue2clrbgd.png);
	background-repeat: repeat-x;*/
}

#header img {
	margin: 0px 0px;
	background-color: transparent;
}
#header {
	margin 10px;
	position: relative;
	background-color: transparent;
	text-align: center;
}
#header h1 a {
	color:#CCCCFF;
	text-decoration: none;
	}



#main_content {
	float: left;
	width: 475px;
	margin-top: 10px;
	margin-left: 10px;
	background-color: #acacff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 3px solid #ccccff;
	background-image: url(wht2clrbgd.png);
	background-repeat: repeat-x;
	color: #000066;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: left;
	}
#main_content .brand {
	font-style: italic;
	font-weight: bold;
}
#main_content p {
	text-indent: 10px;
}
#main_content     .note {
	font-size: 0.75em;
	text-indent: 0px;
	color: #000000;
}

.sidebar{
	padding: 0;
	float: right;
	list-style-type: none;
	background-color: transparent;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.sidebar li {
	
	height: 114px;
	width: 169px;
}

.sidebar  li  a{
	color:#CCCCFF;
	display: block;
	text-decoration: none;
	background-color: transparent;
	background-image: url(fees_h2o.png);
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	height: 69px;
	width: 139px;
	padding-top: 45px;
	padding-left: 20px;
}

.sidebar li a:visited, .sidebar li a:active{
	background-image: url(fees_h2o.png);
	background-repeat: no-repeat;
}

.sidebar  li  a:hover{
	color:#FF00FF;
	background-image: url(testi_wet.png);
	background-repeat: no-repeat;
}


#footer {
	clear: both;
	text-align: center;
	pading: 40px;
	margin: 10px;
}

#footer a {
	text-decoration: none;
	margin: 0px;
	color: #666666;
	padding: 10px;
}
#footer img {
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#main_content .first {
	text-decoration: underline;
	list-style-type: none;
	font-weight: bold;
}
#main_content li.first sup {
	text-decoration: none;
}
#main_content img.testi {
	border: medium solid #000053;
	position: relative;
	margin-right: 10px;
}
#walnut {
	text-align: left;
	margin: 10px;
}
#walnut a {
	text-decoration: none;
	color: #FF68FF;
}
.clear_both {
	clear: both;
}

