html, body {
margin: 0;
padding: 0;
height: 100%;
overflow: hidden;
}

#map {

/*	width: 1024px;
	height: 768px;
*/
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}


#maptitle {
	position: absolute;
	top: 20px;
	left: 70px;
	width: 200px;
	padding: 3px;
	background: white;
    border: 1px solid blue;
    background-image: /images/Legend.png;
    text-align: center;
}
.pm_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.pm_heading {
	background-color: #3366FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.pm_gmap_help {
	background-color: #3366FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #FFFFFF;
}

.pm_table {
	background-color: #e9f1ee;
	border: none;	
}

.pm_note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF3300;
}

.pm_cap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

h3 {
	background-color:#3366ff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height:normal;
	margin-bottom: 0;

	
}

DIV.footer { background: #fff; padding: 8px 8px; color: #454545; font-size: 10px; font-family: Verdana, Arial }
DIV.footer2 { float: left;  background: #fff; padding: 8px 8px 0 0; color: #454545; font-size: 10px; font-family: Verdana, Arial}

IMG { border: 8px none; color: #fff }

