body {
	margin: 0px;
	padding: 0px;
}

body, div, ul, li, td, h1, h2, h3, h4, h5, h6 {
font-size: 100%;
}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,table
{ margin:0; padding:0 }

body	{
	font-family:Helvetica, Arial, sans-serif;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	font-size:12px;
	margin:0;
	padding:0}

.overall {
	width:850px;
	padding:5px;
	margin:0 auto;
	background: #002000;
	overflow:inherit;
}

.topcontainer
	{width:850px;
	height:200px;
	padding:0px;
	margin:0 auto;
	background-color: #003300;
	overflow:inherit;}

.logo{
	overflow:inherit;
	position:relative;
	top:20px;
	left:30px;
}

.headertext{
	overflow:inherit;
	position:relative;
	top:-70px;
	left:130px;
	font-size:18px;
	font-weight:bold;
	color:#FFCC00;	
	}
	
.subheader{
	overflow:inherit;
	position:relative;
	top:-50px;
	left:-220px;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;	
	}
	
.navcontainer	{
	width:850px;
	height:30px;
	padding:0px;
	margin:0 auto;
	background-color: #339900;
}


.maincontainer
	{
	width:850px;
	height:390px;
	background-color: #FFFFFF;
}

.content	{
	position:relative;
	float:left;
	height:370px;
	left:10px;
	top:5px;
	width:615px;
	padding:5px;
	background-color: #DDE1D7;
	visibility: visible;
	overflow-x: hidden;
	overflow-y: scroll;
	}

.sidebar	{
	position:relative;
	float:left;
	left:5px;
	top:5px;
	width:200px;
	height:370px;
	font-variant:small-caps;
	background: #78A871;
	padding:5px;
	overflow:inherit;}
	
.footer	{
	width:850px;
	height:20px;
	padding-top:5px;
	margin:0 auto;
	background-color: #339900;
	font-size:14px;
	color:#FFFFFF;
	overflow:inherit;}
	
.rightalign	{
	position: absolute;
	content:inherit;
	top:20px;
	left:352px;
	height:110px;
}

.fishphoto{
	position: absolute;
	content:inherit;
	top:162px;
	left:442px;
}

.home	{
	float:left;
	position:relative;
	left:100px;
	top:7px;
	font-size:16px;
	font-variant:small-caps;
	font-weight:bold;
	color:#FFFFFF;}

.about	{
	float:left;
	position:relative;
	left:190px;
	top:7px;
	font-size:16px;
	font-variant:small-caps;
	font-weight:bold;
	color:#FFFFFF;}
	
.products	{
	float:left;
	position:relative;
	left:290px;
	top:7px;
	font-size:16px;
	font-variant:small-caps;
	font-weight:bold;
	color:#FFFFFF;}
	
.faqs	{
	position:relative;
	float:left;
	left:400px;
	top:7px;
	font-size:16px;
	font-variant:small-caps;
	font-weight:bold;
	color:#FFFFFF;}
	
.contact	{
	position:relative;
	float:left;
	left:480px;
	top:7px;
	font-size:16px;
	font-variant:small-caps;
	font-weight:bold;
	color:#FFFFFF;}
	
p	{
	color: #000000;
	font-size: 13px;
	line-height:17px;}
	
.answer	{
	color: #006C00;
}

.rederror	{
	color: #990000;
	font-style:italic;
}

h1 {
	font-family:Helvetica, sans-serif;
	font-size: 15px;
	color:#009900;
	font-weight:bold;}

h2 {
	font-size: 13px;
	font-weight: bold;
	font-style:italic;
	font-weight:bold;
	color: #118666;}


.footertext {
	background-color: #006600;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

a.nav:link{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	}

a.nav:visited{
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
	}
a.nav:hover{
	color: #003300;
	font-weight:bold;
	text-decoration:none;
	}

a:visited{
	color: #002000;
	font-weight:bold;
	text-decoration: underline;
	}
a:link,hover{
	color: #002000;
	font-weight:bold;
	text-decoration: underline;
	}

.doclogo {
	position:relative;
	float:right;
	top:-16px;
	right:4px;
}
