body {
	margin: 0;
	background: #4A8D3A;
	padding: 0;
	color: #ffffff;
	text-align: center;
	font-size: 100%;
}
div#wrapper {
	margin: 0 auto;
	background: #ffffff;
	width: 660px;
	color: #666666;
	text-align: left;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 87.5%;
}


h1, h2, h3, h4 {
	margin: 0 0.5em;
}
h1 {
	font-size: 1.8em;
	line-height: 1.4;
}

h2 {
	background: url(../images/spacerleaf.gif) no-repeat left center;
	padding-left: 48px;
	font-size: 1.5em;
	line-height: 1.5;
}
h3 {
	background: url(../images/spacerleaf2.gif) no-repeat left 0.3em;
	padding-left: 18px;
	font-size: 1.3em;
	line-height: 1.2;
}
hr {
	margin: 0 5em;
	border: none;
	background: #dddddd;
	padding: 0;
	height: 1px;
	color: #dddddd;
	text-align: center;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}


div#mast {
	background: #ffffff;
	font-size: 1.7em;
}
div#mast img {
	vertical-align: middle;
}


ul#menu {
	float: left;
	margin: 0;
	background-color: #cccccc;
	padding: 0;
	width: 100%;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	list-style-type: none;
}
ul#menu li {
	float: left;
	border-right: 1px solid #aaaaaa;
}
ul#menu a {
	display: block;
	padding: 0 1em;
	color: #006600;
}
ul#menu a:hover {
	background-color: #99cc99;
	color: #000000;
}


div#content {
	clear: both;
	background: #ffffff;
	padding: 1px 0;
}
div#content p {
margin: 0.5em 1.5em 1.3em;
font-size: 100%;
line-height: 1.3;
}
div#content a {
color: #006600;
text-decoration: underline;
}
div#content a:visited {
	color: #669966;
}
div#content ul {
	margin: 0 1.5em 1.5em;
	padding: 0px;
	list-style-type: none;
}
div#content li {
	margin: 0;
	padding: 0;
	line-height: 1.2;
}
div#content table {
margin: 0 1.5em 1.5em;
font-family: Georgia, 'Times New Roman', Times, serif;
font-size: 100%;
}
div#content td {
	background: #FFFFFF;
	color: #333333;
}

div#foot {
	background: #ffffff;
	text-align: center;
	font-size: 0.7em;
	line-height: 3;
}
div#foot p {
	margin: 0;
	border-top: 1px solid #dddddd;
	padding: 0 1em;
}

.floatright {
	float: right;
	margin: 0 10px;
}

.clr {
	clear: both;
}
form#contact {
	margin: 1em 0;
	text-align: center;
}
form#contact table {
	font-size: 100%;
	margin: 0 auto;
	font-family: Georgia, serif;
}

form#contact input,
form#contact textarea  {
	font-size: 100%;
	width: 400px;
	font-family: Georgia, serif;
}
