body {
	margin: 0;
	padding: 0;
	background: #42A028 url(../images/bg.gif) repeat-x fixed;
	font-size: 78%;
	font-family: Helvetica,Tahoma, Verdana, Arial, sans-serif;
	color: #555;
	text-align: center;
}
p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 0 0 1.2em 0;
	text-align: left;
}

p.frame {
	padding: 0 10px 0 10px;
	font-size: 1em;
	line-height: 1.5em;
	margin: 0 0 1.2em 0;
	text-align: left;
}

p.frameright {
	padding: 0 10px 0 10px;
	font-size: 1em;
	line-height: 1.5em;
	margin: 0 0 1.2em 0;
	text-align: right;
	font-weight:bold;
}

.center {
	text-align:center;
}

.back {
	text-align:right;
}

table {
	font-size: 1em;
	line-height: 1.5em;
	margin: 0 0 1.2em 0;
}
td {
	vertical-align:top;
	line-height: 1.5em;
	margin: 1.2em 0;
}
#ich td {
	line-height: 24px;;
}

ol, ul {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0 1.2em 2em;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 1.2em 0 0 0;
	font-weight:bold;
	font-family: Helvetica,Tahoma, Arial, sans-serif;
	color: #555;
}
h1, h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}
hr  {
	height: 1px;
  	border: 0px solid #555;
 	border-top-width: 1px;
  	margin: 2px 0px 5px 0px;
	width:720px;
}

a {
	text-decoration: none;
}
a:link, a:visited, a:active, a:hover {
	color: #42A028;
	text-decoration:underline;
}

a.foot:link, a.foot:visited, a.foot:active, a.foot:hover {
	color: #fff;
}

input, textarea, select {
	border: 1px solid #C1C0B5;
	background-color: #FAFAF0;
	color: #333;
	font-size: 1em;
	font-family: Helvetica,Tahoma, Arial, sans-serif;
}
form, img {
	margin: 0;
	padding: 0;
	border: 0;
}

/* Layout */

#navmenu {
	background-image:url(img/top.jpg);
	background-repeat:no-repeat;
	background-position:top;
	margin: 0px 0px 0px;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
	color: #42A028;
	font-size: 13px;
	font-variant: small-caps;
	letter-spacing:0.2em;
	text-decoration: none;
	height: 24px;
	text-align: right;
}

#navmenu a:link, #navmenu a:visited {
	color: #358020;
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
	padding-right: 13px;
	padding-left: 12px;
	padding-top: 1px;
	padding-bottom: 2px;
}

#navmenu a:hover {
	text-decoration: none;
	color: #358020;

}

#wrapper {
	margin: 0 auto;
	width: 750px;
	background-color: #FFF;
	text-align: left;
}
#header {
	padding: 30px 0 0 0;
	background-color: #42A028;
}

	/* Header Styles */
	#header h1 {
		margin: 0;
		font-size: 1.8em;
	}
	#header h1 a {
		text-decoration: none;
		color: #ffffff;
	}

#cont {font-size:1em; line-height:1.8em;}

#content {
	float: left;
	padding: 0 20px;
	margin: 0 0 20px 0;
	width: 750px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 730px;
}
html>body #content {
	width: 720px;
}
* html #content {
	overflow: hidden;
	/* So IE won't break things */
}

#footer {
	clear: both;
	font-size: 0.9em;
	text-align: right;
}

#footer a {
	text-decoration:none;
}

	/* Footer Styles */
	#footer p {
		margin: 0;
		padding: 2px 0 20px 0;
		background-color: #42A028;
		border-top: 6px solid #FDCA00;
		font-size: 0.9em;
		text-align: right;
		color:#fff;
	}




