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

body {
	background:#70372c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#794035;
	padding:0; margin:0;
}
#container {
	width:1002px;
	height:auto;
	margin:auto;
}
a:link {
	color:#70372c;
	text-decoration:underline;
}
a:hover {
	color:#000000;
}
.footercontent {
	color:#794035;
	text-decoration:none;
}
.footercontent a:link {
	color:#794035;
}
.footercontent a:hover {
	color:#333333;
}
#body {
	background:url(images/body.png) repeat-y;
	width:978px;
	height:auto;
	padding-left:12px;
	padding-right:12px;
	border-bottom:1px solid #b08b84;
}
#footer {
	background:url(images/footer.png);
	width:978px;
	height:32px;
	margin-top:5px;
	padding-top:6px;
}
#topnav {
	background:url(images/topnav.png) repeat-x;
	width:977px;
	height:37px;
	padding-left:1px;
}
#navigation {
  list-style:none;
  padding:0px; margin:0;
}

#navigation li {
  list-style:none;
  float:left;
}

#navigation a {
  background:url(images/button.png) top;
  width:106px;
  height:37px;
  display:block;
  text-align:center;
  line-height:35px;
  color:#FFFFFF;
  text-decoration:none;
}

#navigation a:hover, .active {
  background:url(images/button.png) bottom;
  width:106px;
  height:37px;
  color:#FFFFFF;
}
.clear {
	clear:both;
}
#header {
	background:url(images/header.jpg);
	width:978px;
	height:206px;
}
#leftcontainer {
	width:285px;
	height:auto;
	margin-top:5px;
	float:left;
}
.lefthead {
	background:url(images/lefthead.png);
	width:271px;
	height:27px;
	float:left;
	padding-right:7px;
	padding-left:7px;
	padding-top:14px;
	font-weight:bold;
	text-align:left;
	font-size:14px;
}
.leftcontenthead {
	background:url(images/leftcontenthead.png);
	width:285px;
	height:3px;
	float:left;
}
.leftcontent {
	background:url(images/leftcontent.png) repeat-y;
	width:285px;
	height:auto;
	float:left;
}
.leftbottom {
	background:url(images/leftbottom.png);
	width:285px;
	height:3px;
	float:left;
	margin-bottom:5px;
}
#links {
  list-style:none;
  padding:0px; margin:0;
}

#links li {
  list-style:none;
}

#links a {
  background:url(images/link.png) top;
  width:275px;
  height:24px;
  display:block;
  text-decoration:none;
  color:#794035;
  padding-top:11px;
  padding-left:7px;
  font-size:14px;
}

#links a:hover {
	width:270px;
	padding-left:12px;
}
#rightcontainer {
	width:687px;
	height:auto;
	margin:auto;
	float:right;
	margin-top:5px;
}
.righthead {
	background:url(images/righthead.png);
	width:680px;
	height:27px;
	padding-left:7px;
	padding-top:14px;
	font-weight:bold;
	text-align:left;
	font-size:14px;
}
.rightcontenthead {
	background:url(images/rightcontenthead.png);
	width:687px;
	height:3px;
}
.rightcontent {
	background:url(images/rightcontent.png) repeat-y;
	width:671px;
	height:auto;
	padding-left:8px;
	padding-right:8px;
	padding-top:5px;
	padding-bottom:5px;
	line-height:1.5em;
}
.rightbottom {
	background:url(images/rightbottom.png);
	width:687px;
	height:3px;
	margin-bottom:5px;
}
#boardmembers {
	list-style:none;
	margin:0px;
	padding:0px;
}
#documents {
	margin:0;
	padding:0;
	list-style:none;
}
#documents a {
	color:#794035;
	text-decoration:none;
}
form fieldset {	border: 0; }
form fieldset p br { clear: left; }
label {
	margin-top: 5px;
    display: block;
    width: 5px;
    padding: 0;
    float: left;
}
input {
	font-family: Trebuchet MS;
    border: 1px solid #666666;
	margin-bottom: 5px;
    background-color: #FFF;
	width:300px;
	height:25px;
	font-size:14px;
	color:#666666;
}
input:hover {
	border: 1px solid #222;
    background-color: #EEE;
}
textarea {
  font-family: Trebuchet MS;
  width:300px;
  height:200px;
  border: 1px solid #666666;
  padding-left:5px;
  padding-top:5px;
  font-size:14px;
  color:#666666;
}
.button {
	width:90px;
	height:30px;
	margin-top:5px;
	margin-right:5px;
	color:#666666;
}
.form {
	padding-top:7px;
	padding-left:5px;
	color:#666666;
}