/*---------- PRINTER STYLE SHEET ----------*/

#header, #navigation, #main_nav, #sub_nav, #buttonone, #buttontwo, #search, #bottomnav, IMG {display: none;}

#copyright {
    border-top: 3px groove black;
    padding-top: 10px;
    margin-top: 10px;
    font: 10pt Arial, sans-serif;
}

#main_content {
    padding: 10px 0px 10px 100px;
    border-top: 3px groove black;
}

#main_content P {
    color: black;
    font: 12pt Georgia, Times, serif;
    margin-top: 5px;
    margin-bottom: 10px;
    text-indent: 1em;
    text-align: justify;
}

#main_content A {
    color: navy;
    text-decortation: underline;
}

#main_content H1 {
    font: 24pt Arial, sans-serif;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 10px;
}

#main_content H2 {
    font: 18pt Arial;
    font-weight: bold;
    margin-bottom: 5px;
}

#main_content H3 {
    font: 16pt Arial;
    font-weight: bold;
}

#main_content UL {
    margin-left: 30px;
    font: 10pt Arial, sans-serif;
}

#main_content LI {
    list-style-type: square;
    margin: 0px;
    padding: 0px 50px 0px 0px;
}