@charset "iso-8859-1";
body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: .95em;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	color: #000000;
	background-image: ;
	background-repeat: repeat;
}
/*===============indicates no border around any image ============*/
body img {
	border: 0px;
	text-decoration: none;
}
#container {
	width: 90%;
	border: 1px solid #441B10;
	margin: 10px auto 10px auto;
	padding: 10px;
	background-color: #FFFFFF;
}
/*===========top banner ==================*/
#banner {
	padding: 5px 5px 5px 25px;
	height: 155px;
	color: #000000;
	border-bottom: 2px solid #003300;
}
#banner img {
	float: right;
	margin-right: 10px;
}
/*=============content area ================*/
#content {
	padding: 5px;
	margin-left: 240px;
	width:auto;
	height:auto;
	background-color: #FFFFFF;
}
/*===========content area list items==============*/
#content ul li {
	list-style-image: url('../images/green-sq.gif');
	margin: 2px;
	padding: 2px;
}
#content li li {
	list-style-image: url('../images/green-sq.gif');
	padding: 2px 0;
}
/* *****************************************************
Navigation Bar - Left hand side 
**************************************************** */
#leftnav {
	float: left;
	padding: 5px;
	color: #000;
	margin: 10px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	width: 200px;
}
#leftnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 4px;
}
#leftnav li {
	list-style: none;
	padding: 2px 0;
}
#leftnav ul li a {
	display: block;
	color: #FFFFFF;
	padding: 4px;
	text-decoration: none;
	background-color: #003300;
	border: 1px solid #FFFF66;
	margin-top: 2px;
}
#leftnav a:hover {
	color: #000000;
	background-color: #FFFF66;
	border: 1px solid #003300;
}
/* Possible new selectors left navigation submenu */
#leftnav ul ul {
	padding-left: 5px;
}
#leftnav ul ul li a {
	padding: 3px 0 3px 3px;
	font-size: 80%;
	font-weight: normal;
}
.heading {
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px;
	background: #883620;
	text-decoration: none;
	border: 1px solid #883620;
}
#leftnav .sidebox a:link {
	background: #FFFFFF;
	color: #1534B3;
	font-weight: bold;
	text-decoration: none;
}
#leftnav .sidebox a:visited {
	background: #FFFFFF;
	color: #009900;
	font-weight: bold;
	text-decoration: none;
}
#leftnav .sidebox a:hover {
	background: #D7D7D7;
	color: #C60029;
	font-weight: bold;
}
#leftnav .sidebox a:active {
	background: #FFFFFF;
	color: #1534B3;
	font-weight: bold;
	text-decoration: none;
}
/* left-hand menu - colored box  */
.sidebox {
	border: 2px solid #003300;
	margin: 0px 5px 3px 5px;
	padding: 0px 3px 15px 3px;
	background: #FFFFFF;
	color: #000000;
	font-size: 85%;
}
/* left-hand menu - colored box  */
.sideboxheading {
	background: #003300;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	margin-top: 3px;
	padding: 2px;
}
/*==============all site links==============*/
a:link {
	font-weight: bold;
	color: #000000;
	background: transparent;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #000000;
	background: transparent;
	padding: 0px;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	text-decoration : none;
	background: #F4D180;
	color: #000000;
}
a:active {
	font-weight: bold;
	text-decoration : underline;
	background: #BFDFE2;
	color: #000000;
}
/*===========footer==============*/
#footer {
	clear: both;
	padding: 5px;
	border-top: 2px solid #003300;
	background-color: #FFFFFF;
	text-align: center;
	font-size: small;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*=============images =============*/
.imglft {
	float: left;
	padding: 5px;
}
.imgrgt {
	float: right;
	padding: 5px;
}
/*================
heading tags styles
===================*/
h1, h2, h3, h4 {
	color: #003300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
h1 {
	font-size: 150%;
	
}
h2 {
	font-size: 130%;
	
}
h3 {
	font-size: 100%;
	
}
h4 {
	font-size: 80%;
	font-weight: normal;
}

/*================= 
horizontal lines 
================*/
hr {
	background-color: #441B10;
	border: 0px;
	color: #883620;
	height: 2px;
}
/*============
general
============*/
.ctr {
	text-align: center;
}
