/* COLORS
7491 dark green: #74803d
7492 light green: #c3cb8c
light green links: #a7ae79
4485 dark brown: #584821
451 light brown: #9d9975
7411 orange: #d3a15d
7414 dark orange: #aa6523
7499 header background-tan: #e4e1c9
*/

/* Scrollbar Fix */
html 
{
height: 100%;
margin-bottom: 1px;
}
	
body
{ 
background-image: url("/images/bg.jpg");
background-repeat: repeat-y;
background-position: center;
voice-family: "\"}\""; voice-family:inherit;
}

#frame {
width:800px;
margin-right: auto;
margin-left: auto;
margin-top: 0px;
padding: 0px;
text-align: left;
}

#header {
width: 800px;
height: 113px;
}

#contentleft {
width: 150 px;
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
padding: 0px;
float: left;
text-align: right;
background:#ffffff;
}

#contentcenter {
width: 550px;
margin-left: 30px;
margin-top: 20px;
margin-bottom: 25px;
padding: 0px;
float: left;
background:#ffffff;
}

#contentcenter p {
margin-right: 20px;
}

#contentright {
width: 200px;
padding: 0px;
margin-left: 10px;
margin-top: 57px;
float:left;
background:#ffffff;
}

#contentright p {
margin-right: 20px;
}

#contentright a {
	font-family: Georgia, sans-serif;
	font-size: 11px;
	font-weight: bold;
	}

.arrownext {
	float: left;
	text-align: left;
	width: 250px;
	margin-bottom: 16px;
	}
	
.arrownext p {
	font-family: Georgia, sans-serif;
	font-size: 11px;
	font-weight: bold;
	}
	
.arrowprev {
	float: right;
	text-align: right;
	width: 250px;
	margin-bottom: 16px;
	margin-right: 25px;
	}
	
.arrowprev p {
	font-family: Georgia, sans-serif;
	font-size: 11px;
	font-weight: bold;
	}
	
#footer {
	clear: both;
	width: 800px;
	margin-top: 5px;
	border-top:1px dashed #E0E0E0;
	}
	
#footer p {
	text-align: center;
	padding: 5px;
	font-size: 9px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #464646;
	}


/* NAV BAR */

#nav {
	float: left;
	width: 100%;
	background: #9d9975 url("/images/navbg.gif") repeat-x bottom;
	font-size: 80%;
	font-family: Georgia, sans-serif;
	line-height: normal;
	}
	
#nav ul {
	margin-left: 195px;
	margin-top: 0px;
	padding: 10px 10px 0;
	list-style: none;
	}
	
#nav li {
	float: left;
	background: url("/images/btnlsns.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 9px;
	}
	
#nav a	{
	float: left;
	display: block;
	background: url("/images/btnrsns.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
	text-decoration: none;
	font-weight: bold;
	color: #74803d;
	}
	
/* Commented Backslash Hack
	hides rule from IE5-Mac \*/
	#nav a {float:none;}
/* End IE5-Mac hack */
	

#nav a:hover {
	color: #584521;
	}
	
#nav #current {
	background-image: url("/images/btnlss.gif");
	border-width:0;
	}
	
#nav #current a {
	background-image: url("/images/btnrss.gif");
	padding-bottom: 5px;
	color: #c3cb8c;
	}	