/* CSS Document */
body {
	/*background: url(../images/background.jpg) no-repeat fixed #ffffff;*/
	color: #000000;
	font-family: Verdana, "Sans Serif", Serif;
	font-size :13px;
	margin: 0px;
	padding: 50px;
	text-align: center;
	}

/**** font settings ****/
h1 {
	color: #226d28;
	font-size: 14px;
	margin: 0px;
	padding: 5px 0px 5px 15px;
	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: #666666;
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
	padding: 3px 0px 0px 0px;
	text-align: left;
	}

p {
	margin: 0px 30px 5px 30px;
	text-align: justify;
	}

a { 
	color: #226d28;
	text-decoration: none;
	}

a:hover { 
	text-decoration: underline;
	}

a.menu {
	border: 1px solid #999999;
	font-size: 0.9em;
	font-weight: bold;
	display: block;
	padding: 3px 5px 3px 5px;
	margin: 10px 10px -5px 520px;
	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: no-repeat top right #ffffff;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	height: 180px;
	margin: auto;
	width: 700px;
	}
	
#wrapper {
	background: #ffffff;
	border: 1px solid #666666;
	height: auto;
	margin: 0px auto 0px auto;
	min-height: 500px;
	overflow: auto;
	text-align: left;
	width: 700px;
	}

* html #wrapper { height:500px; }

#content {
	background: #ffffff;
	height: auto;
	float: left;
	min-height: 500px;
	width: 520px;
	}

* html #content { height:500px; }

#footer {
	height: 20px;
	width: 700px;
	margin: auto;
	}
	
#contact {
	height: auto;
	}
