body {
   background-color: #040B41;
   font-family: "Century Gothic", "Arial Narrow", Arial, Trebuchet MS, arial,verdana,sans-serif;
   color: #333;
   margin: 0;
   font-size: 0.9em;
   }

.container {
   border-right: 1px solid #000;
   border-left: 1px solid #000;
   background-color: #fff;
   width: 900px;
   margin-right: auto;
   margin-left: auto;
}
.content_main {
   width: 690px;
   padding-left: 8px;
   padding-right: 8px;
   padding-bottom: 8px;
   line-height: 130%;
}

.header_main {
   border-top: 1px solid #000;
   border-bottom: 1px solid #000;
   background-color: #66A719;
   text-align:center;
   }

.header_main a:hover {
   color: #ff9;
   font-weight: normal;
   text-transform: uppercase;
   text-decoration: underline;
} 

.newsbox {
	border: 1px solid #B5AC8A;
	background-color: #FFEEAE;
	padding: 6px;
	font-size: .9em;
	margin-top: 5px;
}

.sidebar {
width: 210px;
padding: 5px;
}

.sidebar img {
margin-bottom: 8px;
   background-color: #fff;
   }

.footer_main {
   color: #fff;
   border-top: 1px solid #000;
   border-bottom: 1px solid #000;
   background-color: #66A719;
   text-align: right;
   font-size: 10px;
   text-transform: uppercase;
   padding:4px;
   }
   
.footer_main a:link {
	color: #fff;
   font-weight: normal;
   text-transform: uppercase;
}

.footer_main a:visited {
   color: #fff;
   font-weight: normal;
   text-transform: uppercase;
}

.footer_main a:hover {
   color: #ff9;
   font-weight: normal;
   text-transform: uppercase;
   background-color: #66A719;
} 

a:link {
	color: #0A1357;
   font-weight: bold;
}

a:visited {
   color: #007253;
   font-weight: bold;
}

a:hover {
   color: #000;
   background-color: #FEDD2A;
   font-weight: bold;
} 

h1 {
   font-family: georgia, times new roman, times,serif;
   line-height: 110%;
}

big {
   font-family: georgia, times new roman, times,serif;
   line-height: 110%;
   font-size: 1.6em;
   font-weight: bold;
   padding-top: 8px;
}

strong {
   font-family: georgia, times new roman, times,serif;
   line-height: 110%;
   font-size: 1em;
}

small {
   font-size: 0.8em;
   font-family: Verdana,Arial, Geneva, sans-serif;
   line-height: 110%;
}

#dropmenudiv{
position:absolute;
background-color: #66A719;
color: #fff;
border:1px solid #000;
border-bottom-width: 0;
font-family: verdana, sans-serif;
font-size: .7em;
z-index:100;
text-transform: uppercase;
}

#dropmenudiv a{
display: block;
color: #fff;
background-color: #66A719;
text-indent: 3px;
border-bottom: 1px solid #000;
padding: 1px;
margin-left: 0px;
text-decoration: none;
font-weight: none;
text-transform: uppercase;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #EECC22;
color: #000;
text-transform: uppercase;
}

.alignright {
float:right;
padding: 3px;
border: 1px solid #333;
}
.alignleft {
float:left;
padding: 3px;
border: 1px solid #333;
}

