@charset "utf-8";
/* CSS Document */

#wrapper {
	width: 929px;
	margin: 0 auto;
}
body {
	margin: 0px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #56553e;
	background-color: #FFFDD2;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 265px;
	padding: 93px 0 0 820px;
	color: #555447;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-transform: uppercase;
}
#nav {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #449b08;
	border-bottom-color: #449b08;
	padding: 5px;
	text-align: center;
	color: #c42424;
}
#nav li {
	PADDING-RIGHT: 1.5em;
	DISPLAY: inline;
	PADDING-LEFT: 1.5em;
	margin: 0;
	padding-bottom: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #449b08;
}
#nav li.first {
	border-left-width: 0px;
}
#nav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover {
	color: #395294;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#content {
	padding-top: 15px;
	padding-bottom: 8px;
	height: 520px;
}
#left {
	float: left;
	width: 572px;
}
#right {
	float: right;
	width: 335px;
}
.greenbox {
	background-image: url(images/welcomebg.gif);
	background-repeat: no-repeat;
	height: 299px;
	width: 302px;
	padding: 20px 20px 0 250px;
	color: #fefcd8;
}
.browntitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #fffed1;
}
.greentext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #859524;
}
.redtext {
	font-weight: bold;
	color: #c42424;
}
.greentitle2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #bfda12;
}
.greentitle3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #bfda12;
}
.leftimg {
	float: left;
	padding-right: 10px;
	display: block;
}
.rightimg {
	float: right;
	padding-left: 6px;
	display: block;
}
.dashline {
	height: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #a5bfd9;
}
#bottom {
	background-color: #919103;
	text-align: center;
	height: 65px;
	margin-bottom: 30px;
	color: #c9c68d;
}
.greenbox input {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-size: 11px;
	margin: 3px 0 3px 0;
	width: 300px;
	padding: 2px;
}
.greenbox textarea {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-size: 11px;
	margin: 3px 0 3px 0;
	width: 300px;
}