@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color:transparent;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	border-width:0px; 
	border-style:none; 
	/*text-align:left;*/ /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container */
}

.Short {
	position:absolute;
	margin:0px;
	padding:0px;
	width:99px;
	height:46px;
	z-index:30;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	overflow:visible;
	color:#000;
	left:166px;
	top:323px;
	border-width:0px;
	border-style:none;
}
.Long {
	position:absolute;
	margin:0px;
	padding:0px;
	width:160px;
	height:30px;
	z-index:30;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	overflow:visible;
	color:#000;
	left:274px;
	top:440px;
	border-width:0px; 
	border-style:none; 
}
.Legacy {
	position:absolute;
	margin:0px;
	padding:0px;
	width:300px;
	height:30px;
	z-index:30;
	font-size:16px;
	font-weight:bold;
	text-align:right;
	overflow:visible;
	color:#000;
	left:430px;
	top:440px;
	border-width:0px;
	border-style:none;
}

.HelpLeft {
	position:absolute;
	margin:0px;
	padding:0px;
	width:1200px;
	height:33px;
	z-index:30;
	font-size:18px;
	font-weight:bold;
	text-align:left;
	overflow:visible;
	color:#000;
	left: 3px;
	top: 440px;
	border-width:0px; 
	border-style:none; 
}

.HelpCenter {
	position:absolute;
	margin:0px;
	padding:0px;
	width:1240px;
	height:33px;
	z-index:30;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	overflow:visible;
	color:#000;
	left: 3px;
	top: 440px;
	border-width:0px; 
	border-style:none; 
}

a:link {
	color:#000;
	text-decoration:none;
}
a:visited {
	text-decoration:none;
	color:#000;
}
a:hover {
	text-decoration:none;
	color: #000;
}
a:active {
	text-decoration:none;
	color:#F00;
	font-size: 36px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*body,td,th { font-size:24px; color:#000; }*/


/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
/*display:inline; is a test for IE fix */
#MenuDiv{
	position:absolute;
	margin:0px;
	padding:0px;
	left:0px;
	top:0px;
	width:1260px;
	height:40px;
	border-width:0px;
	border-style:none;
}

#MapDiv {
	position:absolute;
	margin:0px;
	padding:0px;
	border-width:0px;
	border-style:none;
	left:-6px;
	top:45px;
	width:1260;  
	overflow:hidden;
	z-index:10;
}

#HistoryDiv{ 
	position:absolute; 
	margin:0px; 
	padding:0px; 
	left:740px; 
	top:0px;
	background-color:#FF9; 
	border-width:0px; 
	border-style:none; 
	z-index:100;
} /*width,height must be in html file*/

#Year { 
	position:absolute; 
	margin:0px; 
	padding:0px; 
	left:80px; 
	width:100px; 
	top:-4px; 
	text-align:center; 
	font-size:42px; 
	font-family:Arial, 
	Helvetica, sans-serif; 
	font-weight:bold; 
	background-color:transparent; 
	border-width:0px;
	border-style:none; 
	z-index:200;
}

#YearSlider {
	position:absolute;
	margin:0px;
	padding:0px;
	background-color:transparent;
	z-index:200;
	width:8px;
	overflow:hidden;
	border-width:0px;
	border-style:none; 
}





/* +SPRY+ classs HTMLPanel #samplePanel {margin-top:0;padding-top:0px;position:absolute;Left:250px;top:40px;width:300px;height:100px;border:none;text-align:left;overflow:auto;z-index:100;background-color: #FFC;} */   
