p {
	font-family: Times New Roman, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.forest {
	background-image: url(images/faded_forest.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 30px;
        padding-right: 30px;
        padding-top: 20px;
        padding-bottom: 10px;
	vertical-align: top;
}
h2 {
	font-family: Times New Roman, Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 135%;
}
.subtitle{
	font-family: Times New Roman, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 135%;
}
.list_items {
	font-family: Times New Roman, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 135%;
}
.links {

	font-family: Times New Roman, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-
}

a:link {
        background-color : transparent;
	color : #325938;
	text-decoration : none;
        font-weight: bold;
}

a:visited {
	background-color : transparent;
	color : #325938;
	text-decoration : none;
	font-weight: bold;
}

a:hover, a.visited:hover {
	color : #000000;
	text-decoration : none;
}

a:active {
	background-color : transparent;
	color : #325938;
	text-decoration : none;
}