.sra_div { 
	display: inline-block;
	min-height: 90px;
}
@media screen and (max-width: 1024px) { /* Mobile only */
	.sra_div { display: none; } /* Don't display other desktop ads on mobile */
}
BODY
{
	font-family: arial;	
	background-color: #ccffff;
	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;
}
.logo
{
	/* text-align: center; */
	display: inline-block;
}
TABLE.header
{  
border-width:1;
margin: 10px 5px 0px 5px;
}
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: #aaccff;
}
.sitem
{
	display: block;
	position: relative; 
	background-color: #aaddff;
	z-index: 100;
}
.nsitem
{
	display: none;	
	position: absolute;
}

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;
}
@media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px)
{
	table.menu td
	{
		height: 2em;
		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;
	 display:inline-block;
}
table.menu a:hover 
{
	color: #FF00FF;
	background-color: #000000;
	width: 100%;
	height: 100%;
	padding: 5px
	/* margin: 2px -5px -2px 5px; */
	/* width: 100%;
	height: 100%; */
}


