@charset "utf-8";

body, #corpus a, #header, #main, #footer {
    background: white none;
    color: black;
}

body {
    font-size: 10pt;/* yes, really */
}

#corpus, #header, #main, #content, #content .h1container, #content .feature {
    width: 99%;
    margin-left: 0;
    margin-right: 0;
}

#nav, #subnav, #content p.print, #related, #footer {
    display: none;
}

/* Overflow fixes, necessary for Firefox 3.x printing --------------- */

#main {
    overflow: visible !important;
}


/* SOLUTIONS ======================================================== */

#content ul.solutionsList li {
    width: 99%;
}

#content ul.solutionsList li .solutionInfo {
    width: 60%;
    margin-right: 0;
}

#content ul.solutionsList li .solutionCapabilities {
    width: 35%;
}