body {
    align: center;
    text-align: center;
    margin: 0px;
    font-family: verdana,sans-serif; 
    background-color: white;
}

table.main {
    border-collapse: collapse;
    width: 940px;
    height: 800px;
    border: 0;
    padding: 0;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    align: center;
}

table.main tr.top {
    height: 9px;
}

table.main tr.bot {
    height: 10px;
}

table.main td {
    border: 0;
    margin: 0;
    padding: 0;
}

table.main .topleft {
    background-image: url(images/left_top_corner.gif);
    height: 9px;
    width: 15px;
}

table.main .topcenter {
    background-image: url(images/top_border.gif);
    height: 9px;
}

table.main .topright {
    background-image: url(images/right_top_corner.gif);
    height: 9px;
    width: 27px;
}

table.main .midleft {
    background-image: url(images/left_border.gif);
    width: 15px;
}

table.main .midright {
    background-image: url(images/right_border.gif);
    width: 27px;
}

table.main .botleft {
    background-image: url(images/left_bottom_corner.gif);
    height: 10px;
    width: 15px;
}

table.main .botcenter {
    background-image: url(images/bottom_border.gif);
    height: 10px;
}

table.main .botright {
    background-image: url(images/right_bottom_corner.gif);
    height: 10px;
    width: 27px;
}

table.main .midcenter {
    background-color:  #BED0DE;
    height: 781px;
    width: 858px;
}

table.main .midcenter div.content {
    height: 781px;
}

table.main .midcenter div.text {
    height: 570px;
    padding: 15px;
}

table.main .midcenter div .header {
    height: 60px;
    font-size: 10px;
    font-family: verdana,sans-serif;
    color: black;
    vertical-align: bottom;
}

table.main .midcenter div img.logo {
    float: left;
    align-vertical: bottom;
    margin-right: 15px;
    position: relative;
    top: 15px;
}

table.main .midcenter div span.headertext {
    align-vertical: bottom;
    margin-right: 15px;
    position: relative;
    top: 30px;
}

table.main .midcenter div .banner {
    height: 91px;
}

table.main .midcenter div .footer {
    height: 30px;
    color: #1D90AB;
    font-size: 10px;
}