body, h1, h2, h3, table, th, td, p, img {
font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
color: #FFF;
}
body {
	font-family: Verdana, Times, sanserif;
	font-size: 16px;
	background-color: #069;
	margin: 0px;
}
h2 {
	font-size: 28px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	color: #FFC;
	text-align: center;
	letter-spacing: .5em;
	margin-bottom: 5px;
}
h3 {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	color: #FFC;
	margin-bottom: 3px;
}
table { 
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
	display: inline;
}
a:link	{ color: #FFC;; text-decoration: none;}
a:visited { color: #FFC;; text-decoration: none; }
a:hover 	{ color: #FFC;; text-decoration: underline; }
a:active 	{ }

/* Page Layout divs */
#main {
	height: 600px;
	width: 800px;
}
#navmenu {
	background-color: #930;
	width: 90%;
	margin: 0px;
	padding: 0px;
	border: none;
}
#navmenu img {
	display: inline;
	border: 0px none;
	margin: 0px;
	padding: 0px;
}
/* td id's */
#navtop {
	width: 150px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
	height: 83px;
}
#bodytop {
	width: 560px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.15em;
}
#rttop {
	width: 150px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
}
#navmid {
	width: 140px;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
	text-align: center;
	vertical-align: top;
}
#bodymid {
	width: 560px;
}
td#rtmid {
	width: 150px;
	padding: 10px;
}
#navft {
	width: 150px;
	text-align: center;
}
#bodyft {
	width: 560px;
}
#rtft {
	width: 150px;
	text-align: center;
}
.p_footer {
	font-size: 9px;
	text-align: center;
}
/*table for the fish pictures on main page*/
#tb_fish {
	width: 90%;
}
#tb_fish td {
	width: 33%;
}
/* image placement for left nav */
#navmenutr1td1 {
	text-align: left;
}
#navmenutr1td2 {
	text-align: right;
}
#navmenutr3td1 {
	text-align: left;
}
#navmenutr3td2 {
	text-align: right;
}

/* Controls Left nav menu links */
#navmenutr2td1 {
	padding-left: 10px;
	letter-spacing: 0.3em;
}
#navmenutr2td1 a:link 	{
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#navmenutr2td1 a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#navmenutr2td1 a:hover 	{
	color: #930;
	background-color: #FFF;
	font-weight: bold;
}
#navmenutr2td1 a:active 	{
	color: #FFF;
	font-weight: bold;
}
/* non-compliant browsers */
.ahem {
	display: none;
	}
/* Class for the floating div */
.hide {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	POSITION: absolute;
	VISIBILITY: hidden;
	background-color: #006699;
	overflow: visible;
	z-index: auto;
	left: 150px;
	top: 110px;
	padding: 15px;
	color: #FFF;
	width: 625px;
	height: 394px;
	text-align: justify;
	line-height: 1.25em;
}

.pa_01a {
	float: left;
	padding: 10px;
	margin: 0px;
	width: 45%; 
	/* ie5win fudge */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 45%;
	}
/* Making Opera Happy */
html>body .pa_01a {
	width: 45%; 
	}
.pa_01b {
	float: right;
	padding: 5px;
	margin: 0px;
	width: 45%; 
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 45%;
	}
html>body .pa_01b {
	width: 45%; 
	/* ie5win fudge ends */
	}
.fshblk {
	display: block;
	width: 100%;
	border: 2px solid #FC3;
}
/* Class to center objects */
.c {
	text-align: center;
}
.center {
	text-align: center;
}
