@charset "UTF-8";
/* CSS Document */

body {
		
}

#legend { position:absolute; left:0px; top:0px; }

#imageDisplayContainer {

	position:relative;
}

#loader {
	left:350px;
	top:400px;	
}
	
#myMagnifier {
	position:relative;
	width:800px;
	height:660px;	
}

div.componentOutline {
	width:880px;
	height:665px;
	border:thin #000 solid;
}

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;
	width:880px;
	padding-top:20px;
}

a.footerLink {
	font-family:"Times New Roman", Times, serif;;
	font-size:12px;
	color:#999999;
}

#bgImage {
	position:relative;
	top:-1px;	
}

