body {
	background-color: #DAE6B5;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #83702C;
}
#heading {
	background-image: url(img/head_bg.jpg);
	background-repeat: no-repeat;
	padding: 0px 40px 0px 0px;
	font-size: .8em;
	height: 175px;
	border-top: 1px solid #BAD075;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 0px;
}

#master {
	margin: 0px;
	padding: 0px;
	width: 740px;
	border: 1px solid #BAD075;
}
#contentArea {
	background-color: #FFFFFF;
	height: 100%;
	border: none;
	margin: 0px;
	padding: 20px;
	vertical-align: top;
	text-align: left;
}
#footer {
	background-color: #BAD075;
	margin: 0px 0px 5px;
	padding: 10px 40px 10px 0px;
	text-align: right;
	font-size: 0.7em;
	color: #587405;
}

#footer a:link {
	color: #587405;
	text-decoration: underline;
}
#footer a:visited {
	color: #587405;
	text-decoration: underline;
}
#footer a:hover {
	color: #587405;
	text-decoration: none;
	background-color: #DAE6B5;
}
#footer a:active {
	color: #587405;
}
#contentArea img {
	margin: 0px 10px 10px 0px;
	padding: 0px;
	border: 20px solid #e9efcb;
}
#contentArea h1 {
	font-size: 1.1em;
	color: #83702C;
	background: #E9EFCB;
	font-weight: normal;
	margin: 0px 0px 10px;
	padding: 10px;
	font-style: normal;
	}

#contentArea h2 {
	font-size: 1.3em;
	color: #BEA23F;
	font-weight: normal;
	margin: 5px;
	padding: 0px;
	font-style: normal;
}

#contentArea h3 {
	font-size: 1.2em;
	color: #BEA23F;
	font-weight: normal;
	margin: 10px 5px 5px;
	padding: 0px;
	font-style: normal;
}
#topHead {
	margin: 0px;
	border: solid #F2EBD7;
	background-color: #F8F4E9;
	padding: 0px 20px 0px 0px;
	height: 139px;
	vertical-align: middle;
}

#contentArea p {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 10px;
	margin: 0px;
	line-height: 1.3em;
}

#contentArea li {
	line-height: 1.3em;
	margin-top: 5px;
	margin-bottom: 5px;
}

#nav {
	float: right;
	margin: 0px;
	padding: 0px;
}

#nav ul {
	list-style-type: none;
	text-align: left;
	margin: 5px 0px 0px;
	padding: 0px;
}
#nav li {
	margin: 0px;
	padding: 0px 0px 2px;
	list-style: none;
}

#nav a:link {
	color: #587405;
	text-decoration: none;
}
#nav a:visited{
	color: #587405;
	text-decoration: none;
	}
#nav a:hover{
	color: #101a07;
	
}
#nav a:active{
	color: #990000;
}
.contactCell {
	text-align: right;
}
#contentArea a:link {
	color: #990000;
	text-decoration: underline;
}
#contentArea a:visited {
	color: #990000;
	text-decoration: underline;
}
#contentArea a:hover {
	color: #990000;
	text-decoration: none;
	background-color: #DAE6B5;
}
#contentArea a:active {
	color: #999900;
}

blockquote {
	margin: 20px;
	float: right;
	width: 180px;
	padding: 10px;
	font-size: 0.9em;
	font-style: italic;
	color: #836C29;
	border: 1px solid #DAE6B5;
	background-color: #F3EFDE;
	background-image: url(img/quotes.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
cite {
	font-weight: normal;
	display: block;
	text-align: right;
	font-style: normal;
}
legend {
	font-weight: bold;
	padding: 0px 10px;
	margin: 0px;
}

.formRight {
	text-align: right;
	padding: 5px;
}
fieldset {
	margin: 10px;
	padding: 10px;
	border: 1px solid #DAE6B5;
}
