﻿@import url("layout.css");
body {
	color: #333; 
	font-family: Helvetica, Arial, Verdana, sans-serif; 
	font-size: 14px; 
	line-height: 20px;
	text-align: center; 
	background: #9ED652 url(../images/body_bkg.png) repeat-x 0 -3px;
	background-color:#6B9C31;
	margin-bottom: 10px;
}
h1 {
	font-size: 20px;
	font-weight:bold;
	color:#6B9C31
}
h2 {
	font-size: 18px;
	font-weight:bold;
}
h3 {
	font-size: 16px;	
	font-weight:bold;
}
#bodyline {
	margin-left: 25px;
}
#bodyline0 {
	margin-left: 25px;
}#bodyline1 {
	margin-left: 25px;
}#bodyline2 {
	margin-left: 25px;
}#bodyline3 {
	margin-left: 25px;
}#bodyline4 {
	margin-left: 25px;
}#bodyline5 {
	margin-left: 25px;
}#bodyline6 {
	margin-left: 25px;
}#bodyline7 {
	margin-left: 25px;
}#bodyline8 {
	margin-left: 25px;
}
#container {
	width: 880px;
	margin: 0 auto;
	background-color: white;
}
#masthead {
	text-align: right;
	width: 860px;
	overflow: auto;
	background-color: white;
	margin-bottom: 5px;
	margin-top: 10px;
	margin-left: 10px;
}
#sidebar {
	float: left;
	width: 154px;
	position: relative;
	clear: both;
	display: block;
	margin-top: 54px;
	margin-left: 5px;
	text-align: center;
	font-size: 16px;
}
#content {
	clear: both;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
	background-color: #fff;
	position: relative;
	text-align: left;
	margin-right: 20px;
}
#rightbar {
	float: right;
	width: 250px;
	position: relative;
/*	clear: both; 
	display: block;*/
	margin-top: 50px;
	margin-left: 10px;
	margin-right: 20px;
	text-align: left;
	font-size: 14px;
	padding: 0 10px 10px 15px;
	border: 4px #FEBD10 solid;
}
#rightbar h3 {
	color:#668833;
	font-size:18px; 
	font-weight:bold;
	margin-bottom:6px;
}
#rightbar ul {
	margin-top:0px;
}
#rightbar li {
	margin-left:-15px;
}


#pblocked {
	margin: 0 30px 0 20px;
}

#top {
	background: url('../images/border_top.png') no-repeat center top;
	padding-top: 8px;
	padding-bottom: 7px;
	padding-left: 8px;
	padding-right: 8px;
}

#middle {
	background: url('../images/border_middle.png') repeat-y center top;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 8px;
	padding-right: 8px;
	text-align: left;
}
	
#bottom {
	background: url('../images/border_bottom.png') no-repeat center bottom;
	padding-top: 6px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
}
	
}
#content img {
	display: block;
}
#footer {
	clear: both;
	width: 876px;
	padding: 0 0 0 0;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: -6px;
	margin-right: 0px;
}
#masthead img {
	float: left;
	
}
#masthead p {
	text-align: right;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block; 
	padding-top: 0px;
	padding-bottom: 5px;
	font-weight: bold;
	color: #6B9C31;
	text-align: center;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #6B9C31;
	display: block;
	/*border-bottom: 1px #CCCCCC solid;*/
}

#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #9ED652;

}
#sidebarhot {
	background-image:url('../images/button8a.jpg');
	background-position:center;
	background-repeat:no-repeat;
	color: #6B9C31;
}


/* Styles for Footer */
#footer p {
	font-size: 0.9em;
	text-align: center;
	margin: 0px;
	padding: 2px;
	color: #808080;
}
#footer a {
	color: #6B9C31;
	text-decoration: underline;
}
#footer a:hover {
	color: #333;
	text-decoration: none;
}
a {
	color: #6B9C31;
	text-decoration: underline;
}
a:hover {
	color: #9ED652;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
	font-size: 16px;
}
.style_italic {
	font-weight: bold;
}
#credit {
	width: 100%;
	vertical-align:middle;
	text-align: center;	
	padding-top: 0px;
}

#credit p {
	font-size: 11px;
	color:#808080;
}
#credit a {
	color: #808080;
	text-decoration:none;
}
#credit a:hover {
	color: #000;
	text-decoration:underline;
}
