body {
	font-family: Verdana, Arial, sans-serif;
	background: #3B4038; margin-top:20px
}
  
 a {
	color: #306E0B;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}

ul, ol {
	list-style-type: none;
}

#header {
	position: relative;
	height: 100px;
	background: url('images/header.png');
}

#headerimg {
	color: #529A26;
	height: 110px;
	width: 450px;
	font-family: "Arial", sans-serif;
}
#headerimg h1 {
	color: #529A26;
	padding-top: 25px;
	padding-left: 5px;
	font-size: 36px;
	margin-bottom: 0;
	line-height: 110%;
	font-family: Times New Roman;
}
#headerimg a {
	color: #529A26;
	text-decoration: none;
}
.description {
	font-size: 14px;
	color: #E7EEFB;
	padding-left: 10px;
	font-weight-bold
}

h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 12px;
}