@charset "iso-8859-1";
body {
	background-color: #42413C;
	margin: 0;
	padding: 0;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4;
	font-size: 14px
}
ul, ol, dl { 
	padding: 0;
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	padding-top: 0px;
	text-align: left;

}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0px;
	padding-right: 5px;
	padding-left: 15px;
	padding-top: 20px;
	padding-bottom: 0px;
	color: #339933;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	padding-top: 0px;
	text-align: left;
}

#newsheader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align:center;
	color: #333;
	background-color: #FFF;
	padding: 0;
	margin: 0;
	margin-top: 5px;
	text-transform: uppercase;
}
#newsheader p {
	font-size:9px;
	text-align:center;
	text-transform:lowercase;
	margin:0;
	padding:0;
}
a img {
	border: none;
}
a:link {
	color: #42413C;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}
.container {
	width: 960px;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
header {
	background-color: #ADB96E;
}
.sidebar1 {
	float: left;
	width: 180px;
	border-right-width: 1px;
	border-right-style: solid;
}
.content {
	width: 588px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #006;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	border-left-color: #000;
}
aside {
	float: left;
	width: 180px;
	padding: 10px 0;
	border-top-style: solid;
	border-top-width: 1px;
	text-align: center;
}

.content ul, .content ol {
	padding: 0 15px 15px 40px; 
}

ul.nav {
	list-style: none; 
	border-top: 1px solid #666; 
	padding: 5px 0px 0px 5px;
	
}
ul.news{
	border:none
}
ul.nav li {
	border-bottom: 5px solid #fff; 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #fff;
	font-style: normal;
	font-weight: normal;
	
}

ul.nav a, ul.nav a:visited, #print a, #print a:visited{ 
	padding: 2px 5px 2px 5px;
	display: block; 
	width: 160px;  
	text-decoration: none;
	background-color: #FFCC99;
	text-align:center;
	height:30px;
	color: #42413C;
	line-height:30px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
	border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
	border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	border-bottom-left-radius:10px;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus, #print a:hover{ 
	background-color: #FF9900;
	color: #FFF;
}
ul.nav a.current{
	background-color: #FF9900;
	color: #FFF;
}
footer {
	padding: 10px;
	background-color: #05664b;
	position: relative;
	clear: both;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: right;
}
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

header, section, aside, article, figure {
	display: block;
	text-align: center;
	margin: 0;
	padding:0;
}

h1 {
	font-size: 24px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0px;
	text-align: left;
}
h2 {
	font-size: 18px;
	text-align: left;
}
p.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: right;
}
input[type=submit] {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
	background-color: #FC9;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	border: thin solid #333;
	
}
input[type=submit]:hover {
	cursor: pointer;
	background-color:#F90;
	color:#FFF
}
input[type=text] {
	border: thin solid #666
}
hr {
	margin:0;
	margin-top: 5px;
	width: 100%;
	height: 1px;
	background:#333;
	margin-bottom: 5px;
	border: none;
}
p.sideskift a {
	display: block;
	width: 160px;
	text-decoration: none;
	background-color: #FFCC99;
	text-align: center;
	height: 30px;
	color: #42413C;
	line-height: 30px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
