/*  boxes  */
#z2c2box1 {
	width: 100px;
	float: left;
	background-color: #e3411d;
	height: 100px;
	border-top: 5px solid #000000;
	border-bottom: 5px solid #000000;
	border-right: 5px solid #000000;
	}
#z2c2box2 {
	width: 100px;
	float: left;
	background-color: #3c7bab;
	height: 100px;
	border-top: 5px solid #000000;
	border-bottom: 5px solid #000000;
	border-right: 5px solid #000000;
	}
#z2c2box3 {
	width: 100px;
	float: left;
	background-color: #3c7bab;
	height: 100px;
	border-top: 5px solid #000000;
	border-right: 5px solid #000000;
	border-bottom: 5px solid #000000;
	}
#z2c2box4 {
	float: left;
	width: 100px;
	height: 100px;
	border-top: 5px solid #000000;
	border-right: 5px solid #000000;
	border-bottom: 5px solid #000000;
	margin-right: 10px;
	}
		
#map_1, #map_2, #map_3 {
	width: 500px; 
	height: 400px;
	margin-bottom: 5px;
	margin-left: 20px;
}	
.maplegend p {
	color: #006;
	font-size: 90%;
	font-weight:bold;
	font-style:italic;
	text-align: left;
}
