@charset "utf-8";
/* CSS Document */

body {
	background-image: none;
}
#container {
	background-image: none;
}
#mainContent {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}


legend {
	padding: 5px;
	margin-top: 15px;
	font-family: "Times New Roman", Times, serif;
	color: #58A618;
	font-size: 1.2em;
	font-weight: bold;
}
.message {
	color: #006600;
	background-color: #EAFFEA;
	padding: 5px;
	border: 1px solid #009900;
	margin-bottom: 15px;
}
#map {
	float: right;
	height: 200px;
	width: 300px;
	padding: 4px;
	border: 1px solid #3F6EB7;
}
