/* ----------------- Main Formatting Section - Outside Background Color & Text Formatting ----------------------------- */ 

body {
        max-width: 1050px;
        background-color: #ffffff; 
        font-family: Verdana, Arial, sans-serif;
        font-size: 93%;
        color: #000;
        margin: auto;
        padding: 0;
        text-align: center;
}

/* --------------------------- Background Colors for Table Cells -------------------------------- */

td.headerbg {
        background-color: #000066;
        height: 100px;
}

td.spacerbg {
        background-color: #000066;
        height: 50px;
        width: 15%;
}

td.contentbg {
        background-color: #fff;
        border-left: 1px solid #000066;
        border-right: 1px solid #000066;
        border-bottom: 1px solid #000066;
}

td.rightbg {
        font-size: 93%;
        color: #000;
        background-color: #cccccc;
        border-right: 1px solid #000066;
}

td.leftbg {
        background-color: #cccccc;
        font-size: 86%;
        color: #000;
        margin-left: 10px;
        background-color: #cccccc;
        border-left: 1px solid #000066;
}

td.footerbg {
        font-size: 86%;
        background-color: #cccccc;
        border-left: 1px solid #000066;
        border-right: 1px solid #000066;
        border-bottom: 1px solid #000066;
}


/* ----------------------------- Header Fonts ------------------------------ */
h1 { font-family: Verdana, Arial, sans-serif; font-size:140%; color:#000066; text-align: center}
h2 { font-family: Verdana, Arial, sans-serif; font-size:115%; color:#000066; text-align: center}
h3 { font-family: Verdana, Arial, sans-serif; font-size:110%; color:#000000; text-align: center}
h4 { font-family: Verdana, Arial, sans-serif; font-size:105%; color:#000000; text-align: center}

font.f1 {
        color: #000066;
        font-weight: bold;
        font-style: italic;
        font-size: 110%;
        text-align: center;
}

font.f2 {
        font-size: 11px;
        text-align: center;
}

/* ------------------------------------ Graphic Bullet Points -------------------------------------- */
ul.1 {
list-style-type: none;
}
li.2 {
background-image: url(image-files/bullet.gif) 0px 3px no-repeat;
padding-left: 20px;
margin-bottom: 10px;
}

/* Max-Width Commands for Internet Explorer */

.main-table {
         width: expression(document.body.clientWidth > 1052? "1050px": "auto" );
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
}

/* ------------------- Table's Font Family, Size, & Color ------------------------- */
table {
        font-family: Veranda, Arial, sans-serif;
        font-size: 100%;
        color: #000;
        padding-top: 2px;
        padding-right: 2px;
        padding-bottom: 2px;
        padding-left: 2px;
}

.note {
        font-family: Veranda, Arial, sans-serif;
        background-color: #fff; 
        font-size: 100%;
        color: #cccccc;
        font-weight: bold;
        font-style: italic;
} 
