﻿/* CSS Document for print only*/
/* Remove all unnecessary elements, and make the ones that survive black text on white background */
body {margin: 0.6em; background: none #fff; }



html, body{ 
 margin:0.6em;
 background: #ffffff none;
}
 
#topbar, #topimages, #first, #second, #topleftimage, #toprightimage, #secondtab, #firsttab, #fourthtab, #hometopbar, #breadcrumbs 
{
display: none;
}

middletext, bottomleft, bottomright, #third, #footerimage, #pagewidth, #thirdtab
{
float: none; width: auto; margin: 0; padding: 0; background: #ffffff; text-align: left;
}


#third:before {content: "This is a printer-friendly version. The navigation and other unnecessary elements have been removed."; 
display: block; margin-bottom: 3mm; background: #f9f8e4; text-align: center; padding-left:3px; padding-right:3px; padding-top:3px; padding-bottom:2px }

a:link:after,
a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}

img { content: attr(alt); width: auto; height: auto; }