BODY
{
	font-family: arial;	
	background-color: #00BBBB;
	color: #000000;
	
}
a:link,
a:visited, 
a:active            
{ 
	color: #000066;
	text-decoration:underline; 
}
a:hover             
{ 
	color: #AA00AA;
	text-decoration: underline;
}
H2
{
font-size:1em;
font-weight:bold;
display:inline;  /* removes line break after header */
}
H3
{
font-size:1em;
display:inline;
}
TABLE.header
{  
border-width:1;
margin: 10px 10px 0px 10px;
}
TABLE.header TH /* header style */
{
color:#FFFFFF;
background-image:url(water005.jpg); 
border-color:blue; 
border-style:solid;
border-width:2;
padding:3;
} 
TABLE.header TH.sheader /* selected header */
{
	border: 2px solid white;
	width: 150px;
	cursor: pointer;
}
TABLE.header TH.nsheader /* non selected header */
{
	border: 2px solid blue;
	width: 150px;
	cursor: pointer;
}
TABLE.header TH.aboutus
{
	border: 2px solid blue;
	width: 250px;
	cursor: pointer;	
}
TABLE.header TD
{
padding:5;
}
TD.border
{
border-color:black;
border-style:solid;
border-width:1;
background-color: #00BBAA;
}
.sitem
{
	display: block;
	position: absolute;
	background-color: #00CCFF;
}
.nsitem
{
	display: none;	
	position: relative;
}

P.indent {text-indent:.5in;}

.menu
{
	/* border-collapse: collapse; */
	/* border: 1px solid black; */
	/* background-color: #AAAAFF; */

}
table.menu td
{
	height: 1.5em;
	border: 1px solid black;
	padding: 0px;
}

table.menu a:link,
table.menu a:visited,
table.menu a:active
{
	 color: #000066; 
	 /* font-weight: bold; */
	 width: 100%;
	 height: 100%;
	 padding: 5px;
}
table.menu a:hover 
{
	color: #FF00FF;
	background-color: #000000;
	width: 100%;
	height: 100%;
	padding: 5px
	/* margin: 2px -5px -2px 5px; */
	/* width: 100%;
	height: 100%; */
}


