/* CSS Document */

div, h1, h2, h3, h4, h5, h6, p, ul, ol, li {
	margin:0px;
	padding:0px;
}
body {
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:74%;
	color:#000;
	padding:0;
	border:0;
	margin:0;
	background:#fff;
	line-height: 1.3;
}
h1, h2, h3, h4, h5, h6, p {
	margin-bottom: 0.5em;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.spaceabove {
	margin-top:1em;
}
.nospacebelow {
	margin-bottom: 0px;
}
.off-left {
	position: absolute;
	left: -999px;
	width: 990px;
}
#wrapper {
	width:760px; 
	margin:10px auto 0 auto; 
	text-align:left; 
	background-color: #FFFFFF;
}
#banner {
	background:#ffffff;
	padding-top: 5px;
	height:100px;
	text-align: center;
}
#banner:after {
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
}
.bannerfloatleft {
	float: left;
}
.bannerfloatright {
	float: right;
}
#bannerbottom {
	height:2em;
	background-color: #167000;
	color:#FFFFFF;
	padding-top:0.6em;
	text-align:center;
	font-weight: bold;
	margin-bottom:20px;
}
#headlinks {
	width: 100%;
	text-align: center;
	background-color: #84414a;
	margin-bottom: 20px;
	text-align: center;
	font-size:120%;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#headlinks ul{
	text-align: center;
	display: inline;
}
#headlinks ul li{
	display: inline;
	border-right: 1px solid white;
	padding-left:0.5em;
	padding-right:0.5em;
}
#headlinks ul li.first{
	border-left: 1px solid white;
}
#headlinks a, #headlinks .currentlink {
	display: inline;
}
#headlinks a:link, #headlinks a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#headlinks .currentlink {
	color:#CCCCCC;
}
#headlinks a:hover, #headlinks a:active {
	color: #CCCCFF;
	text-decoration: underline;
}
#maincontent {
	color: #000000;
	font-size:120%;
}
/* Hides from non IE-win \*/
* html #maincontent {
	height: 1%;
	padding-top: 10px;
	padding-bottom: 10px;
}
h1 {
	font-size: 140%;
	color: #84414a;
	font-weight: bold;
	text-align: left;
}
h2 {
	font-size: 125%;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
h3 {
	font-size: 100%;
	font-weight: bold;
	color: #6daf7f;
	text-align: center;
}
h4 {
	font-size: 140%;
	font-weight: bold;
	color: #6daf7f;
	text-align: left;
}
h5 {
	font-size: 120%;
	font-weight: bold;
	color: #6daf7f;
	text-align: left;
}
.floatleft {
	float: left;
	margin-bottom: 10px;
	padding-right:10px;
}
.floatright {
	float: right;
	padding-left:10px;
	margin-bottom: 10px;
}
.centertext {
	text-align: center;
}
.highlight {
	font-weight: bold;
	color: #CC0000;
}
.centertext {
	text-align: center;
}
.centerbold {
	font-weight: bold;
	text-align: center;
}
.leadin {
	font-size: 1.15em;
	font-weight: bold;
	color: #999999;
	line-height: 1.75em;
}
.leadinblack {
	font-size: 1.15em;
	font-weight: bold;
	color: #000000;
}
.leadinlarge {
	font-size: 1.3em;
	font-weight: bold;
	color: #666666;
	font-style: italic;
}
.smalltext {
	font-size:75%;
}
#rightsidebar {
	font-size: 90%;
	float: right;
	width: 240px;
	margin-left: 10px;
	margin-bottom: 10px;
	border: solid #84414a 1px;
	color: #000000;
/*	font-weight: bold;	*/
	background-color: #EBEBEB;
}
#leftsidebar {
	font-size: 90%;
	float: left;
	width: 240px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: solid #84414a 1px;
	color: #000000;
/*	font-weight: bold;	*/
	background-color: #EBEBEB;
}
#rightsidebar h1, #leftsidebar h1 {
	color: #84414a;
	background-color:#EBEBEB;
	font-size: 140%;
	padding: 5px;
	border-bottom:solid 1px #84414a;
}
#rightsidebar .listlast, #leftsidebar .listlast {
	margin-bottom:5px;
}
#rightsidebar .last, #leftsidebar .last {
	padding: 0px 5px 5px 5px;
	margin-bottom:5px;
	border-bottom:none;
}
#rightsidebar p, #leftsidebar p {
	padding: 0px 5px 5px 5px;
	margin-bottom:5px;
	border-bottom:dotted 1px #000000;
}
#rightsidebar ul li, #leftsidebar ul li {
	margin-left: 1.7em;
}
.listnobullets ul {
	margin-left: 20px;
	list-style-type: none;
	text-decoration: none;
}
.listnobullets ul li a {
	color: #84414a;
	text-decoration: none;
	padding-bottom: 0.3em;
}
.listnobullets ul li a:hover, .listnobullets ul li a:active {
	color:#000000;
	text-decoration:underline;
}
.listoutdented ul {
	margin-left:50px;
	list-style-type: none;
	text-decoration: none;
}
.listoutdented ul .outdent {
	margin-left:-40px;
}
.listleft {
	float: left;
	width: 48%;
/*	border-right-style: 1px solid #ADB59C;	*/
	padding-right: 5px;
	padding-left:10px;
	text-indent:-10px;
}
.listright {
	float: right;
	width: 48%;
	padding-left: 10px;
	text-indent:-10px;
}
.listleft ul, .listright ul {
	margin-left: 0;
	padding-left: 20px;
	list-style-type: none;
}
.listleft ul li, .listright ul li {
	color: #000000;
	text-decoration: none;
	padding-bottom: 0.3em;
}
.lefthalf {
	float: left;
	width: 45%;
	/*border-right-style: solid;
	border-right-color: #84414a;
	border-right-width: 1px;*/
	margin-bottom: 15px;
	padding-right: 5px;
}
.righthalf {
	float: right;
	width: 48%;
	padding-left: 1px;
}
.lefthalf ul, .righthalf ul {
	list-style:square;
	margin-left:20px;
}
.lefthalf ul li, .righthalf ul li {
	padding-bottom: 0.3em;
}
.lefthalf ul li ul, .righthalf ul li ul {
	list-style:disc;
	margin-left:20px;
}
.caption {
	font-style:italic;
	font-size:80%;
}
.indent {
	padding-left:40px;
}
.figureright {
	float:right;
	width:200px;
	padding-left:10px;
}
#footer {
	clear: both;
	font-size: 100%;
	height:4.7em;
	background-color: #84414a;
	color:#FFFFFF;
	margin-top:20px;
	padding-top:0.6em;
	text-align:center;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer a {
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover, #footer a:active{
	color:#CCCCFF;
	text-decoration:underline;
}
