﻿body {
	background-image: url('images/bkgd_02.gif');
}
.headerRow {
/*	border-bottom: 3px solid #23452F;*/
	border-bottom: 3px solid #733C0F;
}
.menuRow {
	border-bottom: 3px solid #733C0F;
	height: 37px;
	vertical-align:top;
}
.signPetition {
	padding: 5px;
	border-top: 1px black solid;
	background-color: #FFFF5B;
	font-weight: bold;
	border: 1px solid #733C0F;
	margin-bottom: 4px;
}
/*---------------HOME PAGE---------------*/
.bottomLeftCell {
	border-right: 1px #733C0F solid;
	width: 475px;
	padding: 10px;
	vertical-align: top;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #000000;
	font-size: 14px;
}
.bottomRightCell {
	border-left: 1px #733C0F solid;
	width: 475px;
	padding: 10px;
	vertical-align:top;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #000000;
	font-size: 14px;

}
/*---------------BODY AREA---------------*/
.bodyArea {
	width: 950px;
	margin: 0 auto;
}
.fullBodyTable {
	width: 1010px;
	margin: 0 auto;
	padding: 5px;
	background-color: #733C0F;
	border: 1px #CCCCCC solid;
}
a:link {
	color: blue;
	text-decoration: underline;
}
a:visited {
	color: blue;
}
a:hover {
	color: red;
}
hr {
	color: #733C0F;
	background-color: #733C0F;
	height: 2px;
	border: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
td {
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #000000;
	font-size: 12px;
}
h1 {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 5px;
	margin-top: 0px;
	border-bottom: 2px #733C0F solid;
}
h2.proposal {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 5px;
	margin-top: 0px;
	border-bottom: 2px #733C0F solid;
}
h2 {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
}
p {
	margin-top: 0px;
	margin-bottom: 4px;
}
ul {
	list-style-type: square;
}
.bodyContainer {
	width: 100%;
	background-color: #FFFFDF;
}
.bodyTextBottomDiv {
	border-bottom: 2px #733C0F solid;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #000000;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.bodyText {
	border-bottom: 2px #733C0F solid;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #000000;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom-width: 0px;
}
/*---------------PICTURES---------------*/
.picRight {
	float: right;
	border: 1px solid black;
	margin-left: 10px;
	margin-bottom: 5px;
}
.picLeft {
	float: left;
	border: 1px solid black;
	margin-right: 10px
}
.faunaGallery {
	border: 1px solid black;
	margin-right: 3px
}
.scopingPDF {
	vertical-align: middle;
	margin-right: 5px;
	margin-left: 5px;
}

/*------------COALITION PAGE--------------*/
ul.coalition li {
	margin:.5em 10% .5em 0;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #000000;
	font-size: 14px;
}
ul.coalition a:link {
	text-decoration:none;
}
ul.coalition a:visited {
	text-decoration:none;
}
ul.coalition a:hover {
	text-decoration:underline;
	color: red;
}
/*------------NEWS PAGE--------------*/
.newsTable td {
	padding: 4px;
	font: 14px Georgia, "Times New Roman", Times, serif;
}
.newsTable th {
	font: normal normal bold 14px Georgia, "Times New Roman", Times, serif;
	padding: 4px;
	text-align: left;
	text-decoration: underline;
}
