body {
	background-color: #E3D0B5;
	color: #424242;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 24px 0px 0px 24px;
	}

p {
	margin: 10px 0px 0px 0px;
	}

.clear {
	clear: both;
	}

#container {
	background-color: #D5B991;
	margin: auto;
	text-align: left;
	width: 780px;
	border: #424242 1px solid;
	}
	
a {
	font-family: "Verdana", Helvetica, Arial, Sans-Serif;
	}

a:link, a:visited { 
	color: #736145; 
	}

a:hover, a:active {
	color: #A72D08; 
	text-decoration: none; 
	}	

a.imglinks {
	border-bottom: none;
	}


/********************** Header ***************************/
#header { 
	background-color: #736145;
	width: 780px; 
	height: 36px; 
	position: relative; 
	z-index: 300; 
	visibility: visible; 
	}

#pageheader { 
	width: 780px; 
	height: 140px; 
	position: relative; 
	z-index: 2000; 
	visibility: visible;
	border-bottom: #736145 1px solid; 
	}

#headerlink { 
	width: 460px; 
	height: 36px; 
	position: absolute; 
	z-index: 100; 
	visibility: visible; 
	}

#image { 
	width: 780px; 
	height: 236px; 
	position: relative; 
	z-index: 1000; 
	visibility: visible;
	border-bottom: #736145 1px solid; 
	}


/********************** Content ***************************/
#content {
	width: 760px;
	margin: 20px 0px 0px 20px;
	}
	
#left {
	float: left;
	width: 499px;
	padding: 0px 20px 0px 0px;
	border-right: #736145 1px dotted;
		}

#right {
	float: right;
	width: 200px;
	padding: 0px 20px 0px 20px;
	}

#rightimg {
	float: left;
	width: 200px;
	padding: 0;
	}

#rightnav a{
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 25px;
	border-bottom: #F9F4F0 2px dotted;
	}
	
.h1{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 22px;
	}
	
.h2{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	}
	
.quotemarks{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 13px;
	}

.note{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	}

.box {
	color: #424242;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: #736145 1px dotted;
	}

.presidentimage {
	margin: 0px 0px 40px 0px;
	}

hr {
	text-align: center;
	width: 25%;
	border-top: #736145 1px dotted;
	border-bottom: #736145 1px dotted;
	border-left: 0px;
	border-right: 0px;
	height: 5px;
	margin-top: 25px;
	margin-bottom: 15px;
	}

ul {margin-top:0;
list-style:square;
}

/********************** Footer ***************************/
#footerline {
	clear: both;
	background-image: none;
	font-size: 1px;
	height: 25px;
	}
	
#footer {
	font-size: 10px;
	line-height: 20px;
	color: #FFFFFF;
	background-color: #736145;
	width: 780px;
	height: 22px;
	padding: 0px 0px 0px 0px;
	border-top: #424242 1px solid;
	}
		
#footerleft {
	float: left;
	padding: 0px 0px 0px 20px;
	text-align: left;
	}

#footerright {
	float: right;
	padding: 0px 20px 0px 0px;
	text-align: right;
	}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	}

#footer a:hover {
	text-decoration: underline;
	color: #BB9B6A; 
	}
