@charset "utf-8";
/* CSS Document */
#nav{
	background: #000000;
	height: 24px; /*Height of top section*/
	background-color: #000000;
	z-index: 4;
	position: relative;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
	font-style: normal;
	color: #62570F;
	font-size: 22px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
	text-transform: uppercase;
	color: #003300;
	font-size: 16px;
}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
	font-style: normal;
	color: #003300;
	font-size: 22px;
	text-transform: uppercase;
	padding-top: 12px;
}
.header a {
	color: Maroon;
}
.header a:hover {
	color: #FFD700;
}
.body {
	font-family: Verdana, Arial, Helvetica sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	font-size: 14px;
	line-height: 130%;
}
.body a {
	color: #006400;
}
.body a:hover {
	color: Red;
}
.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.newshead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;	
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFF;
}

