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

#wrapper {
	width: 1004px;
	margin: 0 auto;
	height: 900px;
}
body {
	margin: 0px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4b4938;
	background-color: #CECB9A;
}

#left {
	float: left;
	width: 283px;
	background-image: url(images/leftbg.gif);
	background-repeat: repeat-y;
	height: 900px;
}
#right {
	float: right;
	width: 721px;
	height: 900px;
	background-color: #cecb9a;
}
#nav {
	background-image: url(images/note.gif);
	background-repeat: no-repeat;
	height: 198px;
	background-position: center top;
	padding: 60px 40px 0 85px;
}
.icondiv {
	height: 64px;
	width: 64px;
	float: left;
	padding-right: 10px;
	padding-left: 5px;
}

.redtext {
	font-weight: bold;
	color: #bc1324;
}
.greentitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #cecb9a;
}
.paddingbox {
	padding: 0 45px 0 30px;
}
.greenbox {
	background-color: #accc7e;
	padding: 5px;
	font-weight: bold;
	color: #536E38;
}
.leftimg {
	float: left;
	padding-right: 10px;
	display: block;
}
.rightimg {
	float: right;
	padding-left: 6px;
	display: block;
}
#header {
	background-image: url(images/headerdraft.jpg);
	background-repeat: no-repeat;
	height: 115px;
	padding: 220px 100px 0 240px;
	color: #eff5ca;
}
.rightbox {
	padding: 5px 30px 0 30px;
}
.browntitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #7c633a;
}
.darkbrowntitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #5c593c;
}
.dotline {
	height: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #9a9880;
}
#footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	height: 68px;
	margin: 0 auto;
	width: 964px;
	padding: 20px;
}
#right input {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-size: 11px;
	margin: 3px 0 3px 0;
	width: 300px;
	padding: 2px;
}
#right textarea {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-size: 11px;
	margin: 3px 0 3px 0;
	width: 300px;
}
a {
	color: #004000;
	text-decoration: none;
}
.imgfloat {
	padding-right: 20px;
	float: left;
}
.clearflt {
	clear: both;
	height: 5px;
}
.spacer {
}
h1 {
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
	color: #4B4938;
}
h4 {
	font-size: 12px;
}


.imgfloatr {
	float: right;
	padding-left: 20px;
}
.centeredtext {
	float: left;
}
.pdf {
	width: 200px;
	height: 100px;
	float: left;
}
.style1 {
	color: #ACCC7E;
	font-weight: bold;
}
.style2 {color: #436F42}
.style3 {
	color: #325331;
	font-weight: bold;
}
.style4 {color: #BC1324}
.style5 {
	color: #891B17;
	font-size: 12px;
}
.style6 {font-size: 12px}

