body {
background:#C6CBAF;
font-family:Arial, sans-serif;
margin:0px;
margin-top:0px;
border:0;
}

.mainframe {
	background:#FFFFFF;
	border-style:solid;
	border-width:5;
	border-color:#A7AA84;
	width: 800;
	height:500;
	
}

.footerfvp {	
	width: 600;
	color: #A7AA84;
	font-family:Arial, sans-serif;
	font-size:11px;
	text-align: right;
}

.darkgreentext {	
	
	color: #6E7554;
	font-family:Arial, sans-serif;
	font-size:10px;

	

}
.field {	
	color: #000000;
	font-family:Arial, sans-serif;
	font-size:10px;
	border: 1px  #6E7554 solid;
		background:#EEEFEA;
}

p {
		font-size:11px;
	margin-top:3px;
	margin-bottom:7px;
}
li {
		font-size:11px;

}


h1 {
	font-size:18px;
	font-weight: normal;
	color:#6d7945;

	margin-bottom: 3px;
}
h2 {
	font-size:13px;
	font-weight: normal;
	color:#6d7945;
	font-style: italic;
}
h3 {
	font-size:13px;
	font-weight: normal;
	color:#6d7945;
	text-transform:uppercase;
	margin: 0;
	padding: 0;
}

.extrapadding {
	padding:5;

}



/*********MENU **************/
ul {
	margin:0;

}
.sspace {
	padding-top:5;
}

.menuList{
text-align: left;
margin-left:10px;
}

.menuList ul{

padding:0;
 list-style: none;

}

.menuList li {
font-size:12px;
padding-top:5;
 list-style: none;
}

.menuList li a {
text-decoration:none;
text-transform:uppercase;
color: #B9BF9E;
font-weight:bold;
/* padding-top:5; */
}

.menuList li a:hover {
color:#6d7945;
}

#menuselect{
	color:#6d7945;
}

.redlink{
	color:#912c41;
	font-weight:bold;
}

.footerlink{
	color: #A7AA84;
	font-size:11px;

}


/*********SUB MENU **************/
.submenuList {
margin-left:10px;
padding:0;


}

.submenuList li {
 	 list-style: none;
	font-size:11px;
}

.submenuList li a:hover {
color:#6d7945;
}

.submenuList li a {

text-decoration:none;
text-transform:none;
color: #B9BF9E;
font-weight:bold;
}


