body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.none {
	font-size: 50%;
	padding: 0;
	margin: 0;
}
.footerText {
	font-size: 80%;
	color: #FFF;
	background-color: #004BA8;
}
a.footerText:link {
	color: #FFF;
	text-decoration: none;
}
a.footerText:hover {
	color: #FFF;
	text-decoration: underline;
}
.sectionTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #039;
	font-weight: bold;
	text-transform: capitalize;
}
.blueBackground {
	background-color: #1D51A7;
}
h1 {
	font-size: 120%;
	font-weight: bold;
	color: #369;
}
h2 {
	font-size: 110%;
	font-weight: bold;
}
h3 {
	font-size: 90%;
	font-weight: bold;
	color: #666;
}
p {
	font-size: 90%;
}
li {
	color: #666;
	font-size: 90%;
}
blockquote {
	border: 1px solid #ccc;
	padding: 0 10px 0 10px;
	background-color: #dee;
}
hr {
	color: #039;
	height: 1px;
}
.soon {
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	color: #369;
	width: 90%;
	background-color: #ffc;
	border: 2px dashed #fc0;
	padding: 10px;
}





.mapimg {
	border: 3px solid #000000;
}
.img {
	float: right;
	padding-left: 10px;
/* 	border: 1px solid #333399; */
/* 	padding: 3px; */
}
.mapcontainer {
	position: absolute;
	left: 20px;
	top: 20px;
	font-size: 12px;
	width: 450px;
	border: 2px solid #666666;
	padding: 10px;
}
.mapcontainer .title {
	font-weight: bold;
}