/*
 * for use with MEDIA="print"
 * Intended for paged, opaque material and for documents viewed on screen in print preview mode
 *
 * Based on the article "CSS Design: Going to Print"
 *   by Eric Meyer
 *   http://www.alistapart.com/articles/goingtoprint/
 */
body {
   background: white;
   font-size: 12pt;
   }
/*
#menu {
   display: none;
   }
*/
#wrapper, #content {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
div#content {
   margin-left: 10%;
   padding-top: 1em;
   border-top: 1px solid #930;
   }
div#Banner, div#Tools
{
   display: none;
}
a:link, a:visited
{
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
}
div#LocalNavigation a:link, div#LocalNavigation a:visited
{
   color: #520;
   background: transparent;
   font-weight: normal;
   text-decoration: none;
}
a.Link_SkipSection, a:hover.Link_SkipSection , a:visited.Link_SkipSection
a:active.Link_SkipSection
{
   display: none;
}
div#MainContent a:link:after, div#MainContent a:visited:after,
div#References a:link:after, div#References a:visited:after,
div#RelatedPages a:link:after, div#RelatedPages a:visited:after
{
   content: " (" attr(href) ") ";
   font-size: 90%;
}

/*
#content a[href^="/"]:after {
   content: " (http://www.alistapart.com" attr(href) ") ";
   }
*/
