/* CSS Document */
body {
	background: url(../images/background.jpg) repeat-y center #2e7e35;
	color: #000000;
	font-family: Verdana, "Sans Serif", Serif;
	font-size :13px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}

/**** font settings ****/
h1 {
	color: #226d28;
	font-size: 1.2em;
	margin: 0px;
	padding: 10px 0px 15px 25px;
	text-align: left;
	}

h2 {
	color: #226d28;
	font-size: 12px;
	margin: 0px;
	padding: 5px 0px 0px 15px;
	text-align: left;
	}

h3 {
	font-size: 13px;
	margin: 0px 10px 0px 20px;
	text-align: left;
	}

h4 {
	color: #999999;
	font-size: 0.85em;
	font-weight: normal;
	margin: 0px;
	padding: 20px 0px 20px 25px;
	text-align: left;
	}

p {
	margin: 0px 40px 5px 40px;
	text-align: justify;
	}

a { 
	color: #226d28;
	text-decoration: none;
	}

a:hover { 
	text-decoration: underline;
	}

a.menu {
	border-bottom: 1px solid #999999;
	font-weight: bold;
	display: block;
	padding: 8px 10px 8px 10px;
	margin: 10px 10px -5px 720px;
	text-align: right;
	}

a.menu:hover { 
	background: #226d28;
	color: #ffffff;
	text-decoration: none;
	}
	
.imageleft {
	padding: 5px 10px 0px 0px;
	}
	
.imageright {
	padding: 5px 0px 0px 10px;
	}
	
.imagecenter {
	padding: 4px;
	}

hr {
	margin: 10px 30px 10px 30px;
	height: 1px;
	}
	
.field {
	font-size: 12px;
	font-family: Verdana, "Sans Serif", Serif;
	}

.formtxt {
	font-size: 13px;
	text-align: left;
	padding: 2px 0px 2px 0px;
	}

a img {
	border: 0px;
	}

/**************
**Site Layout**a9b8c2
**************/
	
#header {
	background: #ffffff;
	height: 180px;
	margin: auto;
	width: 960px;
	}

#wrapper {
	background: #ffffff;
	height: auto;
	margin: 0px auto 0px auto;
	min-height: 400px;
	overflow: auto;
	text-align: left;
	width: 960px;
	}

/*html #wrapper { height:400px; }*/

#content {
	background: #ffffff;
	height: auto;
	float: left;
	min-height: 400px;
	width: 720px;
	}

* html #content { height:400px; }

#footer {
	background: #ffffff;
	height: 20px;
	width: 960px;
	margin: auto;
	}
	
#contact {
	height: auto;
	}
