@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	background-color:#6fba6b;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}

.wrapper {
	width:915px;
	margin:0 auto;
}

.clear {
	clear:both;
}

.med-text {
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	color:#FF9;
}

.contentbox {
	background-image:url(../images/contentbg.jpg);
	background-repeat:repeat-y;
}

.border-bottom {
	background-image:url(../images/border-bottom.jpg);
	width:915px;
	height:16px;
}

.border-top {
	background-image:url(../images/border-top.jpg);
	width:915px;
	height:16px;
}

.rightcontent {
	float:left;
	width:712px;
	left:-12px;
	margin:0px;
	position:relative;
	z-index:2;
	top:-1px;
}

.rightcontent a {
	color:#ffffff;
	text-decoration:underline;
}

.rightcontent a:hover {
	text-decoration:none;
}

*:first-child+html .rightcontent {
	top:-2px;
}

* html .rightcontent {
	left:-32px;
	top:-2px;
}

.textcontent {
	background-color:#125d0e;
	margin:0px 0px 0px 70px;
	color:#ffffff;
	padding:0px 10px;
}

.nav {
	float:left;
	background-color:#ffffff;
	margin:10px 0px 0px 20px;
	width:177px;
	color:#125d0e;
	font-size:14px;
	font-weight:bold;
	position:relative;
	z-index:1;
}

.nav a {
	color:#125d0e;
	text-decoration:none;
}

.navborder {
	border-bottom:1px #000000 dotted;
	width:157px;
	height:1px;
	margin:5px 0px;
}

* html .navborder {
	margin:0px 0px 12px 0px;
}

.nav a:hover {
	color:#6FBA6B;
	text-decoration:none;
}

.nav input {
	margin:10px 0px;
	width:75px;
}

*:first-child+html .nav input {
	margin:0px;
}

.footer {
	background-color:#f0f0e6;
	margin:10px;
	width:875px;
	margin:0 auto;
}

.footerheader {
	font-weight:bold;
	font-size:12px;
}

.footercontent {
	padding:10px;
	color:#125d0e;
	font-size:10px;
}

.footer-left {
	float:left;
	width:400px;
}

.footer-left a {
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	color:#125d0e;
}

.footer-left a:hover {
	text-decoration:underline;
}

.footer-middle {
	float:left;
}

.footer-right {
	float:left;
	text-align:center;
	width:275px;
	padding-top:40px;
}

.footerbottomlinks a {
	font-weight:normal;
	text-transform:none;
}

.footerbottomlinks a:hover {
	font-weight:normal;
	text-transform:none;
	text-decoration:underline;
}