@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a {
	color:#FFF;
}
img {
	border:none;
}
.oneColFixCtr #container {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #274ca4;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #header {
	width: 750px;
	height: 173px; /*173*/
	background-image: url(images/mbabg.png);
	border: 0px;
	margin-top: -16px;
}
.oneColFixCtr #navctn {
	width: 580px;
	height: 20px;
	border: 0px;
	margin-bottom: 0px;
	position: relative;
	top: 148px;
	left: 150px;
}
.oneColFixCtr #secnav {
	width: 580px;
	height: 20px;
	border: 0px;
	margin-bottom: 0px;
	position: relative;
	top: -10px;
	left: 0px;
}
.oneColFixCtr #mainContent {
	color:#FFF;
	width: 710px;
	padding: 20px 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(images/fishschool.png)
}
#listnav li {
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}
#listnav li a {
	color: #FFF;
	text-decoration:none;
}
#listnav1 li {
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}
#listnav1 li a {
	color: #FFF;
	text-decoration:none;
}
#website {
	width:80px;
	height:70px;
	position:relative;
	left:640px;
	top:125px;
	color:#003;
	text-align:right;
}
.small {
	font-size:10px;
	color:#003;
}
.small a{
	font-size:10px;
	color:#003;
}
table {
	border:#fff solid 1px;
	padding-top:-10px;
}