.boxleft {
	margin: 5px;
	padding: 5px;
	float: left;
}
.section {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-decoration: overline;
	border-top: medium double #666666;
	border-right: medium none;
	border-bottom: thin solid #CCCCCC;
	border-left: medium none;
	font-style: italic;
	font-weight: bold;
}
.boxright {
	margin: 5px;
	padding: 5px;
	float: right;
}
.highlight_para {
	text-align: center;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #009999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	border-bottom-color: #009999;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #009999;
	text-decoration: underline;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #006699;
	text-decoration: underline;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #00CCCC;
}
#main {
	border: 1px solid #009999;
	padding: 8px;
	text-align: left;
}
#divMap {
	float: right;
	height: 300px;
	width: 300px;
	padding-top: 10px;
	padding-left: 10px;
}
