/************************************************/
/* 2col_leftNavPrint.css                        */
/************************************************/

#masthead {
    background-color: transparent;
    background-image: none;
}
#masthead #siteName {
    background: transparent url(/art/mcphlogo_print.png) 0px 0px no-repeat;
    padding: 0 0 10px 232px;
}
#masthead h1, #masthead h2, #masthead h3, #masthead h4, #masthead h5 {
    color: #000000;
}
#globalNav {
    display: none;
}
#content {
    float: none;
    width: 100%;
    margin: 0 0 0 0;
    padding: 10px 0 0 0;
}
#navBar {
    display: block;
    background: transparent;
    border-top: 1px dotted #000000;
    border-right: none;
    margin: 0;
    padding: 0;
}
#navBar #search, #navBar #sectionLinks {
    display: none;
}

#navBar a:link:after, #navBar a:visited:after {
    content: " (" attr(href) ") ";
    color: #ff8800;
    font-size: 90%;
}