a.nav:link {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 2em;
}
a.nav:visited {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 2em;
}
a.nav:hover {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #FFCC00;
	text-decoration: none;
	line-height: 2em;
}
a.nav:active {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 2em;
}
.titles {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bolder;
	color: #ACD772;
	text-decoration: none;
	text-align: left;
	white-space: nowrap;
	width: 585px;
	padding: 3px 0px 15px;
	margin: 0px;
}
a.footer:link {
	color: #CCFFCC;
	text-decoration: none;
}
a.footer:visited {
	color: #CCFFCC;
	text-decoration: none;
}
a.footer:active {
	color: #CCFFCC;
	text-decoration: none;
}
a.footer:hover {
	color: #99FF00;
	text-decoration: underline;
}
.formbuttons {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #003300;
}
.leaf {
	background-image: url(../images/bottom-left-leaf.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-attachment: scroll;
	height: 100%;
}
body {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #FFFFFF;
}
.photoright {
	margin: 0px;
	float: right;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.photoleft {
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 3px;
}
