@CHARSET "ISO-8859-1";

body {font-size: 11pt; font-family: Arial, Helvetica, sans-serif; color: black; margin: 0; padding: 0; background-color: #d9ccb2;}
a:link {color:#005b7f;text-decoration: none;}
a:visited {color: #9f342f; text-decoration: none;}
a:hover {color: #324119; text-decoration: underline;}
a:active {color: #db7f15; text-decoration: none;}
h1 {font-family: Tahoma, Geneva, sans-serif; font-size: large; font-weight: bold; color: #46321b;}
h2 {font-family: Tahoma, Geneva, sans-serif; font-size: large; font-weight: bold; color: #ab7e3b;}
h3 {font-family: Tahoma, Geneva, sans-serif; font-size: medium; font-weight: bold; color: #19140a;}
h4 {font-family: Tahoma, Geneva, sans-serif; font-size: 14pt; font-weight: bold; color: #19140a; text-align: center;}
p {margin-top: 10px; line-height: 150%;}
ul {font-size: 10pt; line-height: 150%;}
ul.index {font-size: 11pt;}
.ctr {text-align: center;}
#header {
	width: 100%;
	height: 100px;
	position: fixed;
	top: 0;
	background-color: #716650;
	background-image: url('../img/mapback.png');
	background-position: center;
	border-bottom: 2px solid black;
}

#hcontent {
	width: 1000px; 
	margin: auto;
	padding: 10px;
}
#main {
	position: relative;
	top: 120px;
	clear: all;
	width: 1000px; 
	margin: auto;
	padding: 10px 10px 20px 10px;
	background-color: #fcf5e6;
}
#narrow {
	position: relative;
	top: 120px;
	clear: all;
	width: 600px; 
	margin: auto;
	padding: 10px 10px 20px 10px;
}

#title {
	width: 100%;
	height: 44px;
	padding: 10px 0 0 0;
	margin: 0 0 10px 0;
	font-size: 20pt;
	font-family: Verdana, Tahoma, sans-serif;
	font-weight: bold;
	color: white;
}
#title a{color: white; text-decoration: none; font-size: 20pt;}

#navbar {
	width: 100%;
	height: 26px;
	margin: auto;
	font-weight: bold;
}
#navbar a:link {
	display: block;
	height: 14px;
	float: left; 
	top: 68px;
	color: lightgray;
	font-size: 10pt;
	padding: 5px 10px;
	margin: 1px 0 1px 0;
}

#navbar a:hover {
	display: block;
	height: 14px;
	float: left; 
	bottom: 0;
	background-color: #005b7f;
	color: white;
	font-size: 10pt;
	padding: 5px 10px;
	text-decoration: none;
	margin: 0 -1px 0 -1px;
	border: 1px solid #324119; 
}

#navbar a:visited {
	display: block;
	height: 14px;
	float: left; 
	bottom: 0;
	color: lightgray;
	font-size: 10pt;
	padding: 5px 10px;
	margin: 1px 0 1px 0;
}
#pic {float: right; margin: 15px 0 10px 30px; padding: 5px; background-color: #d9ccb2;}
.album {border: 1px solid #324119; padding: 10px; border-collapse: collapse;}

.quote {font-size: 12pt; font-family: serif; font-style: italic; margin-top: 20px; margin-bottom: 5px;}
.name {font-weight: bold; font-size: 10pt; margin-bottom: 30px; margin-top: 5px;}
