html, body {
    font-size: 100%;
}
	
body {
	margin: 0px;
	background-color:#000000;
	background-image:url(images/the_fishery_club_background.jpg);
	background-repeat: repeat-x;
	}

p	{
	font-family: "Times New Roman", Times, serif;
	color: #231f20;
	font-size: 80%;
	padding-left: 1px;
	margin: 6px 0px 8px 0px;
	line-height: 120%;
	color:#444444;
  	}
	
FORM	{
	margin: 0px;
	padding: 0px;}
	
a	{
	color: #61694a;
	text-decoration: none;}
	
a:hover	{
	color: #61694a;
	text-decoration: none;}
	
H1	{
	font-size: 105%;
	font-family: "Times New Roman", Times, serif;
	color: #61694a;
	margin: 2px 0px 10px 0px;
	font-weight: 900;
	line-height: 150%;
	}

H2	{
	font-size: 95%;
	font-family: "Times New Roman", Times, serif;
	color: #61694a;
	margin: 20px 0px 6px 0px;
	line-height: 160%;
	font-weight: 900;
	}
	
H3	{
	font-size: 85%;
	font-family: "Times New Roman", Times, serif;
	color: #61694a;
	margin: 20px 0px 6px 0px;
	line-height: 160%;
	font-weight: 900;
	}
	
UL	{
	font-family: "Times New Roman", Times, serif;
	font-size: 0.74em;
	color: #61694a;
	font-weight: 400;
	margin: 0px 0px 0px 0px;
	padding:6px 0px 6px 7px;
	list-style-type: circle;
	}
	
	LI {
		list-style-image: url(images/bullet_arrow.gif);
		margin: 0px 10px 8px 11px;
		padding: 0px;
		}
	
UL.home	{
	font-family: "Times New Roman", Times, serif;
	font-size: 95%;
	color: #61694a;
	font-weight: bold;
	margin: 0px 0px 0px 170px;
	padding:6px 0px 6px 7px;
	list-style-type: none;
	}
	
	UL.home LI {
		list-style-image: none;
		background-image: url(images/fish_bullet.gif);
		background-repeat:no-repeat;
		background-position: 0px 0px;
		padding: 0px 0px 0px 57px;
		}

#clear_div	{
	clear: both;
	height: 1px;}
	
TD	{
	vertical-align: top;
	padding-right: 20px;
	padding-bottom: 20px;
	width: 33%;}
	
TD	p{
	font-weight: 400;}
	
/* main structural elements -------------------------------------------- */
	
#main_container {
	width: 997px;
	text-align: left;
	padding: 10px 0px 20px 0px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -498px;}
	
#main_structure_menu	{
	height: 117px;
	width: 997px;
	background-image:url(images/fishery_club_header.png);}

#main_structure_page_content_container {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width: 997px;
	height: 431px;
	clear: both;
	background-image:url(images/fishery_main_background.png);}
	
#main_structure_page_content_container_left_col	{
	width: 208px; 
	display:inline; 
	float: left;
	padding: 18px 0px 0px 34px;
	}

#main_structure_page_content_container_right_col	{
	width: 560px; 
	margin: 18px 15px 0px 0px;
	padding: 0px 50px 0px 0px;
	text-align: justify;
	display:inline; 
	float: right;
	height: 352px;
	overflow: auto;
}

#menu	{
	width: 600px; 
	height: 352px;}

	#header_text	{
		text-align: center;
		margin: 12px 0px 0px 0px;}
		
	#header_text_home	{
		text-align: center;
		margin: 30px 0px 0px 0px;}


#main_structure_page_content_container_right_col_padd	{
	padding: 0px 0px 40px 0px;
	}

	
#main_structure_footer	{
	margin: -37px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	width: 997px;
	position: absolute;
}
	
#main_structure_footer	p{
	font-size: 11px;
	margin: 0px;
	color: #6f7461;	
}

#main_structure_footer	a{
	color: #6f7461;
	text-decoration: underline;
}

#main_structure_footer	a:hover{
	color: #575b4b;
	text-decoration: underline;
}

/* image elements -------------------------------------------- */



/*list style menu items -------------------------------------- */

#dropnav, #dropnav ul { /* all lists */
	padding: 0px;
	float: left;
	margin: 90px 0px 0px 16px;
	list-style: none;
	font-size: 11px;
	font-weight: 400;
	line-height: 2px;
	position: absolute;
	z-index: 4;
	font-family: Arial, Helvetica, sans-serif;
}

#dropnav a {
	display: block;
	color: #000000;
	padding: 4px 8px 4px 8px;
	margin: 0px;
	font-size: 11px;
	text-decoration: none;
}

#dropnav li a:hover {
	display: block;
	color: #000000;
	padding: 4px 8px 4px 8px;
	margin: 0px;
	font-size: 11px;
	background-color:#c6cbd9;
	text-decoration: none;
}

#dropnav li { /* all list items */
	float: left;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	list-style-image: none;
	line-height: 18px;
	border-right: 1px solid #b7bbc8;
}

#dropnav li:hover, #dropnav li.hover {
    position: static;
}

#dropnav li ul { /* second-level lists */
	width: 190px; 
	display: block;
	position: absolute;
	margin: 0px 0px 0px 1px;
	border-bottom: 1px solid #000000; 
	list-style-image: none;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#dropnav li ul li { /* second-level lists */
	width: 190px; 
	display: block;
	background-color:#435272; 
	background-image:none;
}

#dropnav li ul li a { /* second-level lists */
	background-image:none;
	padding: 2px 2px 2px 4px;
	display: block;
	border-top: 1px solid #3f485c; 
	border-left: 1px solid #3f485c;
	border-right: 1px solid #3f485c;
}

#dropnav li ul li a:hover { /* second-level lists */
	background-image:none;
	display: block;
	border-top: 1px solid #3f485c; 
	border-left: 1px solid #3f485c;
	border-right: 1px solid #3f485c;
	padding: 2px 2px 2px 4px;
	background-color: #5b6886;
}

#dropnav li ul ul { /* third-and-above-level lists */
	margin: -23px 0px 0px 134px;
}

#dropnav li:hover ul ul, #dropnav li.sfhover ul ul {
	left: -999em;
}

#dropnav li:hover ul, #dropnav li li:hover ul, #dropnav li.sfhover ul, #dropnav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


/*text items --------------------------------------------------- */
.text_news_date	{
	font-weight: 900;
	color: #6f9acc;	
}
	
.text_blue	{
	color: #104ba0;
}

/*form formatting items */

input, textarea, select, checkbox	{
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	background-color: #e0e5d0;
	color: #444444;
	margin: 2px;}
	
.inputbox190	{
	width: 240px;}
	
textarea	{
	padding: 3px;}

input.button	{
	border: 1px solid #000000;
	background-color: #c5ccb0;
	color: #000000;
	width: 80px;
	height: 19px;}
	
input.button:hover	{
	background-color: #e0e5d0;
	color: #000000;
	border: 1px solid #000000;
	cursor: pointer; cursor: hand;}
