.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #332109;
}
.nav {
	background-image: url(images/navigation.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 156px;
	background-color: #D9E486;
}

.backgoundimg {
	background-color: #DEEA88;
	background-image: url(images/home-largest_05.gif);
	background-repeat: no-repeat;
	background-position: left bottom;

}
.nav2 {
	background-image: url(images/nav2.jpg);
	background-repeat: no-repeat;
	background-color: #D9E486;
	height: 29px;
	width: 156px;
}
.nav3 {
	background-image: url(images/nav3.jpg);
	background-repeat: no-repeat;
	background-color: #D9E486;
	height: 32px;
	width: 156px;
}
a.main:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #332109;
	font-weight: bold;
	text-decoration: none;
	padding-left: 5px;
}
a.main:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #332109;
	font-weight: bold;
	text-decoration: none;
	padding-left: 5px;
}
a.main:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
	color: #677736;
	font-weight: bold;
	text-decoration: none;
	padding-left: 5px;
}
a.main:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #332109;
	font-weight: bold;
	text-decoration: none;
	padding-left: 5px;
}