html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 font-family : arial,helvetica,sans-serif;
 font-size : 9pt;
} 
 
#pagewidth{ 
 width:779px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:56px; 
 background-color:#FFFFFF; 
 width:100%;
 margin-bottom: 10px;
} 
 
#leftcol{
 width:155px;
 margin-left: 3px;
 float:left; 
 position:relative; 
 border-right: 1px solid #999;
 }
 
#twocols{
 width:620px; 
 float:right; 
 position:relative; 
  }
  
 #pressroomHeader{
  background-image: url(/template/images/pressroom/headerBackground.gif);
  background-repeat: repeat-x;
  margin-left: 10px;
  width: 610px;
  height: 52px;
  margin-bottom: 10px;
 }
 
#rightcol{
 width:201px; 
 float:right; 
 position:relative;
 border-left: 1px solid #999;
 margin-top: 68px; 
 padding-left: 10px;
 }
 
#maincol{background-color: #FFFFFF;  
 float: left; 
 display:inline; 
 position: relative; 
 margin-left: 10px;
  
 padding-top: 32px; 
 }
 
#footer{
 height:72px; 
 background-color:#FFFFFF; 
 clear:both;
 } 
 
 #title{
 }
 
 #maincontent{
 margin-top: 15px;
 position: relative;
 }
 
 #printerFriendlyLink{
 position: absolute;
 }
 
 
 /* *** Chronology Navigation For History Section *** */
 
 #ChronoNavContainer {
	position:relative;
	left:0px;
	top:0px;
	width:200px;
	height:135px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #999999;
} 
 
 #ChronoNav {
	position:relative;
	width:190px;
	margin: 0px 0px 10px 10px;
}

#id1800_ {
	position:absolute;
	left:0px;
	top:70px;
	width:54px;
	height:21px;
}

#id1900_ {
	position:absolute;
	left:54px;
	top:70px;
	width:58px;
	height:21px;
}

#id1950_ {
	position:absolute;
	left:112px;
	top:70px;
	width:53px;
	height:21px;
}

#id1980_ {
	position:absolute;
	left:0px;
	top:91px;
	width:54px;
	height:22px;
}

#id1990_ {
	position:absolute;
	left:54px;
	top:91px;
	width:58px;
	height:22px;
}

#id2000_ {
	position:absolute;
	left:112px;
	top:91px;
	width:53px;
	height:22px;
}
 
 /* *** End Chronology Navigation Section *** */

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

