@charset "utf-8";
/* CSS Document */
* {margin: 0; padding: 0; border: 0;}
body {
	background-color:#301f01;
	font-size:62.5%;
	font-family: "Courier New", Courier, monospace;
	font-weight:bold;
	line-height: 1.2em;
	color: #333333;
}
h1 {
	font-family:"Courier New", Courier, monospace;
	color:#000000;
	font-size: 18px;
	text-align: center;
	text-transform:uppercase;
	margin: 5px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	color:#000000;
	font-size: 18px;
	text-align: center;
	text-transform:uppercase;
	margin: 10px;
}
h3 {
	font-family:"Courier New", Courier, monospace;
	color:#902d0e;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	font-weight:bold;
	}
h4 {
font-size: 14px;
}
#container {
width: 100%;
margin:0 auto;
position:absolute;
}
#branding {
width:auto;
height: 55px;
position: relative;
margin-left: 30px;
margin-top: 10px;
background-color:#301f01;
background-repeat:repeat-x;
}
#top_navmain {
width:100%;
height: 40px;
text-align: center;
padding-top: 20px;
background-color:#2e2820;
background-repeat:repeat-x;
}
.navmain {
font-family:"Courier New", Courier, monospace;
font-size: 14px;
font-weight: bold;
color:#FFFFFF;
text-align: center;
text-transform:lowercase;
}
.navmain a:link {
color:#FFFFFF;
text-decoration:none;
}
.navmain a:visited {
color:#FFFFE3;
text-decoration:none;
}
.navmain a:hover {
color:#FFFFE3;
text-decoration:underline;
}
.navmain a:active {
color: #FFFFE3;
}
#wrapper_home {
width:100%;
height:563px;
background-color:#2e2820;
background-repeat:repeat-y;
}
#wrapper_internal {
width:100%;
height:700px;
background-color:#2e2820;
background-repeat:repeat-y;
}
#content {
width: 976px;
height: 518px;
background-color: #ffffff;
margin-left:40px;
float:left;
}
#content_internal {
width: 976px;
height: 600px;
background-color: #ffffff;
margin-left:40px;
float:left;
}
.inthenews {
font-family: "Times New Roman", Times, serif;
font-size: 12px;
line-height: 15px;
color: #333333;
padding-bottom: 5px;
}
.inthenews a:link{
color: #333333;
text-decoration:none;
}
.inthenews a:visited{
color: #333333;
text-decoration:none;
}
.inthenews a:hover {
color: #333333;
text-decoration:underline;
}
.inthenews a:active {
color: #333333;
text-decoration:underline;
}
.content_txt {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 18px;
color: #333333;
}
.content_txt a:link{
color: #333333;
text-decoration:none;
}
.content_txt a:visited{
color: #333333;
text-decoration:none;
}
.content_txt a:hover {
color: #333333;
text-decoration:underline;
}
.content_txt a:active {
color: #333333;
text-decoration:underline;
}
#bottom_nav {
width:966px;
height: 45px;
margin-left:40px;
background-color:#2e2820;
background-repeat:repeat-x;
float:left;
}

#footer {
width: 966px;
height: 40px;
text-align:center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 14px;
clear: both;
}
#footer a:link{
	color: #ffffff;
	text-decoration: none;
}
#footer a:visited{
	color: #FFFFCC;
	text-decoration: none;
}
#footer a:hover{
	color: #FFFFCC;
	text-decoration: underline;
}
#footer a:active{
	color: #FFFFCC;
	text-decoration: underline;
}