	body {
		background-color: #eaf1c1;
		margin-left: auto;
		margin-bottom: auto;
		margin-right: auto;
		margin-top: 20px;
		color: #0b9444;
		font-size: .8em;
		font-family: Arial, Verdana, sans-serif;
	}

	a {
		text-decoration: none;
		color: #551900;
	}

	a:hover {
		text-decoration: underline;
		color: #551900;
	}

	#header {
		font-size: 1.0em;
		color: #c1d72e;
		padding-left: 30px;
		padding-right: 50px;
		text-align: right;
		margin: auto;
		background-repeat: no-repeat;
		background-image: url(header_green.jpg);
		height: 112px;
		width: 650px;
	}

	#header a {
		text-decoration: none;
		font-size: 1.0em;
		color: #88AA3A;
	}

	#header a:hover {
		text-decoration: underline;
		color: #64923A;
	}

	#nav {
		padding-right: 15px;
		padding-left: 15px;
		margin: auto;
		background-image: url(nav2_bg.jpg);
		background-repeat: no-repeat;
		height: 37px;
		width: 700px;
	}

	#nav2 a {
		padding-left: 7px;
		padding-bottom: 3px;
		padding-right: 7px;
		padding-top: 7px;
		float: right;
		color: white;
		background-position: left top;
		text-decoration: none;
		display: block;
		background-image: url(nav2_hover.jpg);
		background-repeat: no-repeat;
		height: 37px;
	}

#nav2 a:hover {
		padding-left: 7px;
		padding-bottom: 3px;
		padding-right: 7px;
		padding-top: 7px;
		float: right;
		color: white;
		background-position: left top;
		text-decoration: none;
		display: block;
		background-image: url(nav2_hover.jpg);
		background-repeat: repeat-x;
		height: 37px;
	}

	#main {
		padding-right: 30px;
		padding-left: 15px;
		padding-bottom: 10px;
		height: auto;
		margin: auto;
		width: 685px;
		background-image: url(green_bg.jpg);
		background-repeat: repeat-y;
	}

	#footer {
		font-family: Times, Georgia, serif;
		text-align: center;
		font-weight: bold;
		font-size: 1.4em;
		color: white;
		padding-top: 10px;
		padding-right: 50px;
		padding-left: 50px;
		height: 68px;
		margin: auto;
		width: 630px;
		background-image: url(footer2_bg.jpg);
		background-repeat: no-repeat;
	}

	#copy {
		font-size: .8em;
		color: #c1d72e;
		padding-right: 50px;
		padding-left: 50px;
		margin: auto;
		width: 630px;
	}

	#copy a {
			text-decoration: none;
		color: #c1d72e;
		}

	#copy a:hover {
			text-decoration: underline;
		color: #cfb074;
		}

	h1 {
		font-family: Times, Georgia, serif;
		margin-top: 0px;
		padding-top: 0px;
		color: #c1d72e;
		font-size: 2em;
	}

	h2 {
		color: #056839;
		font-size: 1.2em;
	}

	hr {
		border-top-color: #cfb074;
		border-left-style: none;
		border-bottom-style: none;
		border-right-style: none;
		border-top-style: solid;
	}

.form_box {
	padding: 2px;
	background-color: #ffffff;
	border: 1px solid silver;
	width: 100%;
	margin-bottom: 2px;
}

.submit_button {
	border: 1px solid #bbb;
	background-image: url(nav_hover.jpg);
		background-repeat: repeat-x;
	font-size: 9pt;
	color: #000;
	cursor: pointer;
	margin-right: 10px;
	height: 26px;
	padding-bottom: 2px;
}

table {
	border-style: none;
	border-spacing: 0px 0px;
	border-collapse: collapse;
}