* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #000;
	background-color: #d8d6b0;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	text-align: center;
}

a {
	color: #000;
	background-color: inherit;
	text-decoration: underline;
}

a:hover {
	color: #9e0100;
	background-color: inherit;
}


/************** Main Structure Layout ***************/

#body_wrapper
{
width: 799px;
margin: 0px auto;
color: inherit;
background-color: #ffffff;
text-align: left;
}

.container
{
width: 799px;
background: url('images/bg3.gif') no-repeat;
height: 600px;
}

html>body .container
{
width: auto;
height: auto;
min-width: 800px;
min-height: 600px;
background: url('images/bg3.gif') no-repeat;
}

#footcontainer {
margin: 0px 0px;
width: 799px;
background: url('images/bottomfoot.gif') no-repeat;
height:30px;
padding-top: 5px;
text-align: center;
color: #666666;
}

html>body #footcontainer
{
width: auto;
height: auto;
min-width: 799px;
min-height: 30px;
padding-top: 5px;
background: url('images/bottomfoot.gif') no-repeat;
}

#footcontainer a {
color: #666666;
}

html>body #footcontainer a
{
color: #666666;
}



/************** Events Box on Home Page ***************/

.toplineEvents
{
width: 200px;
background: url('images/roundboxtop.gif');
background-repeat: no-repeat;
height:14px;
font-size: 4px;
}

html>body .toplineEvents
{
width: auto;
height: auto;
min-width: 200px;
min-height: 14px;
background: url('images/roundboxtop.gif');
background-repeat: no-repeat;
font-size: 4px;
}

	
.mainEvents
{
width: 200px;
background: url('images/roundboxmid.gif');
padding-left: 10px;
padding-right: 10px;
}

html>body .mainEvents
{
width: auto;
min-width: 180px;
background: url('images/roundboxmid.gif');
padding-left: 10px;
padding-right: 10px;
}


.bottomlineEvents
{
width: 200px;
background: url('images/roundboxbottom.gif');
background-repeat: no-repeat;
height:14px;
}

html>body .bottomlineEvents
{
width: auto;
height: auto;
min-width: 200px;
min-height: 14px;
background: url('images/roundboxbottom.gif');
background-repeat: no-repeat;
}

#eventboxFloat {
float: right;
width: 200px; 
padding-right: 10px;
padding-left:10px;
}

/************** Content on Every Page ***************/

.pageTitle {
padding-top:120px; 
padding-left: 30px; 
font-size: 17px;
font-weight: bold;
}

.bodycopy{
padding:10px 20px 10px 30px;
font-size: 12px;
line-height: 1.75;
}	

.imgleft{
float: left;
margin-right: 15px;
margin-bottom: 5px;
}

.imgright{
float: right;
margin-left: 15px;
margin-top: 10px;
margin-bottom: 5px;
}

.tenfont{
font-size: 10px;
}

.sixteenbold {
font-weight: bold; 
font-size: 16px;
}

.fourteenbold {
font-weight: bold; 
font-size: 14px;
}

.fourteenbold_pad {
font-weight: bold; 
font-size: 14px;
padding-left: 30px;
}

.twelvebold {
font-weight: bold; 
font-size: 12px;
}

ol.decimal {
list-style-type: decimal;
padding-left: 40px;
}

/************** Vertical Navigation ***************/

#elButton a  {
color: #000000;
font-size:14px;
font-family:Verdana;
text-decoration: none;
border-style: none;
border-top-width: .05em;
border-color: #999999;
display: block;
vertical-align: middle;
text-align: left;
padding: 4px 5px 4px 10px;
}

#elButton a:hover {
color:#204001;
text-decoration: none;
padding: 4px 5px 4px 10px;
text-align: left;
}

/************** Pop Out Navigation ***************/

#dropmenudiv{
position:absolute;
background-color: #A5c28a;
border:1px solid black;
border-bottom-width: 0;
font-family: verdana, arial, sans-serif;
font-size: 11px;
line-height:18px;
z-index:100;
text-align: left;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

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

.clearthis {
margin : 0px;
height : 1px;
clear : both;
float : none;
font-size: 1px;
line-height: 0px;
overflow : hidden;
visibility: hidden;
}

