#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	text-decoration: none;
}
#nav ul {
	text-align: right;
	list-style-type: none;
	padding: 0px;
	margin: 0px;

}
#nav li {
	display: block;

}
#nav a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
#nav a:hover {
	background-color: #e6e6e6;
	color: #547F35;
	display: block;
}


a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	color: #547F35;
}
a:active {
	color: #7DCE60;
}
.introtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.introtextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

.introtextboldred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CC0066;
}
.siteby {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	display: block;
}
.name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #FFFFFF;
}

.leaf {
	background-image: url(../images/backgrounds/grass_whiteback_fade.jpg);
	background-repeat: no-repeat;
}
.heading1 {
	color: #547F35;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.heading1bold {
	color: #547F35;
	font-weight: bold;
	font-size: 12px;
}

.subheading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.linkstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
}
img {
}
.navigationCurrent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	display: block;
	background-color: #CCCCCC;
}

