@charset "utf-8";

/* (c) 2006-2007 MHC */
body {
 color: black;
}

#nav, #blurb {
 display: none;
}

*, html, body, #container, #body, #foot {
 background: none;
 margin: 0; padding: 0;
 border: none;
}

.printonly {
 display: inline;
}

#head {
 text-align: left;
 border-bottom: .5pt solid black;
}

#head h1#vector-logo {
 color: black;
}

#foot {
 border-top: 1pt solid black;
 margin-top: 1em;
 padding-top: .5em;
}

/* Move the address up to the top, like a letterhead */

#foot-address {
 position: absolute;
 top: 0;
 right: 0;
 width: 3in;
 font-family: "Times New Roman", "Times", serif;
}

/* Hide/show parts of the footer inappropriate
  for a letterhead */

#foot-address .byline {
 display: none;
}
#foot-address .url {
 display: inline;
}

div.figure img {
 background: transparent;
 padding: 0;
}