body 
{
  font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans serif;
  background: white;
  font-size: 12pt;
}
#sitemap, #breadcrumb, #header-right
{
  display: none;
}
#wrapper, #content 
{
  width: auto !important;
  max-width: none;
  min-width: none;
  margin: 0 5%;
  padding: 0;
  border: 0;
  float: none !important;
  color: black;
  background: transparent none;
}
#content 
{
  margin-left: 4%;
  padding-top: 0.4em;
  border-top: 1px solid #777;
}
#content a:link:after, #content a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}
#content .toggle-heading a:link:after, 
#content .toggle-heading a:visited:after, 
#content .image-box a:link:after, 
#content .image-box a:visited:after,
#content .table-of-contents a:link:after,
#content .table-of-contents a:visited:after
{ 
  content: "" !important; 
}
#content .collapsable { display: block !important; }
#content .toggle-heading a img { display: none !important; }
#content .image-box a { border: 0; }


