a:link {
	color: #707770;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #707770;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #707770;
	font-weight: bold;
	text-transform: none;
	text-decoration: underline;



}
a.navlinks:link {
	color: #707770;
	text-decoration: none;
	font-weight: bold;
	word-spacing: normal;
	text-align: center;
	vertical-align: 50%;
	padding-right: 8px;
	padding-left: 8px;
	font-size: 130%;
	white-space: nowrap;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 12px;
	border-radius:0px 22px 0px 22px;
	-webkit-border-radius:0px 22px 0px 22px;
	radius:0px 22px 0px 22px;
	margin-right: 22px;
	
}

a.navlinks:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	background-color: #1b6019 ;




}
a.navlinks:visited {
	color: #707770;
	text-decoration: none;
	font-weight: bold;


}



a.whitelinks:link {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	word-spacing: normal;
	white-space: nowrap;

}
a.whitelinks:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
a.whitelinks:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;


}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #707770;

}
input , textarea {
 	font-size: 10pt; 
	color: #505050; 
	border: 1px solid #505050; 
	background-color: #ffffff;
}
/*this is to enlarge the text box when typing into it--!>*/
input:focus,  textarea:focus  {
	border:1px solid #505050;
	background-color: #94E896;
 }  .navbar {
	text-align: center;
	font-weight: bold;
	color: #000000;
	background-color: #FDBE17;
	min-height: 32px;
	width: 100%;
	padding-top: 5px;
}
.sifr {
	position: absolute;
	visibility: hidden;
}
.blacktext {
	color: #707770;
}
hr {
	color: #707770;

}
img {
  max-width: 100%;/*stops images displaying wider than the mobile screen*/
}
.header {
	background-color: #FFFFFF;
	color: #707770;
	text-align: right;
	min-height: 119px;
	width: 100%;
	padding-top: 11px;
	padding-right: 20px;
	margin-bottom: 11px;
	padding-left: 50px;
	padding-bottom: 11px;
}
.header  logo {
	float: left;
	margin-bottom: 11px;
	margin-left: 11px;
}
.header a {
	color: #707770;
	margin-right: 22px;
	white-space: nowrap;
}
.contentarea {
	color: #707770;
	background-color: #efefef;
	width:100%;
	max-width: 800px;
	padding: 11px;
	margin-top: -5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	list-style-type: circle;
}
.contentarea p {
	max-width: 800px;
	text-align: center;
}
.contentarea h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1b6019 ;
	color: #1b6019 ;
	text-align: center;
}
.contentarea h1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1b6019 ;
	color: #1b6019  ;
	text-align: center;
}

.banner {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.headline {
	color: #FFFFFF;
	background-color: #016839;
	text-align: center;
}

.footer {
	color: #FFFFFF;
	background-color: #231F20;
	text-align: center;
	margin: 0px;
	padding: 20px;
}
