body {
	background: #86B33C;
	background-image: url(border.jpg);
	margin: 0px;
	font-size: 90%;
	font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
}
.main {
	margin: 0px 12%;
	background: White;
	padding: 10px;
	color: Black;
}	

/* Hides from IE5-mac \*/
* html .main {
	height: 1%;
	margin-top:-1ex;	
}
/* End hide from IE5-mac */

p.breadright {
	position: absolute;
	top: 1ex;
	right: 1ex;
	text-align: right;
	background-color: White;
	padding: 5px;
	font-weight: bold;
}

p.breadleft {
	position: absolute;
	top: 1ex;
	left: 1ex;
	text-align:left;
	background-color: White;
	padding: 5px;
	font-weight: bold;
}

h1 {
	font-size: 300%;  
	font-weight: normal;
	font-family: Palatino, Bookman Old Style, Times New Roman, serif;
	color: #54546E;
	text-align: center;
	margin-top: 3ex;
	clear: both;
  }

h2 	{
	font-size: 200%;  
	font-weight: bold;
	font-family: Palatino, Bookman Old Style, Times New Roman, serif;
	color: #54546E;
	text-align: center;
  }

h3  	{
	font-size: 200%;  
	font-weight: bold;
	font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	color: Black;
	text-align: center;
  }
  
h4 		{
	font-size: 150%;  
	font-weight: normal;
	font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	color: Black;
  }

hr {
	color: #86B33C;
	background-color: #54546E;
	border: 0;
	height: 2px;
	margin: 20px;
}

	a:link {
		color: #86B33C;
		text-decoration: none;
	}

	a:visited{
		color:#4A521F;
		text-decoration: none;
	}

	a:hover {
		text-decoration: underline;
		color: #788D86;
	}

	body.fishing { 
	margin: 1em;
	background-color: #3A5C82;
		font-family: palatino, bookman old style, times new roman, serif;  
	color: #EBB9D2;}

	a.fishing:link {
		text-decoration: underline;
		color: #EBB9D2;
		
	}
	a.fishing:hover {
				text-decoration: underline;
		color: White;
		}
	a.fishing:visited {
		text-decoration: underline;
		color: #8CDCFF;
		}

	HR.fishing     {
		color: #EBB9D2;
		}
p.caption {
	margin-top: 2px;
	font-size: 80%;
}

p.credits {
	font-size: 80%;
}
