@charset "UTF-8";
/* CSS Document */

div.mapContainer {
	width:880px;
}

div.title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
}

div.subtitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
}

td#header {
	
}

div.headerText {
	font-family:"Times New Roman", Times, serif;;
	font-size:14px;
	padding-top:20px;
	padding-bottom:5px;
}

td#footer {
	
}

div.footerText {
	font-family:"Times New Roman", Times, serif;;
	font-size:12px;
	color:#999999;
	padding-top:20px;
}

a.footerLink {
	font-family:"Times New Roman", Times, serif;;
	font-size:12px;
	color:#999999;
}

div.componentOutline {
	width:879px;
	height:660px;
	border:thin #000 solid;
}

#legendButton {
	position:absolute;
	top:625px;
	left:780px;
}


#ImageContainer {
	width:880px;
}

#legendContainer {
	display:none;
	
	width:880px;
	height:660px;
	position:absolute;
	top:67px;
}

#legend {
	position:relative;
	top:100px;
	
}
