/* CSS Document */

body {
	background: #fff;
	line-height:1.4;
	font-size: 12pt;
}

.HeaderImage, #PrimaryNavigation, .SecondaryNavigation, .noprint, #Footer, #Header, #ArticleLeft {display: none;}

#ContentArea, #wrap, #ArticleWrap, #transition_wrap, #datamap_wrap, #sitemap_wrap {
	width: auto;
   	margin: 0 5%;
   	padding: 0;
   	border: 0;
  	float: none !important;
   	color: 000;
   	background: transparent none;
	text-align:left !important;
	position:fixed;
	left:5px;
	top:10px;
}

a:link, a:visited {
   color: #333;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
}

a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   font-weight: normal;
   color: #666;
}
   

