html {
	min-height: 100%;
	margin-bottom: 1px;
}
body {
	background-color: #81A155;
	background-image: url(../_img/pageBg.jpg);
	background-repeat: repeat-x;
}

#copyright {
	color: #FBF6E0;
	text-align: center;
	font-family: Tahoma, Arial, sans-serif;
	font-size: .6em;
	height: 20px;
	width: 760px;
	margin: auto;
}
#copyright a {
	color: #FBF6E0;
	text-decoration: none;
}
#copyright a:hover {
	color: #FFCC00;
}
#mainWrapper {
	width: 760px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-image: url(../_img/contentBg.jpg);
	background-repeat: repeat-y;
}
#topBanner {
	height: 151px;
	background-color: #FFFFFF;
	background-image: url(../_img/topBanner.jpg);
	background-repeat: no-repeat;
}
#contentWrapper {
}
#left {
	float: left;
	width: 208px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 0.8em;
	color: #2C4F65;
	font-weight: bold;
	padding-top: 29px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	min-height: 400px;
}
#right {
	float: left;
	width: 502px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	color: #333333;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}
.subscribeTable {
	background-color: #7D9681;
}
.subscribeTH {
	background-color: #DAF1DA;
	font-weight: bold;
}
.subscribeTD {
	background-color: #FFFFFF;
}
.subscribeTDAlt {
	background-color: #F1FAF1;
}

.titles {
	font-weight: bold;
	font-size: 1.4em;
	color: #315177;
}

#pageBottom {
	clear: left;
	background-color: #B3CE4B;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 238px;
	text-align: center;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	color: #333333;
}
#pageBottom a {
	color: #333333;
	text-decoration: none;
}
#pageBottom a:hover {
	color: #660000;
	text-decoration: none;
}
#flashcontent {
	width: 250px;
	height: 200px;
}
#nav {
	margin-left: 1px;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#nav a	{
	display: block;
	width: 150px;
	color: #FFFFFF;
	background-color: #5283AB;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	border-bottom-width: 4px;
	border-bottom-style: groove;
	border-bottom-color: #FFFFFF;
}
#nav a:hover {
	color: #000000;
	background-color: #A9C938;
	text-decoration: none;
}
#nav ul ul li {
	margin: 0 0 1px 0;
}
#nav ul ul a {
	display: block;
	width: 128px;
	color: #435867;
	background-color: #EBEBEB;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}
#nav ul ul a:hover {
	color: #000000;
	background-color: #CEE18E;
	text-decoration: none;
}
#siteSeal {
	padding-top: 30px;
	padding-left: 15px;
	width: 150px;
}
h1 {
	font-weight: bold;
	font-size: 1.4em;
	color: #315177;
}
