body {
   background: white;
   font-size: 11pt;
   }
#sidebar1, p.breadcrumbs, #header{
   display: none;
 }
 
 .nonprinted{
	display:none;
 }
 
 div.lightbox{
	position:absolute;
	left:0px;
	top:0px;
 }

.twoColFixLtHdr #mainContent {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }

.twoColFixLtHdr #mainContent {
   margin-left: 0;
   padding-top: 1em;
   }
   
.twoColFixLtHdr #footer {
 	width: auto;
	margin: 0 5%;
	text-align: center; 
}

a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
.twoColFixLtHdr #mainContent a:link:after, .twoColFixLtHdr #mainContent a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
   /*
#mainContent a[href^="/"]:after {
   content: " (http://www.alistapart.com" attr(href) ") ";
   }*/
