@charset "utf-8";
/* CSS Document */

body {
	text-align:center;
	background-color: #052240;
	height: 100%;
	background-image: url(images/watery-background-3.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

a { text-decoration:none }

a.stylelinkmain:link {color: #042f52;}
a.stylelinkmain:visited {color: #042f52;}
a.stylelinkmain:active {color: #ffffff; text-decoration: none;}
a.stylelinkmain:hover {text-decoration: none; color: #ffffff;}

a.stylelinksub:link {color: #ffffff;}
a.stylelinksub:visited {color: #ffffff;}
a.stylelinksub:active {color: #042f52; text-decoration: none;}
a.stylelinksub:hover {color: #042f52;}

a.secondlinks:link {
	color: #006600;
}
a.secondlinks:visited {color: #006600;}
a.secondlinks:active {color: #042f52; text-decoration: none;}
a.secondlinks:hover {color: #042f52;}

a, abbr, acronym, address, area, b, bdo, big, blockquote, body, button, caption, cite,
code, col, colgroup, dd, del, dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4,
h5, h6, hr, html, i, img, ins, kbd, label, legend, li, map, object, ol, p, param, pre,
q, samp, small, span, strong, sub, sup, table, tbody, td, textarea, tfoot, th, thead,
tr, tt, ul, var {
	margin: 0;
	padding: 5;
	vertical-align: baseline;
}

img {
    border: 0;
    vertical-align: bottom;
}

fieldset {
    border: 0;
    display: inline;
}

html, body {
    height: 100%;
}

#container {
	margin: 0 auto -30px;
	height: 100%;
	min-height: 100%;
	width: 783px;
	background-color: #FFFFFF;
	position: relative;
	background-image: url(images/mainbackground3.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#container2 {
	margin: 0 auto -30px;
	height: 100%;
	min-height: 100%;
	width: 783px;
	background-color: #FFFFFF;
	position: relative;
	background-image: url(images/secondarybackground.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
 
html>body #container {
	height: auto;
	
}

html>body #container2 {
	height: auto;
	
}
 
* html #container {
    height: 100%;
}

* html #container2 {
    height: 100%;
}

#clear-footer {
        clear: both;
        height: 30px;
    }
	
#footer {
	clear: both;
	height: 30px;
	z-index: 10;
	background-color: #006600;
	position: relative;
	width: 772px;
	padding: 6px;
	margin: auto auto auto auto;
}

#textbox1 {
	position:absolute;
	left:356px;
	top:434px;
	width:393px;
	height:439px;
	z-index:1;
}
#headerdiv {
	position:absolute;
	left:0px;
	top:0px;
	width:783px;
	height:314px;
	z-index:2;
}
#fishbox {
	position:absolute;
	left:0px;
	top:148px;
	width:408px;
	height:408px;
	z-index:2;
}

#linkboxside {
	position:absolute;
	left:42px;
	top:155px;
	width:183px;
	height:264px;
	z-index:3;
	line-height: 18pt;
}
.stylelinkmain {
	font-size: 14px; 
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	color: #004A00; 
	font-weight: bold; 
	}
.stylelinksub {font-size: 13px; font-family: Geneva, Arial, Helvetica, sans-serif; color: #004A00; font-weight: bold;}
.maintextboxstyle1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16pt;
}
.footertextstyle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

