/* CSS Document */
h2{
	color: #000099;
	font-family:comic sans ms;
	font-weight:normal;
	font-size: 1.8em;
	font-style: italic;
	
	
	height:50px;
	width:142px;
	
	text-align:center;
	text-decoration:underline;
	
	padding-top:10px;
	margin-bottom:0px;
	margin-top:1px;
	
	background-image:url(image/general/title-welcome.gif);
	background-repeat:no-repeat;
}

h1{
	color: #000099;
	font-family:comic sans ms;
	font-weight:normal;
	font-size: 1.5em;
	font-style: italic;
	margin-bottom:2px;
	margin-top:2px;
	
	text-decoration:underline;

}


h3{
	color: #000099;
	
	font-size: 1.5em;
	font-style: italic;
	
	text-align:center;
		
	margin-bottom:5px;
	margin-top:10px;
	
	width:560px;
	border-bottom:2px solid #000099;
}

p{
 	margin-top:3px;
	margin-bottom:4px;
}

body{
	color:black;
	margin-top:10px;
	/*background-color:#66CCFF;*/
	background-image:url(image/general/brickwall.gif);
	
}

#imgborder{
	
	border-width:1px;
	border-color:#000000;
	border-style:solid;
	margin-right:3px; 

}

iframe{
	border:1px solid #000000;
	margin-right:3px;

}

#master{

	position: relative;
	margin: 0px auto;
	text-align:left;

	width: 800px;
	border:1px solid #003366;
	background-color:#FFFFFF;	
}

#header{
	clear:both;
	background-image: url("image2/header.gif");
	background-repeat: no-repeat;
	height: 154px;
}

#footer{
	clear:both;
	background-image: url("image2/footer.gif");
	background-repeat: no-repeat;
	
	height: 88px;
	
}


#nav{
	float:left;
	width:120px;
	height:430px;
	text-align:center;
	
	border-right:1px dashed #000099;
	
	
	color: #000099;
	font-family:comic sans ms;
	font-size:0.8em;
	font-weight:normal;
	
	background-image:url(image/general/Seafood-PotWebNavBck.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	
	
}

#nav li a{
	display:block;
}

#content {
	float:left;
	
	/*background-image: url("image2/boatbck.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
	*/
	
	width: 579px;  /*Total = (width + padding) - anchor 1px border */
	padding-left:3px;
	
	
	font-family: comic sans ms;
	font-weight:normal;
	font-size:0.75em;
	color:#000000;
	
	height: auto;
	border-right:1px dashed #000099;
}

#biggerfont{
	font-size:1.1em;

}





#anchor{
	float:left;
	clear:right;
	height: 430px;
	width: auto;
	
	/*border-left:1px dashed #000099;
	*/
	
}

#menucontent{
	float:left;
	
	scrollbar-base-color: #9999cc;
	scrollbar-arrow-color: white;
	scrollbar-track-color: #ccccff;
	scrollbar-shadow-color: black;
	scrollbar-lightshadow-color: black; 
	scrollbar-darkshadow-color: gray;
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: black;
	
	overflow:auto;
	
	width: 579px;  /*Total = width + padding */
	padding-left:3px;
	
	height: 430px;
	color:#000000;
	font-family:comic sans ms;
	font-size:0.7em;

	
	


}



#copyright{
    position: relative;
	margin: 0px auto;
	color:#0000;
		
	clear:both;
	
	width:800px;
	
	text-align:center;
	font-family:comic sans ms;
	font-size:12px;
	
	
}




/* ============ menu links =============*/
#nav a:link{
	color:#990000;
	font-weight:normal;
	font-family:comic sans ms;
	text-decoration:none;
	
	
}

#nav a:active{
    color:#990000;
	font-weight:normal;
	font-family:comic sans ms;
	text-decoration:none;
}

#nav a:visited{
	color:#990000;
	font-weight:normal;
	font-family:comic sans ms;
	text-decoration:none;
}

#nav a:hover{
	
	font-weight:normal;
	font-family:comic sans ms;
	text-decoration:none;
	background-color:#FFCCCC;
}

#nav ul li{
	
	margin-left:-40px;
	list-style-type:none;
	
	border-bottom:1px dashed #000099;
}

#content #cellleft{
	
	float:left;
	width:240px;
	height:auto;
	
	
	
}

#content #cellright{
	
	float:left;
	clear:right;
	width:240px;
	height:auto;
	
	
	
}


#centerthis{
		position: relative;
		margin: 0px auto;
		text-align:left;
		width:480px;
}

