BODY {
	font-family: Georgia, Times New Roman, Times, Serif;
	font-size: small;
	color: #dfdfdf;
	background-color: black;
}

A:link, A:visited, A:active {
	text-decoration: none;
	color: #00a000;
}

A:hover {
	color: #00ff00;
}

P.intro {
	margin-top: 0;
}

DIV.top {
	position: relative;
	background-color: green;
	color: white;
	margin-bottom: 0;
}

DIV.menu {
	position: relative;
	margin-top: 0;
}

DIV.menu A:link, DIV.menu A:visited, DIV.menu A:active, DIV.menu A:hover {
	text-decoration: none;
	color: #dfdfdf;
}

DIV.menuleft {
	position: absolute;
	width: 80%;
	background-color: #006000;
	color: white;
}

DIV.menuright {
	position: relative;
	left: 80%;
	width: 20%;
	background-color: #006000;
	color: white;
	text-align: right;
}

SPAN.menuitem {
	padding-left: 8px;
	padding-right: 8px;
	cursor: pointer;
}

/* SPAN.menuitem:hover {
	background-color: #009000;
} */

SPAN.menucurrent {
	background-color: green;
	padding-left: 8px;
	padding-right: 8px;
}

DIV.middle {
	position: relative;
	top: 10px;
	left: 0;
}

DIV.bottom {
	position: relative;
	top: 0;
	left: 0;
	padding-top: 10px;
}

.newstitle, .sectionhead {
	font-size: small;
	font-weight: bold;
	color: #afafdf;
}

.content {
	position: relative;
/*	width: 85%;
	top: 0;
	left: 120px; */
}
	
.footer {
	font-size: 8pt;
	font-style: italic;
}

.title {
	font-weight: bold;
	font-size: small;
	margin-bottom: 0;
	margin-top: 0;
}

.comment {
	font-style: italic;
}

.nostyle {
	display: none;
}

/* contact form style info */

DIV.form {
	width: 430px;
}

DIV.row {
	  clear: both;
	  padding-top: 2px;
}

DIV.row SPAN.label {
	  float: left;
	  width: 75px;
	  text-align: right;
}

DIV.row SPAN.formw {
	  float: right;
	  width: 350px;
	  text-align: left;
} 

INPUT.text {
	font-family: Courier New, Courier, monospace;
	font-size: small;
}

P.contacterror {
	color: #FF0000;
}