body {
	font-family:  Helvetica, Tahoma, "Nimbus Sans L", sans-serif;
	font-size:13px;
}

h1, h2, h3, h4, h5 {
	/* setup some more readable header spacing */
	padding-bottom: 5px;
	margin: 25px 0 10px 0;
	font-weight: normal;
	line-height: 120%;
	color:#666633;
	text-align:left;
}
a{color:#364F0F;
text-decoration:none}
a:hover { text-decoration:underline}

#toplink {padding-bottom:30px}

#image_rotate {list-style: none; left:-40px;
height:266px;}

h1 { 
	font-size: 200%;
	line-height: 100%;
}

h2 {
	font-size: 175%;
	line-height: 100%;
}

h3 {
	font-size: 150%;
}

h4 {
	font-size: 120%;
	color:#364F0F;
	height:20px;
	padding-top:5px;
	text-align:center;
	font-weight:bolder;
	background-color:#F3F5E3;
	text-transform: uppercase; 
	
}

h5 {
	font-size: 120%;
	text-transform: uppercase;
}
#space{
position:absolute; 
margin-top:-265px; 
margin-left:40px; 
width:255px; 
color:#4f6f18; 
font-size:12px; 
font-family:'Times New Roman', 'Times, serif';
}
#bottom{
background-image:url(images/bottom.png);
width:645px;
color:#4f6f18; font-size:12px; font-family:'Times New Roman', Times, serif;
background-repeat:no-repeat;
border-top:#BBCC97 1px solid;

}
#main {
padding-left:25px;padding-bottom:20px;
padding-right:20px;}

.menu, .menu li ul{
list-style-type: none;
margin: 0;
padding: 0;
}

.menu li{
position: relative;
}

.menu li a{
font: bold 12px Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 15px;
text-decoration: none;
border-bottom: 1px solid #FCF9D2;
}

.menu li ul{ /*SUB MENU STYLE*/
position: absolute;
left: 0;
top: 0;
display: none;
}

.menu li ul li{
float: left;
}

.menu li ul a{
width: 180px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}