BODY {
	background-color : 333300;
	color : cccccc;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	line-height : 20px;
	margin: 20;
	text-decoration : none;
	word-spacing : normal;
}

TABLE {
	background-color : 333300;
	border : 0px solid cccccc;
	vertical-align : top;
	padding: 10px;
}

TABLE.officers {
	background-color : White;
	border: 0px solid white;
	vertical-align: top;
	padding: 10px;
	width: 500px
		color:333300;
	font-size: 14;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	text-align: center;
}


TD.nav {
	background-color : 999999;
	color : White;
	text-decoration : none;
	font-size : 14px;
	font-family : Arial, Helvetica, sans-serif;
	padding : 20;
	vertical-align : top;
	width : 135;
	height : 500;
	border : none;
}

TD.main {
	background-color: white;
	color : 333300;
	vertical-align: top;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12;
	padding: 20;
	text-align : left;
	width : 565;
	height : 500px;
	line-height: 20px;
	border : none;
	border-left : none;
	border-right : none;
	border-style : none;
}

TD.about {
	background-color : 333300;
	color : 999999;
	font-size : 12;
	font-family : Arial, Helvetica, sans-serif;
	line-height : normal;
	padding: 10	;
	text-align: center;
}

TD.officers{
	border : 0px;
	padding: 0px;
	color:333300;
	font-size: 14;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	text-align: center;
	width: 125px;
}

A{
	color : White;
}
A.active {
	color : Navy;
}
A.visited {
	color : 333300;
}

A.about {color: 999999;	font-size: 12;	text-decoration : none;}
A.about:hover {
	color: white;
	font-size: 12;
	text-decoration : none;
	}
	
A.nav {
	color: White;
	font-size: 14;
	text-decoration : none;
	line-height : 30px;
}

A.nav:hover {
	color: Navy;
	font-size: 14;
	text-decoration : none;
	line-height : 30px;
}

H1 {
	color : Navy;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 24;
	font-weight : bold;
}

H2 {
	color : Navy;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16;
	font-weight : bold;
}

