@charset "UTF-8";
body {
	background: #FAFFE1 url(../images/bg_body.jpg) repeat-x;
}
/* CSS Document */

body, td, th {
	color: #7D715E;
	font: 0.9em "Trebuchet MS", Arial, Helvetica, sans-serif;
}
p , ul{
	margin: 0px 0px 1.4em;
}
ul {
	margin-left: 40px;
	list-style: circle;
}
ol {
	margin-left: 40px;
	list-style: decimal;
}
li {
	margin: 0px 0px 0.6em;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0.6em 0px 0.4em;
}
h1 {
	color: #7AC042;
	font-size: 1.4em;
	letter-spacing: 2px;
}
h2 {
	color: #000;
	font-size: 1.2em;
}
p {
	line-height: 1.3;
}
a {
	color: #096833;
}
#wrapper {
	background: url(../images/bg_wrapper.png);
	margin: 0px auto;
	width: 986px;
}
#nav {
	line-height: 52px;
	background: url(../images/bg_nav.jpg);
	height: 52px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
	margin: 0px;
	padding: 0px;
	display: inline;
}
#nav a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	width: 140px;
	display: block;
	float: left;
	text-align: center;
	font-size: 1.1em;
}
#nav a:hover {
	color: #7AC142;
}
#left {
	background: url(../images/bg_left.jpg) no-repeat;
	float: left;
	width: 231px;
	height: 399px;
	padding: 50px 0px 0 15px;
	font-weight: bold;
	color: #FFF;
	line-height: 1.5;
}
#left a {
	color: #FFF;
}
#right {
	float: right;
	width: 697px;
	padding: 20px;
}
#right ul {
	line-height: 1.3;
}
#right label {
	width: 150px;
	display: block;
	float: left;
	text-align: right;
	padding-right: 3px;
	clear: left;
	font-weight: bold;
}
#right form div {
	padding-bottom: 20px;
}
#footer {
	clear: both;
	border-bottom: 1px solid #B8BDA6;
	text-align: right;
	padding: 20px;
	font-size: 0.9em;
	color: #B8BDA6;
}
.black {
	color: #000;
}
.imagefloatright {
	float: right;
	margin-left: 8px;
	border: 1px solid #000;
}
.smalltext {
	font-size: .9em;
}
