 html
 {
    height: 100%;
 }
 body
    {   
        padding-top: 0px;
        height: 100%;
        margin: 0;
        font-family: verdana;
        font-size: 12pt;
        color: #0000c0;
        background-color: #0078b6;
    }
    h1
    {
        font-size: 18pt;
        border-bottom: solid 1px #ffffff;
        font-weight: 700;
        padding-top: 0px;
        font-family: Times New Roman;
        color: #ffffff;
    }
    div.main
    {
        /*background-color: white;*/
        width: 750px;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
        overflow: auto;
        padding-left: 5px;
        padding-right: 5px;
        background-image: url(../images/bg_fade_blue.gif);
        background-repeat: repeat-x;
        background-color: #e0f4fc;
    }
    div.sub_main
    {
        /*background-color: white;*/
        width: 730px;
        margin-left: auto;
        margin-right: auto;
        overflow: auto;
        padding-left: 2px;
    }
    div.banner
    {
        width: 730px;
        height: 25px;
        text-align: center;
        vertical-align: baseline;
        color: #ffffff;
        padding-top: 10px;
    }
    div.image_container
    {
        width: 355px;
        float: left;
        padding-right: 5px;
    }
    div.text_container
    {
        width: 470px;
        float: right;
        overflow: auto;
        padding-left: 5px;
    }
    img
    {
        border: none;
    }
    .bannerlink:link, .bannerlink:visited
    {
    text-decoration: none;
    color: #ffffff;
    font-size: 10pt;
    }
    .bannerlink:hover
    {
    text-decoration: underline;
    color: #ffffff;
    font-size: 10pt;
    }
    .bannerlink:active
    {
    text-decoration: none;
    color: #ffffff;
    font-size: 10pt;
    }
