@charset "utf-8";
/*HTML Tags*/
body 
{
	background-color: #371d00;
	margin: 0;
	padding: 0px;
	font:normal 12px/11px Arial, Helvetica, sans-serif;
	line-height:1.5em;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: center top;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #a07800;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #a07800;
}
a:link {
	color: #5c9000;
	text-decoration: none;
}
a:visited{
	color: #5c9000;
	text-decoration: none;
}
a:hover{
	color: #5c9000;
	text-decoration: none;
}
a:active{
	color: #5c9000;
	text-decoration: none;
}
input{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color:#ffffff;	
	border:solid 1px #999999;
	margin-top: 3px;
}

/*Text Decorations*/
.text_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
.text_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
}
.text_2 a:link {color: #ffffff; text-decoration: none;}
.text_2 a:visited {color: #ffffff; text-decoration: none;}
.text_2 a:hover {color: #ffffff; text-decoration: underline;}
.text_2 a:active {color: #ffffff; text-decoration: underline;}
.text_3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #1E1E1E;
}
.text_bold {font-weight: bold;}
.text_ital {font-style: italic;}
.text_boldital {font-weight: bold;font-style: italic;}
.text_small {font-size: x-small;}
.text_medium {font-family: Arial, Helvetica, sans-serif;font-size: medium;}
.text_2_header{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
}
.rightside {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	padding: 0 5px 0 5px;
}
.footer a:link, .footer a:visited, .footer a:hover, .footer a:active {
	text-decoration: none;
	color: #ffffff;
}
.smalltitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;	
}
.smalltitle a:link{
	color: #000000;	
	text-decoration: none;
}
.smalltitle a:visited{
	color: #000000;	
	text-decoration: none;
}
.smalltitle a:hover{
	color: #000000;	
	text-decoration: none;
}
.smalltitle a:active{
	color: #000000;	
	text-decoration: none;
}
.eventbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.2em;
	color: #5c9000;	
	padding: 0;
	margin: 0;
}
.imagebutton {
	padding: 0;
	margin: 0;
}
.articletitle
{
	color: #28446c;
}
.articletitle a:link{
	color: #28446c;	
	text-decoration: none;
}
.articletitle a:visited{
	color: #28446c;	
	text-decoration: none;
}
.articletitle a:hover{
	color: #28446c;	
	text-decoration: none;
}
.articletitle a:active{
	color: #28446c;	
	text-decoration: none;
}
.viewmore
{
	text-decoration: none;
	color: #000000;
}
.readmore
{
	text-decoration: none;
	color: #5c9000;
}

/*ID's Pseudo-class Selectors*/
#mainwrapper {
	width: 960px;
	margin: 0 auto;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
#top {
	margin: 0px auto 0 auto;
	background-color: black;
	width: 960px;
	height: 33px;
	vertical-align: middle;
}
#billboard {
	margin: 0px auto 0 auto;
	text-align: center;
}
#nav {
	white-space:nowrap;
	width: 900px;
	background-color: #CFD0D2;
}
#bodycontent {
	background-image: url(../images/body_back.gif);
	width: 960px;
	margin: 0 auto 0 auto;
}
#bodytable{
	background-image:url(../images/body_back.jpg);
	background-repeat: repeat-x;
	background-color: #f3f6ef;
	width: 960px;
	text-align: center;
	padding: 0;
	margin: 0 auto 0 auto;
}
#news {
	padding: 8px;
	text-align: left;
}
#middle {
	padding: 8px;
}
#headlines {
}
#headlines h1 {
	color: #5c9000;
}
#membership {
	padding: 0px 0px 0px 0px;
	text-align: left;
}
#events {
	padding: 8px 0px 0px 0px;
	text-align: left;
}
#bottom {
	background-color: #ededd3;
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
#presmessage {
	padding: 8px 15px 8px 15px;
	text-align: left;
}
#footerwrapper {
	width: 100%;
	height: 104px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	vertical-align: top;
}
#footer {
	background-image:url(../images/footer.jpg);
	background-repeat: repeat-x;
	width: 960px;
	height: 104px;
	margin: 0 auto;
	text-align: center;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#socialsiteswrapper
{
	background-color: #d9dcd5;
	padding: 5px;	
	font-family: Times New Roman, Times, serif;
	color: #62655e;
	font-weight: bold;
	font-size: 18px;
}
#socialsites, #socialsites ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}
#socialsites {
	padding: 7px 5px 0px 5px;
}
#socialsites a {
	display: block;
	padding: 0 8px 0 8px;
}
#socialsites li {
	float: left;
	width: 9em;
}
#socialsites ul li a  {
	border-right: 0;
	padding: 3px 12px 3px 16px;
}
/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width.
Do not edit this rule in any way. */
#socialsites li {width: auto;}
/*Utilities*/

