html, body
{
	background-color: #19692f;
}
.banner 
{
	position: absolute;
	left: 0px;
	top: 0px;
	right:0px;
	height: 200px;
	z-index: 1;
}


/*.logo
{
	position: absolute;
	left:10px;
	top: 20px;
	z-index: 2;
}*/

.navarea
{
	position: absolute;
	left: 0px;
	top:200px;
	/*width: 211px;*/
	width: 180px;
	margin-top: 0px;
	background-color: #19692f;
	z-index:1;
	padding-top: 15px;

}



.mainbody
{
	position: absolute;
	/*left: 211px;*/
	left: 180px;
	top:200px;
	right: 0px;
	clear: left;
	float: left;
	background-color: #eae086;
	/*width: 1034px;*/
	width: 800px;
	font-family: Sylfaen, Times New Roman, serif;
	font-size: medium;
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 15px;
}

.navlinks
{
position: relative;
font-family: Sylfaen, Times New Roman, serif;
white-space: nowrap;
display: block;
	/*width: 211px;*/
	width: 180px;
	height: 44px;
}

.navlinks a
{
display: block;
color: #FFFFFF;
font-size: 18px;
	/*width: 211px;*/
	width: 180px;
height: 44px;
display: block;
float: left;
text-decoration: none;
}


.insetpic
{
	position: relative;
	float: right;
	clear: right;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
}

.byline
{
	position: relative;
	left: 0px;
	font-family: Sylfaen, Times New Roman, serif;
	font-size: smaller;
	padding-top: 30px;
	padding-bottom:15px;
}

* html a:hover
{
visibility:visible
}

.navlinks a:hover img
{
visibility:hidden
}

.navlinks span
{
position: absolute;
/*left: 35px;*/
left: 15px;
top: 15px;
margin: 0px;
padding: 0px;
cursor: pointer;
} 

