* { 
 margin: 0; 
 padding: 0; 
} 
body { 
 background: #d7d6bd url('../images/page_bg.jpg') repeat-x top center;
 font: 11px/16px Verdana, sans-serif; 
 text-align: center; 
 color: #333; 
} 
a:link {
	text-decoration: underline;
	color: #546900;

}
a:visited {
	text-decoration: underline;
	color: #546900;
}
a:hover {
	text-decoration: none;
	color: #838c4b;
}
a:active {
	text-decoration: none;
	color: #838c4b;
}
h1 { 
 margin-bottom: 6px; 
 padding-top: 0px; 
 padding-bottom: 12px; 
 border-bottom: 1px solid #ccc;
 font-size: 1.25em; 
 color: #0e6b37;
} 
h5 { 
 padding-top: 6px; 
 padding-bottom: 12px; 
 font-size: 1em;
 color: #666;
 font-weight: normal;
}  
h2, h3{ 
 font-weight: normal; 
 font-size: 1em; 
 line-height: 18px; 
} 
h2 { 
 padding-top: 6px; 
 padding-bottom: 0px; 
 font-size: 1.25em; 
 color: #0e6b37;
} 
h3 { 
 padding-bottom: 6px; 
 font-weight: bold; 
 text-transform: uppercase; 
 letter-spacing: -1px; 
 color: #635974; 
} 
#wrap { 
background: #6f8558 url('../images/page_bg1.jpg') repeat-x top center;
} 
#page { 
 margin: 0 auto; 
 width: 960px;
 border-left:1px solid #635974;
 border-right:1px solid #635974;
 background: #fff; 
 text-align: left; 
} 

#header { 
 height: 235px; 
 background: #fff url(../images/header8.jpg) top no-repeat; 
} 
#mainmenu {
    margin-top: 0px;
}

#header p { 
 float: left; 
 padding: 12px 24px 24px 12px; 
 font-size: 1.5em; 
 line-height: 1em; 
 color: #c2c68b; 
} 
#header ul { 
 padding-top: 200px; 
 padding-left: 24px; 
 text-align: left; 
 list-style: none; 
} 

#header li { 
 display: inline; 
 margin: 0 4px; 
 color: #c2c68b;
} 
#header li a { 
 font-size: 1em; 
 line-height: 1em; 
 text-decoration: none; 
 color: #546900; 
} 
#header li a:hover { 
 color: #c2c68b; 
} 
#content-primary {
	float: right;
	margin: 12px 24px 60px 24px;
	width: 528px;
}
#content-primary p { 
 padding-bottom: 18px; 
} 
#content-home { 
 float: right; 
 margin-top: 6px;
 margin-left: 12px;
 margin-right: 24px;
 margin-bottom: 6px;
 width: 664px; 
} 
#content-home p { 
 padding-top: 12px; 
}
 
#content-noleft { 
 float: right; 
 margin: 12px;
 margin-right: 24px;
 margin-left: 24px;
 margin-bottom: 6px;
 width: 912px;
} 
#content-noleft img { 
 border: 0px;
} 
#content-noleft p{ 
 padding-top: 0px;
 padding-bottom: 10px;
} 

#content-secondary { 
 float: right; 
 margin: 24px;
 margin-top: 16px;
 width: 144px; 
 font-size: 11px; 
 color: #300; 
} 

#content-secondary-home { 
 float: right; 
 margin: 12px;
 margin-left: 24px;
 margin-bottom: 6px;
 width: 220px; 
 font-size: 11px; 
 color: #300; 
} 
#content-secondary-home p { 
 padding-bottom: 18px; 
} 
#footer { 
 clear: right; 
 height: 307px; 
 background: #c1c58a url(../images/footer7.jpg) bottom no-repeat; 
 font-size: 11px; 
 line-height: 1em; 
 color: #999; 
} 
#footer a:link, #footer a:visited { 
 color: #546900; 
}     
#footer ul { 
 padding: 150px 24px 0 24px; 
 text-align: center; 
 list-style: none; 
} 
#footer li { 
 display: inline; 
 margin: 0 4px; 
} 
#footer li a { 
 text-decoration: none; 
 color: #000; 
} 
#footer li a:hover { 
 color: #999; 
} 
	/* table styles */
.oddcentre {
	background-color: #e9e9e9;
	text-align:center;
}
.odd {
	background-color: #e9e9e9;
	}
.evencentre {
	background-color: none;
	border: 1px solid #999999;
	text-align:center;
}
.even {
	background-color: none;
	border: 1px solid #999999;
	
}
.header {
	background-color: #546900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align:left;
	
	
}
.table_border {
	border: 1px solid #999999;
	padding-bottom: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-indent: 2px;
	line-height:20px;
}
.table {
	color:#999;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:12px;
	text-align:center;
}
.clear { 
 clear: both; 
}






