html {
	margin: 0;
	padding: 0;
	background: #83B53F url(../images/page/bg-bamboo.gif) top center repeat;
}
body {
	margin: 0;
	padding: 10px 0;
	background: url(../images/page/bg-bamboo-top.gif) top center repeat-x;
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #1A5129;
}
#container {
	margin: 0 auto;
	width: 960px;
	background: url(../images/page/page-bg.jpg) top center repeat-y;
}
#header {
}

#nav {
	background: #31682A url(../images/page/nav-bg.gif) top center no-repeat;
	text-align: right;
	padding: 0 30px;
	height: 38px;
}
#nav a {
	font: bold 12px/32px "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	padding: 0 18px;
	letter-spacing: 1px;
}
#nav a:hover {
	color: #B2D382;
}

#sidenav {
	float: left;
	width: 235px;
	background: url(../images/page/sidenav-bg.jpg) top left no-repeat;
}
#sidenav h2 {
	margin: 0;
	padding: 70px 0 0 43px;
	font: bold 23px/30px "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	color: #7DB52C;
}
#sidenav ul {
	margin: 0;
	padding: 10px 0 50px 43px;
	list-style: none;
}
#sidenav li {
	margin: 0;
	padding: 0;
	line-height: 0;
}
#sidenav li a {
	display: block;
	line-height: 12px;
	text-decoration: none;
	color: #1A5129;
	background: url(../images/page/bullet.gif) top left no-repeat;
	padding: 7px 0 7px 15px;
}
#sidenav li a:hover {
	text-decoration: underline;
}

#contentbg {
	margin-left: 235px;
	background: url(../images/page/content-top-bg.gif) top left no-repeat;
}

#content {
	padding: 0px 85px 40px 65px;
	background: url(../images/page/content-bg.gif) bottom left no-repeat;
	min-height: 400px;
}
#content h1 {
	margin: 0px -85px 0 -65px;
	padding: 70px 30px 20px 65px;
	font: normal 23px/30px "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	color: #7DB52C;
}
#content h2 {
	margin: 0;
	padding: 0;
	font: normal 19px/26px "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
}
#content h3 {
	margin: 15px 0 -15px;
	padding: 0;
	font-size: 11px;
}
#content p {
	margin: 15px 0;
}

#footer {
	clear: both;
	padding: 35px 30px 10px;
	background: url(../images/page/footer-bg.gif) top center no-repeat;
	font-size: 9px;
	color: #C7DBAF;
}
#footer a {
	color: #C7DBAF;
}
#footer a:hover {
	color: #FFFFFF;
}

a {
	color: #7DB52C;
}
form {
	margin: 0;
}
form td {
	padding: 0 10px 7px 0;
}
input, select, textarea {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #1A5129;
}

.red {
	color: red;
}
.infotable, .infotable2 {
	width: 99%;
	margin: 10px 0 25px;
	border-top: 1px solid #EAEAEA;
}
.infotable th {
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 1px solid #7DB52C;
	background-color: #ECF4E0;
	padding: 10px;
}
.infotable2 th {
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	text-transform: uppercase;
	border-right: 1px solid #7DB52C;
	background-color: #ECF4E0;
	padding: 10px;
	text-align: left;
	width: 20%;
}
.infotable td, .infotable2 td {
	padding: 5px;
	border-bottom: 1px solid #EAEAEA;
}

.clear {
	clear: both;
}
.mini {
	font-size: 10px;
	line-height: 12px;
	color: #76977F;
}
