body {
	background: url(images/headerimages/background.jpg) repeat-y center;
	font-family: Geneva, Arial, Helvetica, san-serif;
}
.text {
	color: #333333;
	text-align: left;
	padding: 8px;
	background: #FFFFFF;
	font-size: 12px;
}
a:link {
	font-size: 12px;
	color: #016801;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	font-size: 12px;
	color: #016801;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	font-size: 12px;
	color: #685C00;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	font-size: 12px;
	color: #016801;
	text-decoration: underline;
	font-weight: bold;
}
#navbar {
	font-size: 14px;
	text-align: right;
	font-weight: normal;
	color: #016801;
	background: #FFFFFF;
	text-decoration: none;
	border-bottom: thin solid #A69976;
	padding: 4px;
}

#navbar a:link {
	color: #333333;
	text-decoration: none;
 }
 
#navbar a:visited {
	color: #333333;
	text-decoration: none;
}

#navbar a.current {
	color: #333333;
	text-decoration: none;
}

#navbar a:hover {
	color: #016801;
	text-decoration: none;
	background: #CCCC99;
}
#navbar1 {
	font-size: 14px;
	text-align: left;
	font-weight: normal;
	color: #333333;
	background: #FFFFFFF;
	border-top: thin solid #A69976;
	border-bottom: thin solid #A69976;
	padding: 4px;
}

#navbar1 a:link {
	color: #333333;
	text-decoration: none;
 }
 
#navbar1 a:visited {
	color: #333333;
	text-decoration: none;
}

#navbar1 a.current {
	color: #333333;
	text-decoration: none;
}

#navbar1 a:hover {
	color: #096400;
	text-decoration: none;
	background: #CCCC99;
}
.pagetitle {
	font-size: 16px;
	color: #000000;
}
.footer {
	color: #FFFFFF;
	text-align: center;
	padding: 8px;
	background-color: #016801;
	font-size: 10px;
}
#footer1 {
	font-size: 14px;
	text-align: center;
	color: #333333;
	background: #FFEBB6;
	border-top: thin solid #A69976;
	border-bottom: thin solid #A69976;
}

#footer1 a:link {
	color: #333333;
	text-decoration: none;
 }
 
#footer1 a:visited {
	color: #333333;
	text-decoration: none;
}

#footer1 a.current {
	color: #333333;
	text-decoration: none;
}

#footer1 a:hover {
	color: #096400;
	text-decoration: none;
	background: #E1CFA0;
