body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #888888;
}
body {
	background-color: #E6E6E6;
	background-image: url(images/bgimage.jpg);
	margin: 0px;
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: center center;
}
a:link {
	color: #00694E;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #00694E;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #000000;
}
a:active {
	color: #990000;
}
.small_text {
	font-size: 95%
}
.green_text {
	color: #00694E
}
.caption {
	color: #000000;
	font-size: 11px;
	padding: 10px;
	width: 260px;
	background-color: #FFFFFF;
}
.stripped_row {
	background-image: none;
	background-repeat: repeat-y;
	background-position: right;
	background-color: #F0F0F0;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: normal;
	color: #00694E;
}
.subheading {
	font-size: small;
	color: #333333;
	font-weight: bold;
}
.project_info {
	font-size: small;
	background-color: #F0F0F0;
}
#nav a  {
	color: #00694E;
	width: 100%;
	font-size: 11px;
	display: block;
	text-indent: 5px;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#nav a:hover {
	color: #FFFFFF;
	background-color: #00976F;
	width: 100%;
	font-size: 11px;
	display: block;
	text-indent: 5px;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.image {
	padding-bottom: 30px;
	padding-left: 10px;
}
