html, body, #wrapper {
    height:100%;
	margin: 0;
    padding: 0;
    border: none;
    text-align: center;
}
#wrapper {
	margin: 0 auto;
	text-align: left;
	vertical-align: top;
	width: 930px;
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-image:url(images/bgimage.gif);
   }
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #888888;
}
body {
	margin: 0px;
	background-attachment: fixed;
	background-repeat:no-repeat
	background-color: #e6e6e6;
	background-size: cover;
	height: 100%;
	background-repeat: no-repeat;
}
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;
}
dropdown menu

#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 60px;
	background: #5970B2;
	color: #FFF;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #49A3FF}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #EAEBD8;
		color: #2875DE;
		font: 11px arial}

	#sddm div a:hover
	{	background: #49A3FF;
		color: #FFF}

