@charset "UTF-8";
body {
	background: #a5a897 url(../images/bg.jpg) repeat-x top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size: .8em;
}
h1 {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.3em;
	font-weight:normal;
	margin: 0;
	padding: 0;
	line-height:53px;
}
h2 {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight:normal;
}
h3 {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight:normal;
}
p {
	font-size: 1em;
}
hr {
	color: #666666;
	width: 70%;
	text-align:center;
}
.content {
	background-color:#f4f2e3;
}
a {
	color: #89a53e;
	text-decoration: none;
}
a:hover {
	background-color: #dddddd;
	text-decoration: underline;
}
/*NAVIGATION */
#underlinemenu ul {
	text-align: center;
	padding-bottom: 13px;
	padding-top: 10px;
	padding-left: 0;
	margin-top: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	background-color: #89a53e;
	color: #ffffff;
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: normal;
	/* fixes Firefox 0.9.3 */
}
#underlinemenu ul li {
	display: inline;
	padding-left: 50px;
	padding-right: 0;
	padding-bottom: 10px;
	/* matches link padding except for left and right */
	padding-top: 10px;
}
#underlinemenu ul li a {
	padding-bottom: 10px;
	padding-top: 10px;
	color: #ffffff;
	text-decoration: none;
}
#underlinemenu ul li a:hover {
	color: #ffffff;
	background-color: #89a53e;
	border-bottom: 3px solid #b6d345;
}
#underlinemenu #first {
	padding-left: 0;
}
#current {
	color: #ffffff;
	border-bottom: 3px solid #ff8400;
}
#welcome {
	padding-left: 25px;
	border-left:1px solid #999999;
}
#welcome h1, #info h1 {
	color: #333333;
	font-size:1.3em;
	font-weight: bold;
	line-height:normal;
}
#welcome h2, #info h2 {
	font-size:1.2em;
	font-weight: bold;
	line-height:normal;
}
#info {
	padding-right: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
#map {
	border: 5px solid #b6d345;
	margin-left: 10px;
}
#footnote {
	padding: 2px;
	color: #666;
	font-size: 10px;
}
#footer {
	padding: 2px;
	color: #fff;
	font-size: 10px;
	text-align:center;
}
.note {
	color:#F00;
}
.small {
	font-size:0.9em;
}