/* Hide things that don't need to be printed */
.navigation, .sub-nav, #action-center, #content-sub, hr {
  display: none !important;
}

/* Base stuff */
html {margin: 0; padding: 0;}
body {
  font: 12px/1.5 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
  margin: 0;
  padding: 0;
}
#content h3 a {
  font-size: .85em;
  font-weight: bold;
  text-decoration: none;
}
h2 {
  border-top: 1px dashed #666;
  border-bottom: 1px dashed #666;
  font: 2em georgia, "Times New Roman", times, serif;
  line-height: 1;
  padding: 1em 0;
}
#footer {
  border: 1px solid #999;
  font-size: .85em;
  line-height: 1.2;
  margin: 1em 0; padding: .5em;
  text-align: center;
}
#disclaimer {margin: 0; padding: 0;}
