body {
   background: #449340 url(images/background.gif) repeat-y 50% 0;
   background-attachment: fixed;
   margin: 0;
   padding: 0;
   text-align: center;
}




.clear {
	clear: both;
}




#container {
   margin: 0px auto;
   text-align: left;
   width: 780px;
}




h1 {
   text-indent: -9999px;
   width: 780px;
   height: 121px;
   background: url(images/header.jpg);
   margin: 0;
   padding: 0;
}




#left {
	width: 115px;
	float: left;
}




#content {
	width: 600px;
	float: right;
	padding: 30px 30px 10px 10px;


}



#content h2 {
	font: normal 28px Verdana, Arial, Helvetica, sans-serif;
	color: #449340;
	width: 580px;
	padding: 0 0 5px 0px;

}

#content h3 {
	font: bold 16px Georgia, Times New Roman, Times, serif;
	color: #334434;
	margin-bottom: -8px;
	

}


.text {
	font: 14px/18px Georgia, Times New Roman, Times, serif;
	color: #112410;
	margin-bottom: 10px;
}



.imageright {
	float: right;
	padding: 5px;
	margin-left: 10px;
	background-color: #ffffff;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #a5aea6;
	border-right: 1px solid #a5aea6;
}


.imageleft {
	float: left;
	padding: 5px;
	margin-right: 10px;
	background-color: #ffffff;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #a5aea6;
	border-right: 1px solid #a5aea6;
}

/* --- navigation --- */

#navcontainer {
	width: 115px;		
}


#navcontainer ul {
	margin: 0;
 	padding: 0;
 	list-style-type: none;
 	font: bold 11px/27px Verdana, Arial, Helvetica, sans-serif;
	text-indent: 25px;
}


#navcontainer a {
 	display: block;
 	width: 115px;
 	height: 27px;
}


#navcontainer a:link, #navcontainer a:visited {
	background: url(images/bg_navbutton.jpg);
 	color: #fff;
 	text-decoration: none;
}

#navcontainer a:hover {
	background: url(images/bg_navbutton_over.jpg);
	color: #112410;
	text-decoration: none;
}

#navcontainer li a#current {
	background: url(images/bg_navbutton_over.jpg);
	color: #112410;
	text-decoration: none;
}

/* --- favorite links--- */

#favlinks {
	width: 115px;
	padding-left: 10px;
	margin-top: 28px;
}

#favlinks h2 {
	font: bold 13px Georgia, Times New Roman, Times, serif;
	color: #334434;	
	padding: 0;
	margin-bottom: 6px;
}

#favlinks ul {
	margin: 0;
 	padding: 0;
 	list-style-type: none;

}

ul.extlinks li {

	font: normal 11px/14px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 3px;

}

.extlinks a:link, a:visited {
 	color: #ffffff;
 	text-decoration: none;
 	
}



.extlinks a:hover {
	background-color: #449340;
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}