	body {               /*general properties for the entire page*/
		font-family: "Trebuchet MS", Verdana, serif;
		color: #000000;    /*dark blue*/
		margin:0px 0px 0px 0px;
		padding:0px;
		text-align:left;
		font-size: 100.01%;

		background-image:url(../Images/fish_background.jpg);
			background-position:center 220px;
			background-repeat:no-repeat;
		}
p,  ul,  li {
	font-size: 100%;
}
 ul {
	padding-left: 0px;
	margin-left: 0px;
	list-style-position: inside;
	list-style-type: circle;
}
 li {
	margin-bottom: .25em;
	margin-left: 0px;
	padding-left: 0px;
}
 h2 {
	font-size: 100%;
		color: #99cccc;

	border: solid 1px #999900;
	background-color: #003399;
	border-left: none;
	border-right: none;
	
	padding-bottom:2px;
	padding-top:2px;
	padding-left:10px;
	
	margin-top:25px;
	
}
 a:link, a:visited {
 color:#0066FF;
	text-decoration: none;
}
a:hover, a:focus{
text-decoration: underline;

}
h3 {
	font-size: 100%;
	
}
h4 { margin-top:0;
}


 #main {
	background-color: #fff;
}

#leftcolumn h2 {
	font-size: 100%;
	color: #99cccc;

	border: solid 1px #99cccc;
	background-color: #006666;
	border-left: none;
	border-right: none;
	
	padding-bottom:2px;
	padding-top:2px;
	padding-left:10px;
	
	margin-top:25px;
	
}

#leftcolumn h3 a {
	font-size: 90%;
	color:#FFFFFF;
	text-decoration:none;
	
	padding-left:10px;
	
	
}






/*Layout Stuff*/
#leftcolumn {
	width: 24%;
	float: left;
	margin-top:-18px;
	padding: 0px 10px 8px 10px;
		background-color: #006666;
		
		height: 1%;
}







#centercolumn {
	width: 40%;
	float: left;
	margin-left: 4%;
	padding: 8px 0 8px 0;
	
	height: 1%;
}

#centercolumn p{ margin-bottom:4px;
margin-top:4px;
}

#centercolumn h3 {
	font-size: 110%;
	padding:0;
	margin-bottom:4px;
	
}
#rightcolumn {
	width: 25%;
	float: right;
	padding: 8px 6px 8px 1%;
	
	height: 1%;
}









#banner {               /*the div goes over the top of the 3 boxes. Holds the banner images.*/
	
		background-color:#333366;
		width: 100%;
	
		background-position: left top;
		background-repeat: no-repeat;
		background-image: url(../Images/Header_home.jpg);
		border-top:1px solid #2A0055;
		
		border-bottom: 2px solid #99cccc;
		voice-family: "\"}\"";
		voice-family: inherit;
		height:192px;
		}	


	#bannernav, #bottomnav {
	background-color: #006666;
	
	
	font-weight: bold;
	

	padding-left:24%;

}

#bannernav ul, #bottomnav ul {
	text-align: left;
	padding:0 0 0 2em;
	margin: 0 0 0 2em;
}

#bannernav li, #bottomnav li {       /*defines styles for the nav div within in the bannernav div*/
	display: inline;
	list-style-type: none;
	padding: 0 2em 0 0;
	font-size: 80%;
}
#bannernav a, #bottomnav a {
	text-decoration: none;
}
#bannernav a:link, #bannernav a:visited, #bottomnav a:link, #bottomnav a:visited {
	color: #99cccc;
}		

#bannernav a:hover, #bannernav a:focus 
{
color:#FFFF00; }	

	
	
	
