/*
 * Style sheet loading order is:
 * ie_style.css
 * new_style.css
 * w3c.css
 * 
 * Specify header and footer styles here
 */



/*
 * Header styles
 */

DIV#divHeader {
    
}

DIV#header {
    xxxbackground-image: url('../images/MyBillsOnline/header_bg.gif');
    xxxbackground-repeat: none;
    border-bottom: 2px solid #9d9282;
    float: left;
    xxxheight: 60px;
    xxxpadding-left: 0.5em;
    xxxxpadding-right: 0.5em;
    padding-bottom: 0.5em;
    width: 971px;
}

DIV#header A, DIV#header A:visited {
    xxxtext-decoration: none;
}

DIV#header A:hover {
    xxxtext-decoration: underline;
}

DIV#header A#logotype {
    display: block;
    xxxfloat: left;
    xxxheight: 48px;
    xxxmargin: 16px 0px 10px 5px;
    xxxtext-decoration: none;
    width: 400px;
}



/*
 * Footer styles
 */

DIV#divFooter {
    border-top: 2px solid #9d9282;
    clear: both;
    float: left;
    xxxheight: 26px;
    width: 971px;
}

DIV#footer A, DIV#footer A:visited {
    color: rgb(102, 102, 102);
    font-size: 0.8em;
    margin: 0.1em 0.1em 0em 0.1em;
    text-decoration: none;
}

DIV#footer A:hover {
    text-decoration: underline;
}

DIV#footer A.first {
    margin: 0.1em 0.1em 0em 0em;
}

DIV#footer SPAN#copyright {
    font-size: 0.8em;
}

