
BODY {
    background-color: #EFEFEF;
    margin: 0px 0px 0px 0px;
}


/* ------ TOPMOST LAYOUT TABLE ------- */
TABLE#mainTable {
    width: 760px;
    background-color: #FFFFFF;
    margin: 12px auto 12px auto;
    padding: 0px;
    border: 1px solid #CCCCCC;
}
/* -------------- END --------------- */



/* ------- MAIN CONTENT CELL --------- */
TD#content {
    padding-right: 30px;
}
/* -------------- END -------------- */


TABLE, TR, TD, P, .p, UL, OL, LI { /* required for text in tables, because tables do not inherit from body */
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
}


P, .p, UL, OL, LI {
    color: #666666;
    line-height: 16px;
}

UL {
    list-style-image: url(/global/images/bullet.gif);
    list-style-type: disc;
}




P.homepara {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 13px;
    color: #0070B8;
    line-height: 17px;
    padding: 0px 18px 0px 18px;
}


H1, .h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: -24px;  /* this works for IE windows, don't go tighter. */
    color: #0070B8;
}

.h1Homepage {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    color: #0070B8;
}

H2, .h2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 28px;
    line-height: 36px;
    color: #0070B8;
    margin-bottom: 18px;
}


H3, .h3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #0070B8;
}


IMG {
    border: 0; /* makes sure linked images do not have a border */
}

FORM {
    display: inline;
    margin: 0; /* removes form tag gapping */
    padding: 0; /* removes form tag gapping */
}


.bodyColorBold {
    font-weight: bold;
    font-size: 12px;
    color: #0070B8;
}

.bodyColor {
    font-weight: normal;
    font-size: 12px;
    color: #0070B8;
}


.legalText {
    font-size: 11px;
    line-height: 12px;
    font-style: oblique;
    color: #666666;
    padding-top: 6px;
    padding-bottom: 12px;
    border-top: 1px solid #CCCCCC;
}




/*----------------- LINK STYLES ---------------*/

a:link {
    color: #006699;
    text-decoration: underline;
}

a:visited {
    color: #235974;
    text-decoration: underline;
}

a:hover,
a:active {
    color: #006699;
    text-decoration: underline;
}




/*----------------- NONFLASH NAV STYLES ---------------*/

/* --- main nav --- */
#navbarTop {
    background-image: url(/global/images/navbar-top.gif);
    background-repeat: no-repeat;
}
#navbarTop  a {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}
#navbarTop a:hover {
    color: #FFC11A;
    text-decoration: underline;
}
/* ACTIVE state */
#navbarTop a#active {
    color: #FFC11A;
    text-decoration: none;
}

/* --- sub nav --- */
#navbarBot {
    background-image: url(/global/images/navbar-bot.gif);
    background-repeat: no-repeat;
    padding-top: 3px;
}
#navbarBot  a {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #333333;
    text-decoration: none;
}
#navbarBot a:hover {
    color: #0070B8;
    text-decoration: underline;
}






/*----------------- FOOTER STYLES ---------------*/
TD#footer {
    background-color: #0070B8;
}

#footer P {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FFFFFF;
    line-height: 12px;
    padding-top: 6px;
}

a.footer:link,
a.footer:visited {
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}


a.footer:hover,
a.footer:active {
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: underline;
}


#footer P.copyright {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    line-height: 12px;
    color: #FFFFFF;
    font-weight: normal;
    padding: 6px 50px 18px 50px;
}

