body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	height: 100%;
	width: 100%;
}
html {
	height: 100%;
}
#container {
	width:1000px;
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #e2e2cc;
	padding: 0px;
	margin: 0px;
} 
.twoColFixLtHdr #header {
	height: 180px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	background-color: #BEBE8A;
	background-image: url(imagesInterface/top_navImg_Bkg.jpg);
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #e2e2cc;
	margin: 0px;
	font-size: 13px;
	height: 100%;
	z-index: 99999;
	padding: 0px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 250px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFF;
} 
.twoColFixLtHdr #footer {
	background-color: #485304;
	color: #e2e2cc;
	text-align: center;
	margin: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#topNav {
	background-color: #485304;
	color: #DEDEC8;
	text-align: right;
	height: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContent h1 {
	font-size: 20px;
	color: #485304;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}
#mainContent h2 {
	font-size: 15px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	font-weight: bold;
	font-style: italic;
	color: #000;
}
#mainContent p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
	font-size: 14px;
}

#mainContent .block1Col {
	margin-top: 10px;
	padding: 0px;
	font-size: 90%;
	color: #485304;
	background-color: #e2e2cc;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	height: 250px;
	text-align: center;
}

#mainContent .block2Col {
	font-size: 90%;
	color: #485304;
	background-color: #e2e2cc;
	width: 360px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	height: 330px;
	float: left;
}
#mainContent .block2Col p a {
	color: #C60;
	text-decoration: none;
	font-weight: bold;
}
#mainContent .block3Col {
	font-size: 12px;
	color: #485304;
	background-color: #e2e2cc;
	width: 236px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 1px;
	margin-bottom: 10px;
	margin-left: 10px;
	height: 230px;
	float: left;
}
#wrapper3Col {
	margin: 0px;
	padding: 0px;
	height: 250px;
}
#mainContent .block1Col h1,#mainContent .block2Col h1,#mainContent .block3Col h1 {
	background-color: #485304;
	color: #e2e2cc;
	font-size: 16px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	clear: none;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#mainContent .block1Col h2,#mainContent .block2Col h2,#mainContent .block3Col h2 {
	color: #485304;
	font-size: 14px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-style: normal;
}
#mainContent .block1Col p, #mainContent .block2Col p,  #mainContent .block3Col p  {
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 12px;
	margin: 0px;
	text-align: left;
}
#wrapper2Col {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	clear: both;
}
.imgCenterRule {
	border: 1px solid #485304;
	margin-bottom: 10px;
	text-align: center;
}
.imgLeftRule {
	border: 1px solid #485304;
	margin-bottom: 5px;
	text-align: left;
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}
.imgRightRule {
	border: thin solid #485304;
	margin-top: 10px;
	margin-bottom: 10px;
}

#container #sidebar1 h1 {
	font-size: 16px;
	padding-left: 16px;
	padding-right: 16px;
	color: #FFF;
	background-color: #485304;
	padding-top: 6px;
	padding-bottom: 6px;
	margin: 0px;
}
.sideBarText {
	padding-right: 12px;
	padding-left: 12px;
}
#topNav a {
	text-decoration: none;
	color: #e2e2cc;
	height: 22px;
	background-color: #485304;
	display: inline-block;
	padding-top: 8px;
	padding-right: 6px;
	padding-left: 6px;
	font-size: 12px;
	font-weight: bold;
}
#topNav a:hover {
	color: #FFF;
}
.twoColFixLtHdr #container #header #topBanner {
	height: 150px;
	margin: 0px;
	padding: 0px;
}
#fishImageTR {
	float: right;
	height: 150px;
	width: 300px;
}
#topBannerTL {
	width: 700px;
	float: left;
}
#mainContent {
	background-color: #FFF;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 750px;
}
.centertext {
	font-weight: bold;
}
#mainContent .links {
	color: #485304;
}
.type18 {
	font-size: 18px;
}
