/* CSS Document */

body {
	background-image: url(/images/index_01.jpg);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3D6721;
}
.footertext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}
.white{background-color:#FFFFFF;
}

.bottom {background-image:url(/images/index_17.jpg);
}

#wrapper{
	width: 800px;
	margin: 0 auto;
}

.mainframe{
	max-width: 600px;
	height: 100%;
	background: #ffffff url(/images/leaves.gif) no-repeat right bottom;
	margin-top: 0; 
	margin-bottom: 0; 
	padding-top: 0; 
	padding-bottom: 0; 
}

a{
 	font-size:12px;
  	font-family:Arial, Helvetica, sans-serif;
	color: #438239; text-decoration:none;
	}
a:hover{
	color:#000000;text-decoration:underline;
	}

.bg_beige{ 
background-color: #e5cb7d;
	}
	
.font_arial{
	font-size: 10pt; 
	font-family: Arial; 
	text-decoration: none;
	}
.link_arial{
	color: #b6446c; 
	font-family: Arial; 
	font-weight: bold; 
	text-decoration: none; 
	}
.table_bg{
	background: white url("images/oats.jpg") no-repeat fixed left bottom;
	margin-top: 0; 
	margin-bottom: 0; 
	padding-top: 0; 
	padding-bottom: 0; 
	width: 800px; 
	height: 100%; 
	min-width: 800px; 
	max-width: 800px;
	}

.white_frame{
	background-color: white;
	background-position: 100% 100%; 
	margin: 0; 
	padding: 0; 
	top: 100px; 
	bottom: 12px; 
	width: 100%; 
	height: 100%;
	}

.drop_margin{
	background-color: #e5cb7d; 
	text-align: center; 
	margin: 0; 
	padding: 0; 
	vertical-align: 0;
	}
	
.flash { z-index: 0;
	}




#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 200px;
}

#nav li { /* all list items */
	float: left;
	width: 200px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}