/******************************************************************************
 PAGE LAYOUT SETTINGS
*****************************************************************************/
/* Page Header settings */
div.header_container
{
    display: none;
}

/* Page Center settings */
div.center
{
    position: relative; 
    width: 100%;
    height: 400px;
    background-color: #FFFFFF;
}

/* Center Container Settings */
div.center_container
{
    position: relative;
    width: 800px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;    
}

/* Page footer position and dimensions */
div.footer
{
    display: none;
}

/* Page menu position and dimensions */
div.menu_container
{
    display: none;
}

/* Page top position and dimensions */
div.top
{
    display: none;
}
/* Page data position and dimensions */
div.data, div.data2, div.data3
{
    width: 700px;
    border: none;

}
div.data_container
{
    postion: absolute;
    left: 0px;
    top: 0px;
    width: 700px;
    border-style: none;    
}
/* Body settings (for background and margins) */
body.page_body
{
    margin: 0px;
    background-color: #FFFFFF;
    font-family: arial;
}
/*keep borders on tables*/
div.data table, div.data2 table, div.data3 table
{
    border: 1px solid #000000;
    
}
