body {
	font-family: "Times New Roman", Georgia, Serif;
	font-size: 14px;
	color: #d0b082;
	text-align: justify;
}


h1 {
	font-family: Garamond, Serif;
	font-size: 36px;
	font-style: italic;
	margin: 0px 0px 30px 0px;
}


h2 {
	font-family: Garamond, Serif;
	font-size: 20px;
	font-variant: small-caps;
	text-decoration: underline;
	margin: 32px 0px 10px 12px;
}


a:link, a:visited, a:active {
	color: #432c17;
	outline: none;
	text-decoration: underline;
}


a:hover {
	color: #fff;
	text-decoration: underline;
}


table {
	margin-left: 24px;
}


td {
	width: 130px;
	height: 24px;
}


.content p {
	line-height: 22px;
	margin: 0px 0px 12px 24px;
}


.content img {
	float: right;
	margin-left: 24px;
	margin-bottom: 24px;
}


a.download_link:link, a.download_link:visited, a.download_link:active {
	color: #cca87b;
	text-decoration: underline;
}


a.download_link:hover {
	color: #fff;
	text-decoration: underline;
}


.map_img {
	float: left;
}


#footer p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	padding-top: 10px;
}


a.mailto:link, a.mailto:visited, a.mailto:active {
	color: #cca87b;
	text-decoration: underline;
}


a.mailto:hover {
	color: #fff;
	text-decoration: underline;
}


.clearer {
	clear: both;
}