﻿DIV.div_main
{
    position: absolute;
    width: 714px;
    top: 160px;
    left: 260px;
}

/************************************************************
NOTE: the div_footer class will be overridden on some of the
      individual pages only changing the margin-top attribute
*************************************************************/
DIV.div_footer
{
    margin-top: 30px;
    position: absolute;
    left: 50px;
    padding-bottom: 50px;
}

DIV.div_footer_text
{
    text-align:center;
    font-weight: normal;
    font-family: helvetica;
    font-size: 8pt;
}

/*** Begin Styles for the Image panels ***/
DIV.div_top_left
{
    border-width: 0px;
    padding: 0px, 0px, 0px, 0px;
    position: absolute;
    left: 0px;
    top: 0px;
}

DIV.div_top_right
{
    border-width: 0px;
    padding: 0px, 0px, 0px, 0px;
    position: absolute;
    left: 252px;
    top: 0px;
}


DIV.div_side_left
{
    border-width: 0px;
    padding: 0px, 0px, 0px, 0px;
    position: absolute;
    left: 0px;
    top: 131px;
}

/*** End Styles for the Image panels ***/

/*** Begin Styles for the Menu div ***/
DIV.div_menu
{
    font-weight: 600;
    font-family: helvetica;
    font-size: 9pt;
    border-width: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    position: absolute;
    left: 258px;
    top: 136px;
}

TD
{
    vertical-align: middle;
}

TD.td_menu_main
{
    padding-right: 15px;
    padding-left: 0px;
}

TD.td_menu_right
{
    padding-left: 0px;
    padding-right: 0px;
}
/*** End Styles for the Menu div ***/

