/* CSS Document */

body {
	font-family: Arial,Sans-Serif;
	background-color: #FFF;
	color: #000;
	padding: 0px; 
	margin: 0px
	}

p, li {font-size:90%}
li {margin-left:0px; margin-bottom:5px}
.sub {font-size:75%}

div.banner {
	background-color: #f5e2ba; 
	border:10px solid #94b67a; 
	margin:0px; 
	padding-left:0px; 
	border-left:0px; 
	border-right:0px; 
	font-size: 21pt;
	font-weight:bold; 
	text-align:center;
	}
	
span.smallspace {font-size:xx-small}

div.main {
	border: 10px solid #94b67a; 
	border-top:0px; 
	border-left:0px; 
	border-right:0px
	}

div.footer {background-color: #94b67a; font-size: xx-small}

div.navbar {
	background:#f5e2ba; 
	font-size:80%; 
	font-weight:bold; 
	margin:0px; 
	margin-left:5px; 
	padding:1px}

div.prev {float:left; margin:10px}
div.next {float:left; margin:10px}

h1, .heading1 {text-align:center; color:#CC0000; font-size:160%; font-weight:bold; margin-bottom:15px; margin-top:0px}
h2, .heading2 {color:#CC0000; font-size:130%; font-weight:bold}
h3, .heading3 {color:#CC0000; font-size:100%; font-weight:bold}

div.summary {
	float:right; 
	background-color: #66CCFF; 
	border:1px solid #CC0000; 
	width:300px; 
	margin:10px; 
	margin-top:0px;
	font-size:90%
	}

a:hover { background-color: #33CCFF }

div.photo {
	float: right;
	margin: 10px;
	height: 230px;
	}
	div.photo p {
	text-align: center;
	font-size: 70%;
	}

div.mapbox {
	height: 300px;
	width: 500px;
	}
	
div.maptextbox {
	float: right;
	height: 320px;
	width: 500px;
	}
	div.maptextbox p {
	text-align: center;
	font-size: 70%;
	}
	
span.startletter {
	float:left;
	width:0.7em;
	font-size:400%;
	font-family: algerian,courier;
	line-height:80%;
	color:#CC0000
	}

