/* 
    Document   : cpuc_print
    Created on : Jun 10, 2011, 4:42:33 PM
    Author     : ShollyB
    Description:
        CSS for print layout.
*/

/* CSS RESET */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
    padding: 0;
    margin: 0;
    font-size: 11pt;
    font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 30pt; list-style: decimal; }
ul { padding-left: 30pt; list-style:disc; }
q:before, q:after { content:''; }
/* END CSS RESET */

/* do not print left column or footer*/
#left_column { display: none;}
#footer { display: none; }

h1 { font-size: 1.5em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.0em; }

#banner { padding-left: 130pt; }
#banner img { 
    float: left; 
    margin-left: -130pt;
}
#banner h1 { font-size: 1.2em; }
#banner h2 { font-size: 1.7em; }
#banner h3 { font-size: 1em; }
#banner h1, h2, h3 {
    margin-bottom: .5em; 
    margin-top: .5em; 
    line-height: 1.1em;
}

.indent { padding-left: 30pt; }
.nobullet { list-style: none; }
.update { font-style: italic; }