#green {
	color: #006600;
}
body {
	color: #000000;
	background-image: url(images/contentbackground.gif);
	margin: 0px;
	font-family: Trebuchet, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	height: 100%;
	line-height: 17px;
}
.nav {
	margin-top: 10px;
}

.navContainer {
	background-image: url(images/navbackground.gif);
	border-left: 15px solid #006600;
	border-right: medium double #ffeb75;
	height: 100%;
	width: 200px;
	text-align: center;
	font-family: times, serif;
	font-weight: bold;
	font-size: 18px;
	top: 0px;
	left: -230px;
	z-index: 200;
}
.nav a:link, .nav a:visited {
	color: #006600;
	text-decoration: none;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 200px;
	margin-top: 5px;
}
.nav a:hover, .nav a:active {
 	color: #ffeb75;
	background-color: #006600;
	text-decoration: none;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 200px;
	margin-top: 5px;
	margin-bottom: 5px;
 }
.logo {
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #ffffeb;
	width: 200px;
}
.contentContainer {
	position: absolute;
	top: 0px;
	left: 230px;
	margin-right: 15px;
	z-index: 100;
	text-align: left;
	height: 100%;
	width: 625px;
	padding-left: 25px;
}
h1 {
	border: medium double #ffeb75;
	text-align: center;
	font-family: times, serif;
	font-weight: bold;
	font-size: 24px;
	color: #006600;
	background-color: #ffffeb;
	width: 100%;
	margin-right: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
}
address {
	font-family: times, serif;
	font-weight: bold;
	font-size: 14px;
	color: #006600;
	margin-top: 25px;
	border-top: 1px solid #006600;
}
p {
	text-align: left;
}
ul {
	text-align: left;
}
.image_left {
	margin-right: 10px;
}
.image_right {
	margin-left: 10px;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
