/*
This is the print style sheet,
which defines which items will not be visible
or have different formatting on printed pages.
Customized for each project.
*/
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%
    }
body, td, th, p, select, input, a, em, strong, li, ul, span, table {
    font-size: 1em;
    line-height: 24px !important;
    text-align: left
    }
a {
    text-decoration: none !important
    }
table {
    width: auto !important;
    height: auto !important;
    border: 0 !important;
    margin: 0 !impotant;
    padding: 0
    }
.printonly {
    display: block;
    height: 83px
    }
/* Hide the following things */
#skipnav, .top_nav, .breadcrumb, .last_updated, .printer_friendly, .printerfriendly_noleftnav, .calendar_filter, .calendar_nextprev, .downloadmessage, .box_container, .advanced_search, .quick_links, .home_collage, .box_title, .left_links, .box_list, .home_enews, .view_more, #home_buttons, #home_right, .searchbox, .special_title, .leftnav, .toolbox, .adminSpan, .dropdownmenu, .title_wrapper img, .filter, .depthome_right, .title_wrapper a, .forward_link_hyperlink, .forward_link, #header_right, .rss_button, .noprint {
    display: none !important;
    height: 0;
    border: 0 !important
    }
#contentheader {
    border: 0;
    padding: 0;
    margin: 0
    }
.footer {
    border-top: 1px dotted #ccc;
    margin: 0;
    padding: 0
    }
.footer p, footer p a {
    text-align: left;
    margin: 0;
    padding: 5px 0 0 0;
    font-size: 10px;
    font-weight: normal
    }
div, span {
    padding: 0;
    margin: 0;
    float: none !important
    }
.title, .component_title {
    font-size: 2em !important;
    padding: 20px 0 15px 0;
    overflow: visible
    }
.title_subtitle, .component_subtitle {
    padding: 0 20px;
    font-size: 1em !important
    }
.container, .content_container, .container_noleftnav, .container_noleftnav_special, .mainSpan, .component_content {
    font-size: 1em;
    float: none !important;
    width: 700px;
    border: none;
    overflow: visible
    }
.depthome_left {
    width: 95%
    }
.calendar_eventlink {
    font-size: 12px;
    padding: 0 1em
    }
.calendar_othermonthday {
    color: #FFF
    }
.calendar_today {
    color: #000
    }
.calendar_dayheader {
    font-size: 11px;
    text-align: center;
    width: auto
    }
.content, .content_noleftnav, .component_content {
    background-color: #fff;
    margin: 0;
    border: 0;
    padding: 20px
    }