@charset "iso-8859-1";
body {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #416B1F; /*dk green*/;
	color: #37271C;
	background-repeat: repeat;
}
/*=============== 
indicates no border around any image 
============*/
body img {
	border: 0px;
	text-decoration: none;
}
/* ============ 
margins auto center the container on the page
========================*/
#container {
	margin: 10px auto 10px auto;
	padding: 20px;
	background-color: #FFFFFF;
	width: 90%;
}
/*=================== 
styles for top banner 
========================*/
#banner {
	background-position: left top;
	padding: 0px;
	background-color: #FFFFFF;
  background-image: url('../Images/Banner2.jpg');
	height: 130px;
  background-repeat: no-repeat;
	color: #000000;
  position: relative;
}
#banner .title {
	float: right;
	background-color: transparent;
	color: #315017;
	margin-top: 5px;
	font-size: 1.5em;
	font-weight: bolder;
	text-align: center;

}
#banner .tagline {
	font-size: small;
	font-style: italic;
	background-color: transparent;
	color: #315017;
}
/*=================== styles for top menu ======================*/
#topmenu {
	background-color: #FFFFFF;
	text-align: center;
	font-size: .75em;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	color: inherit;
	border-top: 2px solid #416B1F;
	border-bottom: 2px solid #416B1F;
}
#topmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#topmenu li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	padding-right: 1em;
}
/*==============
all site links
==============*/
a:link {
	font-weight: bold;
	color: #0000ff;
	background: transparent;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #0000ff;
	background: transparent;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #ffffff;
	text-decoration : none;
	background: #0000ff;
}
a:active {
	font-weight: bold;
	color: #000000;
	text-decoration : underline;
	background: #904B12;
}
/*====================== 
styles for main content area 
=========================*/
#content {
	margin-left: 220px;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}
/*===========content area list items==============*/
#content ul li {
	list-style-image: url('images/bullet1.gif');
	margin: 2px;
	padding: 2px;
}
#content li li {
	list-style-image: url('images/bullet1.gif');
	padding: 2px 0;
}
/* *****************************************************
Navigation Bar - Left hand side 
**************************************************** */
#vertmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	width: 250px;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	float: left;
}
#vertmenu .heading {
	display: block;
	background-color: #416B1F;
	color: #DDDFAE;
	font-size: 100%;
	padding: 3px 0 5px 3px;
	border: 1px solid #416B1F;
	margin: 0px;
	width: 180px;
	font-weight: bold;
}
#vertmenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}
#vertmenu ul li {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	text-align: center;
}
#vertmenu ul li a {
	font-size: 80%;
	display: block;
	padding: 5px 0px 2px 4px;
	text-decoration: none;
	color: #666666;
	width: 160px;
}
#vertmenu ul li a:focus {
	color: #000000;
	background-color: #DDDFAE;
}
#vertmenu ul li a:hover {
	color: #000000;
	background-color: #DDDFAE;
}
/*============== 
Styles for footer 
===================*/
#footer {
	border-top: 2px solid #416B1F;
	clear: both;
	padding: 5px;
	background-color: inherit;
	text-align: center;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 60%;
}
/*================== 
general styles 
=================*/
hr {
	width: 50%;
	text-align: center;
	background-color: #004145;
	height: 5px;
}
/* =================
Styles for heading tags 
=============== */
h4 {
	font-size: .6em;
	color: #416B1F; /*dk green*/;
	background-color: inherit;
}
h3 {
	font-size: .8em;
	color: #416B1F; /*dk green*/;
	background-color: inherit;
}
h2 {
	font-size: 1em;
	color: #416B1F; /*dk green*/;
	background-color: inherit;
}
h1 {
	font-size: 1.5em;
	color: #416B1F; /*dk green*/;
	background-color: inherit;
}
/*================
used to center anything
==============*/
.center {
	text-align: center;
}
/* ============
floats images to right or left 
============*/
.imgrgt {
	float: right;
	padding: 7px;
}
.imglft {
	float: left;
	padding: 7px;
}
