 *
{ 
padding: 0; 
margin: 0; 
border: 0; 
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #765830;
	background-image:url(bannerBackground.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#superContainer {
	width: 964px;
	top: 20px;
	margin: 0 auto; /*center design*/
	text-align: left;
} 
#header {
	background-image: url(topBanner.jpg);
	background-repeat: no-repeat;
	height: 90px;
	width: 964px;
	margin-top: 40px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
} 
#header a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
} 
#sectionTitleBar{
	background-image: url(titleBar.jpg);
	background-repeat: no-repeat;
	float: right;
	width: 779px;
	height:50px;
}
.sectionTitle{
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 27px;
	padding-left: 25px;
}
#menuBar{
	background-image: url(leftBar.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 185px;
	height: 605px;
	margin-top: -110px;
}
#menuOptions {
	width: 170px;
	font-size: 12px;
	margin-top: 180px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 15px;
}
#menuOptions ul {	
	list-style: none;
	width: 150px;
	margin: 0 0 20px 0;
	padding: 0;
}	
#menuOptions li {
	margin-bottom: 4px;
}
#menuOptions li a {
	font-weight: bold;
	height: 20px;
	color: #765830;
	display: block;
	padding: 6px 0 0 10px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #a8c070;
	text-decoration: none;
}	
#menuOptions li a:hover {
	color: #ffffff;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #765830;
}
#leftContent {
	float: left;
	width: 472px;
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 25px;
} 

#leftContent li{
	margin-left: 30px;
	padding-left: 5px;

}
#rightContent {
	float: right;
	width: 257px;
	padding-top: 25px;
} 
#rightContent img {
	padding-left: 25px;
	padding-bottom: 25px;
} 
.contentTitle{
	color: #765830;
	font-size: 24px;
}
#footer { 
	background-image: url(bottomBar.jpg);
	background-repeat: no-repeat;
	height: 91px;
	width: 964px; 
	clear: both;
	margin: 0 auto;
}
.style1 {
	font-size: 14px;
	font-weight: bold;
}
