div.map{
	float: left;
	position:relative;
	width:50%;
	height:100%;
	left: 1px;
	top: 1px;
	z-index: 1;
	visibility: visible;
}

div.theright{
	width:400px;
	float: right;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

div.overview{
	float: right;
	font-size: 70%;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

div.legend{
	float: left;
	position:relative;
	width:10px;
	height:100%;
	left: 1px;
	top: 1px;
	z-index: 0;
	vertical-align:text-bottom;
	text-align: middle;
	visibility: visible;
}



p.mapcopyright {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 75%;
	font-style: normal;
	font-weight: lighter;
}

img.clickable{
	cursor: hand
}
p {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: lighter;
	color: #000000;
	text-decoration: none;
	text-align: left;
	vertical-align:text-bottom;
    line-height: 115%	
}

div.helppopup{
	position:absolute; 
	left:300px; 
	top:300px; 
	width:450px; 
	height:200px; 
	z-index:500;
	visibility: hidden; 
	background-color: #FFFFFF; 
	layer-background-color: #FFFFFF; 
	border: 1px solid #999999;
	text-align: center;
}


p.message {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 110%;
	font-style: normal;
	font-weight: lighter;
	color: #000000;
	text-decoration: none;
	text-align: center;
	vertical-align:text-bottom;
    line-height: 115%	
}
