body {background:#514c45; padding: 0px; margin: 0px; font-family: "arial", sans-serif;}

div.container {
	/*background:#514c45; 
	background: url('images/bkgrd.gif'); 
	background-repeat:repeat-x; */
	}

div#header {background: url('images/header2.jpg'); width:950px; height:241px;} 
div#header h1 {padding:0; margin:0; text-indent:-3000px;}


div#hGreen {
	background: url('images/strip.gif'); 
	width:950px; 
	height: 4px;
	}


div.wrapper {
	background-image:url('images/bkgrd.gif');
    background-repeat:repeat-y;
	}


/* bof Navigation CSS for partially open subpages */
/* DO NOT CHANGE THE ORDER */
ul li.haschildren ul { display:none; }                
ul li.hasvisiblechildren ul { display:block; }
ul li.highlight ul { display:block; }                
ul li.highlight li.haschildren ul { display:none; }
ul li.hasvisiblechildren ul li.haschildren ul { display:none; }                
ul li.hasvisiblechildren ul li.highlight ul { display:block; }
ul li.hasvisiblechildren ul li.hasvisiblechildren ul { display:block; }


div#navcontainer {
	margin-left: 80px;
	color: #055213;
	width: 160px;
	}

#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

#navcontainer li { /*margin: 0 0 3px 0;*/ }

#navcontainer a {
	color: #055213;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 8px 2px 2px 18px;
	border: 1px solid #e0b800;
	width: 138px;
	background: #efd975;
	background-image: url(images/link.gif);
	width: 138px;
	height: 27px;
	}

#navcontainer a:link, #navlist a:visited {
	color: #055213;
	text-decoration: none;
	font-weight: bold;
	}

#navcontainer a:hover {
	border: 1px solid #e0b800;
	color: #333;
	text-decoration: underline;
	}

#active a:link, #active a:visited, #active a:hover {
	border: 1px solid #e0b800;
	color: #055213;
	}


div#bodytext {
	padding: 10px; 
	color: #492a18;
	font-size: 14px;
	padding-bottom: 20px;
	}
	
div#bodytext h1 {
	color: #8a6f03; 
	font-family: "monotype corsiva", georgia, times, times new roman, serif; 
	}

div#bodytext h2 {
	color: #8a6f03; 
	}

div#bodytext h3 {
	color: #8a6f03; 
	}

div#footer {
	background: url('images/footer.gif'); 
	width:950px; 
	height: 52px;
	}
div#footer p {
	color:#ecdc9e;
	text-align: right;
	padding-top: 20px;
	padding-right: 70px;
	font-size: 12px;
	}
