body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: url(../images/waterbottombkg.jpg);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

td {
	font-family: "Times New Roman", Times, serif;
}

th {
	font-family: "Times New Roman", Times, serif;
}
#header {
	background-image: url(../images/topbkg.jpg);
	background-repeat: no-repeat;
    background-position: left top;	
	top: 0px;

}
#sidebar {
	height: 40px;
	vertical-align: 0% 50%;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
} 
#navlist {
    margin: 0; /*removes indent IE and Opera*/
    padding: 0; /*removes indent Mozilla and NN7*/
    list-style-type: none; /*turns off display of bullet*/
}
#navlist a, #navlist a:visited {
	display: block;
	padding: 2px 2px 2px 28px;
	border: 1px solid;
	border-color: #ddd #000 #000 #ddd;
	background-color: #FF0000;
	background-image:  url(../images/red_nav_1.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #FFFFFF;
	text-decoration: none;
	margin-bottom: 2px;
}
#navlist a:hover {
background-color: #FFFF00;
background-image:  url(../images/yellow_nav_2.gif);

color: #2D1E2D;
}
#sidebar #navlist .uberlink {
background-color: #000099;
background-image:  url(../images/blue_nav_3.gif);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #333 !important;
font-weight: bold;
cursor: default;
}
#image{
	filter: DropShadow(Color=black, OffX=1, OffY=1, Positive=1);
}

