@charset "utf-8";
/* CSS Document */

 body {
	background-color: #EDDCA9; 
	font-family: Arial;
 }
 #wrapper {
	border: 1px solid #000; 
	background-color: #fff;
 }
 #nav {
	background: url(images/navBG.jpg) repeat-x; 
	height: 48px;
 }
 #nav ul {
	 margin-top: 10px;
 }
 #nav ul li {
	display: inline; 
	margin-right: 20px;
	
 }
 #nav ul li a {
	color: #fff;
	text-decoration: none;
 }
.style4 {	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #596527;
}
.style5 {	font-size: 14px;
	font-weight: bold;
}

#homeList li {
 padding-bottom: 10px;	
}
#homeList li a {
 color: #333;
 font-size: 14pt;
}

h1 {
 font-size: 16pt;
 color: #276562;
}