@charset "utf-8";

/* Sepetmeber 10, 2011 */

/*body,td,th { font-size:24px; color:#000; }*/
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 */
}

.Year { 
	position:absolute; 
	margin:0px; 
	padding:0px; 
	left:42px;
	width:100px; 
	top:-5px; 
	text-align:center; 
	font-size:44px; 
/*	font-family:Arial,Helvetica,sans-serif;  */ 
	font-weight:bold; 
	background-color:transparent; 
	border-width:0px;
	border-style:none; 
	z-index:200;
}

.HeaderRight { 
	position:absolute; 
	margin:0px; 
	padding:0px; 
	left:742px;
	width:532px; 
	top:2px; 
	text-align:left; 
	font-size:18px; 
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold; 
	background-color:transparent; 
	border-width:0px;
	border-style:none; 
	z-index:200;
}

.HeaderCenter { 
	position:absolute; 
	margin:0px; 
	padding:0px; 
	left:0px;
	width:1240px; 
	top:2px; 
	text-align:center; 
	font-size:36px; 
/*	font-family:Arial, Helvetica, sans-serif;  */   
	font-weight:bold; 
	background-color:transparent; 
	border-width:0px;
	border-style:none; 
	z-index:200;
}

.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;
	border-width:0px; 
	border-style:none; 
}

.Logo{
	position:absolute;
	margin:0px;
	padding:0px;
	width:160px;
	height:40px;
	z-index:30;
	font-size:32px;
	font-weight:bold;
	text-align:center;
	overflow:visible;
	color:#000;
	border-width:0px; 
	border-style:none; 
}

.Text {
	position:absolute;
	margin:0px;
	padding:0px;
	width:1200px;
	height:33px;
	z-index:30;
	font-size:18px;
	text-align:left;
	overflow:visible;
	color:#000;
	left: 3px;
	top: 440px;
	border-width:0px; 
	border-style:none; 
}

.Copyright {
	position:absolute;
	margin:0px;
	padding:0px;
	height:16px;
	width:700px;
	z-index:200;
	font-size:10px;
	font-weight:bold;
	text-align:left;
	overflow:visible;
	color:#000;	
	left:548px;
	top:746px;
	border-width:0px; 
	border-style:none; 
}

/* Used for showing picture icons of legacies */
.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;
}



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;
}




/* 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 */

#HeaderDiv{
	position:absolute;
	margin:0px;
	padding:0px;
	left:1px;
	top:1px;
	width:1260px;
	height:40px;
	border-width:0px;
	border-style:none;
}

#YearSlider {
	position:absolute;
	margin:0px;
	padding:0px;
	background-color:transparent;
	z-index:200;
	width:8px;
	overflow:hidden;
	border-width:0px;
	border-style:none; 
}

#MapDiv {
	position:absolute;
	margin:0px;
	padding:0px;
	border-width:0px;
	border-style:none;
	left:-6px;
	top:44px;
	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*/

#FooterDiv{
	position:absolute;
	margin:0px;
	padding:0px;
	left:66px;
	top:720px;
	border-width:0px;
	border-style:none;
	z-index:100;
}



/* +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;} */   

