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

body {
	margin: 0px 0px 0px 0px;
	text-align: center;
	background-color: #907A55;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}


img {
	border: 0px;
}

p {
	margin: 0;
}

h1 {
	color: #5B0800;
	font-size: 22px;
	margin:0px 0px 10px 0px;
	text-align:center;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-weight:normal;
}

h2 {
	color: #000000;
	font-size: 18px;
	margin: 18px 0px 0px 0px;
}

h3 {
	color: #f3f4d2;
	font-size: 0px;
	margin: 0px 0px 0px 0px;
}

h4 {
	color: #BA7E26;
	margin:30px 0px 10px 0px;
	font-size: 18px;
	text-align:center;
	font-weight:normal;
}

h5 {
	color: #5B0800;
	font-size: 16px;
	margin: 18px 0px 0px 0px;
}

h6 {
	color: #5B0800;
	font-size: 16px;
	margin: 0px 0px 0px 0px;
}



a {
	color: #5B0800;
}

a:visited {
	color: #5B0800;
}

a:hover {
	color: #E2E4BC;
	background-color: #908B54;
	text-decoration:none;
}

a:active {
	color: #5B0800;
}

#container {
	background-image: url(../images/bkg_top.jpg);
	background-repeat:repeat-x;
	background-color: #E8E7C8;
}

#maincontent {
	width: 956px;
	margin:0 auto;
	background-image: url(../images/bkg_bod.jpg);
	background-repeat:repeat-y;
}

#nav {
	height: 35px;
	background-image: url(../images/bkg_nav.jpg);
	background-repeat:repeat-x;
}

#navholder {
	padding: 8px;
	font-size:14px;
}

#navholder ul, #navholder ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navholder ul {
	text-align: center;
}

#navholder ul li {
	display: inline;
}

#navholder ul li.first a {
	color: #5B0800;
	border-left: none;
}

#navholder ul li a {
	color: #5B0800;
	padding: 0px 10px 0px 10px;
	border-left: 1px solid #E2E4BC;
	text-decoration: none;
}

#navholder ul li a:hover {
	text-decoration: underline;
}

.treenav {
	margin-top:15px;
	}

.treenav ul li {
text-align:left;
	list-style: none;
	font-size:14px;
	background-color:#FFFFE1;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C3C294;
}

.treenav ul li a {
	text-decoration:none;
	color: #BA7E26;
}

.treenav ul li a:hover {
	color:#FFFFE1;
	background-color:#BA7E26;
}

.subnav ul li {
text-align:left;
	list-style: none;
	font-size:16px;
	background-color:#FFFFFF;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C3C294;
}

.subnav ul li a {
	text-decoration:none;
	color: #5B0800;
}

.subnav ul li a:hover {
	color:#FFFFFF;
	background-color:#5B0800;
}

#leftcolumn {
 	width: 210px;
 	padding: 30px 15px 0px 60px;
	float: left;
	text-align:left;
 }
 
#rightcolumn {
	width: 530px;
	padding: 30px 100px 0px 30px;
	float: right;
	text-align:left;
	background-image: url(../images/bkg_rig_col.gif);
	background-repeat:no-repeat;
	line-height: 24px;
 }
 
 #rightcolumn ul {
 	margin: 15px 0px 20px 30px;
 
 }
 
p.mainbody {
	margin-top: 10px;
 }
 
.firstparagraph {
 	font-size: 16px;
	line-height: 26px;
	color:#907A55;
 }
 
.filagry {
	margin-bottom: 20px;
 }
 
 .drkgreen {
 	color:#907A55;
 }
 
.imgdisplayblock {
 	display:block;
 }
 
.imgfloatright {
 	float:right;
 }
 
.imgbrdr {
	padding: 5px;
	margin: 2px;
	border: 1px solid #BA7E26;
	display:block;	
}

.margintop {
	margin-top: 10px;
}

.marginbottom {
	margin-bottom: 10px;
}

.marginbottomnegative {
	margin-bottom: -10px;
}

.seperator {
	background-color: #C3C294;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#footercontent {
	height: 143px;
	width: 956px;
	margin:0 auto;
	background-image: url(../images/bkg_foo.jpg);
	background-repeat:no-repeat;
}

#footercontainer {
	background-image: url(../images/bkg_bot.jpg);
	background-repeat:repeat-x;
	background-color: #E8E7C8;
	text-align: center;
}

.footer {
	position:relative;
	top: 75px;
	color:#5B0800;
}

.clearmeclass {
 	clear: both;
 }
 
.menu {
	font-size: 12px;
	text-align:center;
}

p.menu {
	margin:10px;
}

.menuitems {
	font-size: 12px;
	text-align:center;
}