/*
 * Print style sheet for amweek.
 * Author: Josh Kline
 */

body {
    font-family: "Calligraphic 421 BT", serif;
    font-size: "10pt";
}

/* Hide the banner */
h1 img {
    display: none;
}

h1,h2,h3 {
    margin: 0;
    font-size: 12pt;
}

/* Hide the navigation menu */
#navcontainer {
    display: none;
}

/* and at the bottom */

#footer, #othercontent {
    display: none;
}

/* might as well hide submit buttons also */
#submit {
    display: none;
}

#RegistrationHeading {
    display: none;
}

table, td {
  border: 0;
  padding: 0;
}

.printterms {
    display: none;
}

.invisible {
    display: none;
}
