/* ***********************************************************************
 * Formatting
 * *********************************************************************** */

BODY {
    background-color: white !important;
    color: black !important;
}

/*
(could save some ink with this)

DIV.pullQuoteWrapper {
    background-image: none;
    border: 1px solid black;
    color: black !important;
}
*/


/* ***********************************************************************
 * Layout
 * *********************************************************************** */

DIV#bodyWrapper {
    width: 723px;
}

IMG#logo,
DIV#footer {
    padding-left: 0 !important;
}

DIV#cffLogo {
    clear: both;
    float: right !important;
    padding-top: 10px;
}

DIV#pageTitle {
    padding-top: 10px;
    clear: both;
    float: none !important;
}

DIV#pageTitle,
DIV#content,
DIV.contentRule,
DIV#contentBottomRule {
    padding-right: 0 !important;
    width: 650px !important;
}

DIV#headerPhoto,
DIV#leftNav,
DIV#emailPrintLinks,
DIV.pullQuoteDash,
P#backToTopLink,
DIV#footer {
    display: none;
}

