
html { min-width: 800px; }

body, div, td, th, h2, h3, h4 { /* redundant rules for bad browsers  */  
  font-family:Trebuchet MS,Verdana,Arial,Sans-serif;
	font-size:    small;
	voice-family: "\"}\"";
	voice-family: inherit;
	color: #333;
}  
.clearhack { display: inline; } /*Clears Box Model Hack in IE5*/

body {
	background-color: Lemon Chiffon;
	background-image:url('../images/Pittsfield State Forest.jpg');
	color: #333;
	padding: 1em 20px 3em 20px;
	margin: 0;
	margin-left: 10%;
	margin-right: 10%;
}

table.border,tr.border,td.border,th.border {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	vertical-align:text-top;
}

td {
	vertical-align: top;
}

th.normal {
	background-color: Lemon Chiffon;
	color: #333;
	font-weight: bold;
}

th {
	background-color: #FFF3B3;
	font-weight: bold;
}

div.leftside {
	padding: 4px;
	position: relative;
	float: left; 
	}

div.rightside {
	padding: 4px;
	position: relative; 
	float: right; 
}

div.newsection {
clear:both;
}

#main {
	width:100%;
	margin:0 auto;
	background: Lemon Chiffon;
}

a { color: #06C; }
a:hover { color: #333; }
a:active { color: #000; }

.dottedborder { border-style: dotted; }

p { line-height: 140%; }

h1,h2 {
  font-family:Trebuchet MS,Verdana,Arial,Sans-serif;
	font-weight: bold;
	color: #333;
}

h1 {
	font-size: 180%;
	margin: 0;
	text-align: center;
}

h1 a { text-decoration: none; color: #333; }
h1 a:hover { border-bottom: 1px dotted #666; color: #000; }

h2 {
	font-size: 140%;
	padding-bottom: 2px;
	border-bottom: 1px solid #CCC;
	margin: 0;
}

p.note {
	background: DarkGreen;
	color: White;
	padding: 4px;
  font-family:Trebuchet MS,Verdana,Arial,Sans-serif;
	font-size:    medium;
	font-weight: bold;
	line-height: 130%;
	margin-top: 0;
	clear: both;
}

img {
  margin: 5px;
}