body {
   background-color: #C3DEAB;
   font-family: gill sans, "Century Gothic", "Arial Narrow", Arial, Trebuchet MS,arial,verdana,sans-serif;
   color: #000;
   margin: 0px;
   font-size: .9em;
   }

.container_main {
   border-left: 1px solid #000;
   border-right: 1px solid #000;
   border-bottom: 1px solid #000;
   background-color: #fff;
   width: 800px;
   margin-right: auto;
   margin-left: auto;
}
.content_main {
   padding-left: 10px;
   padding-right: 12px;
   font-size: 0.95em;
   line-height: 130%;
}

.header_main {
   background-color: #fff;
   color: #fff;
   font-size: 13px;
   text-transform: uppercase;
   padding-right:11px;
   padding-top:3px;
   padding-bottom:3px;
   text-align: left;
   }   
.header_main a:link {
	color: #000;
   font-weight: bold;
   text-transform: uppercase;
   text-decoration: none;
}

.header_main a:visited {
   color: #000;
   font-weight: bold;
   text-transform: uppercase;
   text-decoration: none;
}

.header_main a:hover {
   color: #DB0600;
   font-weight: bold;
   text-transform: uppercase;
   text-decoration: underline;
} 
#dropmenudiv{
position:absolute;
background-color: #fff;
border:1px solid black;
border-bottom-width: 0;
font-size: .9em;
z-index:100;
}

#dropmenudiv a{
display: block;
color: #000;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px;
margin-left: 0px;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #C7FF5E;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
list-style-type: none;
width: 135px;
padding: 0px;
margin-left: -2.7em;
}

#searchform input {
	border: 2px ridge #000;
	background-color: #fff;
	font-size: .88em;
}

.footer_main {
   color: #eee;
   background-color: #000;
   text-align: right;
   font-size: 10px;
   text-transform: uppercase;
   padding:4px;
   }
   
.footer_main a:link {
	color: #eee;
   font-weight: normal;
   text-transform: uppercase;
   text-decoration: none;
}

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

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

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

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

a:hover {
   color: #DB0600;
   font-weight: bold;
} 

h1 {
   font-size: 1.6em;
}

.bottomlinks {
   font-size: .85em;
   font-style: italic;
   font-weight: bold;
   line-height: 110%;
}

.bottomlinks a:link {
	color: #3B5960;
   font-weight: bold;
   text-decoration: none;
}

.bottomlinks a:visited {
   color: #3B5960;
   text-decoration: none;
   font-weight: bold;
}

.bottomlinks a:hover {
   color: #3E8696;
   font-weight: bold;
   text-decoration: underline;
} 

small {
   font-size: 0.8em;
   font-family: Verdana,Arial, Geneva, sans-serif;
   line-height: 110%;
}
.hp{
 background-color: #000;
 border-top: 4px solid #000;
 border-bottom: 3px solid #000;
 }
 .hptxt {
 font-size: 1.1em;
 color: #E2D4A8;
 line-height: 130%;
 margin-left: 15px;
 margin-top: 6px;
 }
 .rightbox {
 border: 1px solid #3E3825;
 background-color: #27251E;
 color: #E2D4A8;
 float: right;
 width: 250px;
 margin-top: 5px;
 margin-left: 15px;
 margin-right: 15px;
 padding: 4px;
 }
 .rightbox ul {
 font-size: .8em;
 list-style: none;
 padding:0;
  margin:0;
 }
 .rightbox li {
 margin-bottom: 4px;
 }
 .rightbox li a {
 font-size: 1.7em;
 color: #95875C;
 text-decoration: none;
 }
 .rightbox li a:hover {
 font-size: 1.7em;
 color: #D69515;
 text-decoration: none;
 }
 
.larger {
font-size: 1.1em;
}
