body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #948E00;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4D4F4D;
	margin: 8px;
	padding: 0px;
	text-align: justify;
}
.bodybordergray {
	border: 6px solid #F0F0F0;
}

OL {
	color: #848600;
	list-style-type: circle;
}
LI {
	color: #636563;
	text-decoration: none;
	font-size: 12px;
}
H1 {
	color: #8C8600;
	font-size: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 9px;
	margin: 0px;
}
.header {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	height: 130px;
}

.saperator {
	background-image: url(../images/dottedline.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	width: 1px;
}
.topnav {
	background-image: url(../images/topnav_grd.jpg);
	background-repeat: repeat-x;
	padding-left: 25px;
}
.topnav a {
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 26px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F5B478;
	padding: 0px;
	margin-right: 12px;
	margin-left: 12px;
}
.topnav a:hover {
	text-decoration: none;
	color: #F9CA9B;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.leftnav {
	font-size: 14px;
	color: #F7F7E6;
	background-image: url(../images/butn_grd.gif);
	background-repeat: no-repeat;
	text-align: center;
	height: 32px;
}
.leftnav a, .leftnav a:visited {
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	line-height: 30px;
	text-align: center;
}
.leftnav a:hover {
	color: #8C8600;
	background-color: #FFFFFF;
	padding: 1px;
}





.footer {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #E57E20;
	font-size: 11px;
	color: #636563;
	text-align: center;
	padding: 7px;
	line-height: 16px;
}
.footer a, .footer a:visited {
	font-size: 11px;
	color: #7B7D7B;
	padding: 3px;
	line-height: 16px;
}
.copyrt {
	background-color: #D6D3CE;
	color: #E57E20;
	font-size: 11px;
	text-align: center;
	padding: 3px;
}
