﻿
/*
dark green:	#336C35
lt green:	#91C470
tan:		#CBC6A3
orange:		#F28E44
brown:		#594B43
blue:		#30748A
*/
body, td, div {
	font-size: 11px;
	font-family: Verdana;
	line-height: 16px;
	color: #594B43;
}

body {
	background-color: #91C470;
	padding: 0px; margin: 0px;
}

td, th {
	text-align: left;
	vertical-align: top;
}

a, a:visited {
	text-decoration: none;
	color: #30748A;
}

a:hover{
	color: #F28E44;
}

a img {
	border: 0px;
}

img {
	margin: 0px;
	padding: 0px;
}

input, select, textarea {
	font-size: 11px;
}

ul {
	padding: 5px 0px 5px 10px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}

li {
	padding: 2px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
	padding-left: 12px;
	line-height: 15px;
}

h3 {
	padding: 2px 0px 5px 0px;
	margin: 0px;
	font-size: 13px;
	font-weight: bold;
	color: #30748A;
}

h4 {
	padding: 2px 0px 2px 0px;
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #336C35;
}

sup {
	font-weight: normal;
}

img.header {
	display: block;
	padding: 0px 0px 8px 0px;
}

div.header {
	height: 206px;
	position: absolute;
	left: 0px;
	width: 100%;
	z-index: 1;
}

tr.footer td a, tr.footer td a:visited {
	color: #336C35;
	display: block;
}

tr.footer td a:hover {
	color: #fff;
}

tr.footer td {
	text-align: center;
	vertical-align: middle;
	height: 28px;
	padding: 1px 21px 0px 21px;
}

.footer_bk {
	padding: 0px 0px 0px 0px;
	margin: 1px 0px 0px 0px;
	height: 36px;
	width: 760px;
}

.required {
	display: block;
	font-size: 10px;
	color: #cc0000;
	line-height: 12px;
}

.intro {
	padding: 20px 10px 10px 0px;
	font-size: 12px;
	color: #4A6F5F;
	line-height: 18px;
}

.page_title{
	width: 750px;
	padding: 10px;
	text-align: left;
}

.page_title img {
	display: block;
}

.logo img {
	padding-left: 8px;
	border: 1px solid #ff0;
}

a.side_content:hover{
	color: #594B43;
	text-decoration: underline;
}

.content {
	width: 758px;
	text-align: left;
	position: relative;
}

.content_shadow {
	height: 6px;
	width: 760px;
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
}

.confirm {
	display: block;
	font-weight: bold;
	color: #F28E44;
	font-size: 12px;
	padding: 8px 0px 8px 0px;
}

.errMsg {
	font-size: 12px;
	font-style: italic;
	padding: 10px 10px 10px 10px;
	display: block;
}

.footnotes {
	font-size: 10px;
}
.footnotes sup {
	font-family: Arial;
	font-size: 10px;
}

.reqMsg {
	font-size: 11px;
	font-weight: bold;
	display: inline;
	color: #F28E44;
}

