body{
	margin-top:0;
	background-color: #EEE9E7;
}

#site_nav_container {
	padding-left:5px;
	background-image:url(Images/Color/sub_nav.gif);
	background-image-width:100%
}

.main_nav_list{
	font-family: arial, tahoma, verdana, sans-serif;
	font-style: normal;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #584e3c;
	line-height:20px;
}
.main_nav_list:hover{
	background-image:url(Images/Color/main_nav_active.gif);
	font-family: arial, tahoma, verdana, sans-serif;
	font-style: normal;
	font-size: 10pt;
	font-weight: bold;
	text-decoration:underline;
	color: #433C2E;
	line-height:20px;
}
.ch1 {
  font-family: arial, tahoma, verdana, sans-serif;
  font-style: normal;
  font-size: 28px;
  font-weight: bold;
  text-decoration: none;
  color: #584e3c;
}
.ch2 {
  font-family: arial, tahoma, verdana, sans-serif;
  font-style: normal;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  color: #584e3c;
}
.ch3 {
  font-family: arial, tahoma, verdana, sans-serif;
  font-style: normal;
  font-size: 20px;
  font-weight: bold;
  color: #584e3c;
}
.ch4 {
  font-family: arial, tahoma, verdana, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #584e3c;
}
.text {
  font-family: arial, tahoma, verdana, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #000000;
}
a:hover{
	text-decoration:underline
}
.links {
  font-family: arial, tahoma, verdana, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration:none;
  color: blue;
}