/*---------------------------------------------------------------------------
  STYLE SHEET FOR PRINTING. DON'T PRINT NAVIGATION SIDEBAR (LEFT)
  
  This style sheet is included in addition to the general style sheets and
  overrides certain settings there.
  ---------------------------------------------------------------------------*/

body {
  background-image: none;
}

div#nav, div#navbar, div#sitenav {
  display: none;
}

div#main {
  margin-left: 0;
}

div#topbar {
  padding-bottom : 5px;
}

div#logo {
  margin-left: 0;
  border: 1px solid #FF8100;
}

div#header {
  margin-left: 120px; /* The logo is 80 px wide */
  height: 60px; /* + Border around the logo */
}
  
div.topaddress {
  color: black;
}

div#topmenu {
  display: none;
}

div#footer div.fright {
  margin-right: 0;
  max-width: 30%;
}

div#footer div.fleft {
  margin-left: 0;
  max-width: 70%;
}

a, a.extlk {
  color: #000000;
}

a.extlk {
  background: none;
  padding-right: 0;
}

a, a.copyright {
  text-decoration: none;
}

a.extlk:after {
  content: " (" attr(href) ")";
}

a.copyright:after {
  content: attr(title);
}

p {
  margin-right: 5px;
}

.backtotop {
  display: none;
}