body{
	background:#006666;
	color:black;
	font-family:arial;
	background-image: url("images/background.gif");
}

#navigation{
	position:absolute;
	overflow:hidden;
	width:130px;
	left:10px;
	top:115px;
	height:600px;
	z-index:1;
}

#header{
	color:##005B30;
	position:absolute;
	overflow:hidden;
	width:100%;
	left:10px;
	top:10px;
	height:80px;
	background:white;
	font-size:11px;
	text-align:right;
	font-weight:bold;
	background-color:white;
	background-image: url("images/header2.gif");
	background-repeat:no-repeat;
}

table.head{
	border:0px;
	width:100%;
	color:##005B30;
	font-size:11px;
	font-weight:bold;
}

#body{
	position:absolute;
	overflow:visible;
	width:85%;
	left:100px;
	height:auto;
	top:95px;
	background:white;
	z-index:0;
	padding-left:65px;
	padding-top:25px;
	padding-bottom:25px;
}

#footer{
	position:relative;
	width:100%;
	text-align:center;
	color:black;
	font-size:10px;
	padding-top:50px;
}

.subhead{
	color: #607C59;
	font-size: 18px;
	font-weight:bold
}

a{
	color:black;
}

a:hover{
	background:yellow;
}


.text{
	color: black;
	font-size: 12px;
	text-indent: 2em;
}
