body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5E3F00;
	background-color: #BAC5BE;
	line-height: 22px;
}
#container {
	width: 800px;
	background-color: #ECE9D8;
	border: 1px solid #839689;
}
#container #toptitle {
	line-height: 50px;
	height: 80px;
}
#container #toptitle h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #996600;
	display: none;
}

#container #banner {
	height: 217px;
	float: none;
	width: 800px;
	margin: 0px;
	padding: 0px;
}
#menu {
	float: left;
	height: 215px;
	width: 230px;
	display: block;
	margin: 0px 25px 0px 0px;
	padding: 0px;
	text-align: center;
}
#menu ul {
	list-style-type: none;
	margin: 0px;
	display: block;
}

#menu a {
	line-height: 35px;
	text-decoration: none;
	width: 150px;
	padding-left: 20px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #996600;
	display: block;
	font-weight: normal;
	font-style: italic;
}
#menu a:hover {
	background-color: #F2F0E6;
	color: #533800;
}
.clearboth {
	clear: both;
	float: none;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	text-align: right;
	margin-top: 20px;
	margin-right: 20px;
}



#container #banner #slideshow {
	float: left;
	height: 217px;
	width: 532px;
	display: block;
}
#container #content {
	clear: both;
	float: none;
	margin: 0px;
	padding: 0px;
}
#container #content #left_col {
	float: left;
	width: 215px;
	padding: 20px;
	font-style: italic;
	color: #333333;
}
#container #content #left_col a {
	color: #48574F;
	text-decoration: none;
	font-weight: bold;
}
#container #content #left_col a:hover {
	color: #281C00;
}

#container #content #main {
	float: left;
	width: 532px;
	text-align: left;
	margin-top: 20px;
}
#container #content em, #container #content #main em {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #48574F;
	font-family: Georgia, "Times New Roman", Times, serif, "Adobe Caslon Pro";
}
#container #content h3, #container #content #main h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #48574F;
}

#container #content h4, #container #content #main h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #5A6B61;
}
#container #content #main a {
	font-weight: bold;
	color: #48574F;
}
.imageborder {
	border: 1px solid #000000;
}

#container #bottomnav {
	height: 24px;
	line-height: 24px;
}
#container #bottomnav a {
	color: #996600;
	font-weight: bold;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
#container #bottomnav a:hover {
	color: #48574F;
}




#footer {
	color: #CCCCCC;
	background-color: #996600;
	clear: both;
	float: none;
	height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 24px;
}
#container #footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#container #footer a:hover {
	color: #CCCCCC;
}
