body {
	background-color: #B9C4CC;
	margin: 0;
	padding: 7px 0 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
}
#introbox {
	width: 600px;
	margin-top: 20px;
	margin-left: -300px;
	left: 50%;
	position: absolute;
	margin-bottom: 40px;
	padding: 0px;
}
#mainbox {
	background-color: #FFFFCC;
	border: 1px solid #2E615E;
	width: 760px;
	margin-top: 20px;
	margin-left: -380px;
	left: 50%;
	position: absolute;
	margin-bottom: 40px;
	padding: 0px;
}
#banner {
	background-color: #2E615E;
	float: left;
	height: 87px;
	width: 760px;
}
#topnav {
	background-color: #3D3D14;
	height: 25px;
	float:left;
	width: 760px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B7CDCC;
}
#leftnav {
	width: 130px;
	float: left;
	clear: both;
	padding-top: 85px;
	padding-bottom: 20px;
}
#midcol {
	float: left;
	width: 530px;
	padding-bottom: 20px;
}
#lowernav {
	background-color: #3D3D14;
	height: 25px;
	width: 760px;
	border-bottom-color: #B7CDCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	float: left;
	clear: both;
}
#bottom {
	background-color: #2E615E;
	height: 30px;
	width: 760px;
	float: left;
}

/* text styles */

.breadcrumb {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	float: left;
	width: 500px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #996600;
}
.breadcrumb a:link{
    color: #996600;
	text-decoration: none;
}
.breadcrumb a:visited{
    color: #996600;
	text-decoration: none;
}
.breadcrumb a:hover{
	color: #FF6600;
	text-decoration: none;
}
.breadcrumb a:active{
	color: #FF6600;
	text-decoration: none;
}
.gfxheads {
	height: 52px;
	width: 500px;
	clear: left;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #663300;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.subheads {
	font-size: 13pt;
	font-weight: bold;
	color: #BB5E00;
	margin-top: 20px;
}
.phototext {
	font-size: 9pt;
	font-style: italic;
	color: #C16031;
}
.continue {
	font-size: 11pt;
	font-style: italic;
	font-weight: bold;
	color: #418984;
	margin-left: 20px;
	clear: left;
	width: 500px;
}
.continue a:link{
    color: #418984;
	text-decoration: none;
}
.continue a:visited{
    color: #418984;
	text-decoration: none;
}
.continue a:hover{
	color: #CC6600;
	text-decoration: none;
}
.continue a:active{
	color: #CC6600;
	text-decoration: none;
}
ol {
	font-size: 11pt;
	color: #663300;
	list-style-type: decimal;
}
li {
	margin-top: 5px;
	margin-bottom: 5px;
}
.inlinephoto {
	float: left;
	margin-bottom: 10px;
	margin-right: 20px;
}
.listphoto {
	float: left;
	margin-bottom: 20px;
	margin-right: 15px;
}
.firstparagraph {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
