body {
	background-color: #064904;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: 140;
}

#bodyimage {
	background-image: url(images/layout.jpg);
	height: 520px;
	width: 800px;
}

img.icon{
	margin: 2px;
}

form {
	border: thin;
	border: Black;
}

.focustext {
	font-size: 110%;
	font-weight: bold;
	color: #38541A;
}

#menu {
  position: absolute;
  top: 10px; 
  left: 320px;
  text-decoration: none;
  text-align: right;
  font-size: 125%;
  font-weight: bold;
  color: white;
  }

  
#textblock {
	text-align: justify;
	width: 380px;
	height: 230px;
	position: absolute;
	left: 320px;
	top: 30px;
}

.overflow {
overflow: auto;
width: 380px;
height: 230px;
} 

.padside {
padding-right: 10px;
padding-bottom: 5px;
}


a.menulink:link {
	color: white;
	margin-right: 5px;
	text-decoration: none;
}

a.menulink:visited {	
color: #3A571C;
margin-right: 5px;
text-decoration: none;
}

a.menulink:hover { 
color: #D1E8BD;
margin-right: 5px;
text-decoration: none;
}

a img{
	border:0px;
}

a:link { 
color: white; 
border: 0px;
text-decoration: none;
}

a:visited {
	color: #456424;
	border: 0px;
	text-decoration: none;
}

a:hover {
	color: #D1E8BD;
	border: 0px;
	text-decoration: none;
}