﻿body {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #35424a;
	color: #000000;
	height:100%;
}
html {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-color:#35424a;
	color: #000000;
	height:100%;
}
#wrapper {
	min-height:100%;
	background-color: #35424a;
	position:relative;
}
/*===============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: 30px;
	background-color: #35424a;
	width: 90%;
	max-width: 1400px;
}
/*=================== styles for top banner ========================*/
#banner {
	background-position: left center;
	padding: 5px;
	background-color: #35424a;
	height: 163px;
	background-repeat: no-repeat;
	color: #000000;
	border-bottom: 6px solid #adabab;
	border-top: 6px solid #adabab;
	border-right: 6px solid #adabab;
	border-left: 6px solid #adabab;
}
#banner img {
	margin-top: 20px;
	float: right;
}
/*==============all site links==============*/
a:link {
	font-weight: bold;
	color: #adabab;
	background: transparent;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #adabab;
	background: transparent;
	padding: 0px;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	text-decoration : none;
	background: #B9E343;
	color: #000000;
}
a:active {
	font-weight: bold;
	text-decoration : underline;
	background: #BFDFE2;
	color: #000000;
}
/*====================== styles for main content area =========================*/
#content {
	margin-left: 230px;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	color: #35424a;
	padding-bottom:100px;
}
/*===========content area list items==============*/
#content ul li {
	list-style-image: url('../images/green-bullet-bg.gif');
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#content li li {
	list-style-image: url('../images/green-bullet-sm.gif');
	color: #FFFFFF;
	padding: 2px 0;
}
/* *****************************************************
Navigation Bar - Left hand side 
**************************************************** */
#vertmenu {
	background-color: #adabab;
	border: 6px solid #adabab;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: right;
	width: 180px;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	float: left;
}


#vertmenu ul {
	list-style: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: none;
}
#vertmenu ul li {
	margin: 0px;
	padding: 0px;
}
#vertmenu ul li a {
	font-size: 80%;
	display: block;
	border-bottom: 1px dashed #825252;
	padding: 5px 0px 2px 4px;
	text-decoration: none;
	color: #333333;
	width: 160px;
}
#vertmenu ul li a:focus {
	background: #35424a;
	color: #000000;
}
#vertmenu ul li a:hover {
	background: #35424a;
	color: #FFFFFF;
}
.heading {
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px;
	background: #35424a;
	text-decoration: none;
	border: 1px solid #adabab;
}
 .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: #FFFFFF;
	color: #CC3300;
	font-weight: bold;
	text-decoration: underline;
}
#vertmenu .sidebox a:active {
	background: #FFFFFF;
	color: #1534B3;
	font-weight: bold;
	text-decoration: none;
}
/* left-hand menu - colored box - green */
.sidebox {
	border: #adabab 2px solid;
	margin: 15px 0px 3px 0px;
	padding: 0px 3px 15px 3px;
	background: #ffffff;
	color: #000000;
	font-size: 85%;
}
.sideboxheading {
	background: #C8bb89;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	margin-top: 3px;
	padding: 2px;
}


/*============== Styles for footer ===================*/
#footer {
	border-bottom: 6px solid #adabab;
	border-top: 6px solid #adabab;
	border-right: 6px solid #adabab;
	border-left: 6px solid #adabab;
	clear: both;
	padding: 20px;
	background-color: #35424a;
	color: #ffffff;
	text-align: center;
	position:relative
}
{
	margin-top: 40px;
	margin-bottom: 20px;
}
/*================== general styles =================*/
/*================== general styles =================*/
hr {
	width: 50%;
	text-align: center;
	background-color: #C8bb89;
	height: 5px;
}
/* =================Styles for heading tags =============== */
h4 {
	color: #35424a;
	background-color: inherit;
}
h3 {
	color: #FFFFFF;
	background-color:#35424a;
}
h2 {
	color: #FFFFFF;
	background-color: inherit;
}
h1 {
	color: #FFFFFF;
	background-color: inherit;
}
h1 {
	font-size: 1.5em;
	background: #35424a;
	padding: 2px;
}
h2 {
	font-size: 1em;
}
h3 {
	font-size: .9em;
}
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;
}
.smtxt {
	font-size: small;
}



