﻿body {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	margin: 0 auto 0 auto;
	padding: 0;
	background-color: #000000;
	color: #FFFFFF;
	width: 1024px;
}
/*===============indicates no border around any image ============*/
body img {
	border: 0px;
	text-decoration: none;
}
/* ============ margins auto center the container on the page ==========*/
#container {
	padding: 30px;
	background-color: #000000;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
/*=================== styles for top banner ========================*/
#banner {
	background-position: right center;
	padding: 5px;
	background-color: #B27741;
	background-image: ;
	height: auto;
	background-repeat: no-repeat;
	color: #000000;
	width: 1024px;
	float: none;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#banner img {
	margin: 0px auto 0px auto;
	float: none;
}
/*==============all site links==============*/
a:link {
	background-position: transparent;
	font-weight: bold;
	color: #000000;
	background: transparent;
}
a:visited {
	font-weight: bold;
	color: #000000;
	background: transparent;
	padding: 0px;
}
a:hover {
	background-position: #000000;
	font-weight: bold;
	background: #B78448;
	color: #FFFF99;
}
a:active {
	background-position: #000000;
	font-weight: bold;
	text-decoration : underline;
	background: #000000;
	color: #FFFFFF;
}
/*====================== styles for main content area =========================*/
#content {
	margin: 0px auto 5px auto;
	padding: 10px;
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
	width: 1014px;
}
/*===========content area list items==============*/
#content ul li {
	list-style-image: url('images/green-bullet-bg.gif');
	margin: 0px;
	padding: 0px;
}
#content li li {
	list-style-image: url('images/green-bullet-sm.gif');
	padding: 2px 0;
}
/* *****************************************************
Navigation Bar - Left hand side 
**************************************************** */
#vertmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 1000px;
	padding: 3px 1px 1px 1px;
	float: left;
	margin-right: auto;
	margin-left: auto;
	height: 25px;
}
#vertmenu ul {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: none;
}
#vertmenu ul li {
	border: thin solid #000000;
	margin: 0px;
	padding: 5px;
	background-color: #000000;
}
#vertmenu ul li a {
	margin: 2px;
	font-size: 80%;
	border-bottom: 1px dashed #825252;
	padding: 2px;
	text-decoration: none;
	color: #666633;
	width: 150px;
	border-bottom-color: #000000;
	border-top-color: #CBAF81;
	border-width: 1px;
	height: inherit;
}
#vertmenu ul li a:hover, #vertmenu ul li a:focus {
	background-position: #FFFFFF;
	background: #B78448;
	color: #FFFFFF;
}
.heading {
	background-position: #000000;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px;
	background: #000000;
	text-decoration: none;
	border: 1px solid #2C5629;
}
 .sidebox a:link {
	background: #FFFFFF;
	color: #1534B3;
	font-weight: bold;
	text-decoration: none;
}
.sidebox a:visited {
	background: #FFFFFF;
	color: #1534B3;
	font-weight: bold;
	text-decoration: none;
}
#vertmenu .sidebox a:hover {
	background-position: #FFFFFF;
	background: #DACB8F;
	color: #996600;
	font-weight: bold;
}
#vertmenu .sidebox a:active {
	background-position: #FFFFFF;
	background: #FFFFFF;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
/* left-hand menu - colored box - green */
.sidebox {
	background-position: #000000;
	margin: 15px 0px 3px 0px;
	padding: 0px 3px 15px 3px;
	background: #DABB90;
	color: #000000;
	font-size: 85%;
	width: 135px;
}
.sideboxheading {
	background-position: #000000;
	background: #000000;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	margin-top: 3px;
	padding: 2px;
}


/*============== Styles for footer ===================*/
#footer {
	border-top: 2px solid #2A5A19;
	clear: both;
	padding: 5px;
	background-color: rgb(255, 255, 255);
	text-align: center;
	width: 1024px;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*================== general styles =================*/
hr {
	width: 50%;
	text-align: center;
	background-color: #2A5A19;
	height: 5px;
}
/* =================Styles for heading tags =============== */
h1, h2, h3, h4 {
	color: #2A5A19;
	background-color: inherit;
}
h1 {
	font-size: 1.5em;
	background: #D4ECCB;
}
h2 {
	font-size: 1em;
}
h3 {
	font-size: .9em;
}
.smtxt {
	font-size: small;
}
h4 {
	font-size: .9em;
}
/*================used to center anything==============*/
.center {
	text-align: center;
}
/* ============floats images to right or left ============*/
.imgrgt {
	float: right;
	padding: 7px;
}
.imglft {
	float: left;
	padding: 7px;
}

