
    html, body {
    font:                       10pt Arial, Verdana, Helvetica, sans-serif;
    color:                      #eeeeee;
    padding:                    0px;
    margin:                     5px;
    background-color:           #001337;
    text-align:                 center;
    }

    div#siteContainer {
    margin:                     0px auto;
    width:                      802px;
    text-align:                 left;
    }

/*  ---------------------------------------------------------------------
        main sections
    --------------------------------------------------------------------- */

    div#siteHeader {
    position:                   relative;
    width:                      807px !important;
    height:                     175px;
    }

    div#siteHeader span#siteHeader_bottom {
    position:                   absolute;
    width:                      216px;
    height:                     34px;
    margin-left:                0px;
    margin-top:                 175px;
    }

    div#gtLink {
    position:                   absolute;
    margin-left:                715px;
    margin-top:                 -5px;
    font-size:                  x-small;
    }

    div#siteBodyWrapper {
    width:                      801px;
    border-right:               1px #8d8c0f solid;
    background-color:           #001337;
    }

    div#siteFooter {
    width:                      776px !important;
    height:                     13px;
    margin-left:                26px;
    }

/*  ---------------------------------------------------------------------
        body wrapper subsections
    --------------------------------------------------------------------- */

    div#siteBodyWrapper_rightCol {
    margin-left:                26px;
    width:                      100% auto;
    border-left:                1px #8d8c0f solid;
    background-color:           #13284f;
        min-height:             382px;
        height:                 auto !important;
        height:                 382px;  
    }


    div#siteBodyWrapper_rightCol_header {
    position:                   absolute;
    margin-left:                45px;
    margin-top:                 20px;
    line-height:                21px;
    font-size:                  10pt;
    font-weight:                400;
    color:                      #FFFFFF;
    }

    div#siteBodyWrapper_rightCol_body {
    padding:                    10px 7px 10px 10px;      
        min-height:             313px;
        height:                 auto !important;
        height:                 313px;
    }

    div#siteBodyWrapper_rightCol_footer {
    height:                     4px;
    }


/*  ---------------------------------------------------------------------
        extras
    --------------------------------------------------------------------- */
    #copyright {
    display:                    block;
    line-height:                14px;
    font-size:                  7pt;
    color:                      #001337;
    text-align:                 center;
    }

   .sectionHeader {
    font-weight:                bold;
    font-size:                  12pt;
    }

    p { 
    margin-top:                 0px;
    }

    table {
    font:                       10pt Arial, Verdana, Helvetica, sans-serif;
    }
 
    ul {
    margin-top:                 5px;
    }

    ul.bullets li {
    padding-bottom:             8px;
    list-style-type:            square;
    }

    @media print {
    /* hide these sections when printing */
    #siteHeader, #siteFooter, #siteBodyWrapper_leftCol { display:none; }
    #siteBodyWrapper_rightCol { width:100%; margin:0px; padding:0px; clear:both; }
    }

    /*
    a img {
    opacity:                    0.5;
    -moz-opacity:               0.5;
    -khtml-opacity:             0.5;
    filter:                     alpha(opacity=50);
    }

    a:hover img {
    opacity:                    1;
    -moz-opacity:               1;
    -khtml-opacity:             1;
    filter:                     alpha(opacity=100);
    }
    */

