﻿

#div_body
{
    width: 1003px;
    background-color: White;
    text-align: left;
}

#div_hdr
{
    width: 100%;
}

#div_block_1
{
    width: 100%;
    position: relative;
    display: table-row;
}

#div_block_1_left
{
    width: 240px;
    float: left;
    position: relative;
    top: 0px;
    left: 0px;
}

#div_block_1_center
{
    width: 760px;
    float: left;
    position: relative;
}

#div_block_1_right
{
    float: right;
    width: 0px;
    height: 0px;
    position: relative;
}

#div_block_middle
{
    width: 100%;
    position: relative;
}

#div_block_2
{
    width: 100%;
    position: relative;
    display: table-row;
}


#div_block_2_left
{
    width: 240px;
    float: left;
    position: relative;
    top: 0px;
    left: 0px;
}

#div_block_2_center
{
    width: 760px;
    float: left;
    position: relative;
}

#div_block_2_right
{
    float: right;
    width: 0px;
    height: 0px;
    position: relative;
}


.div_block_full_line
{
    width: 100%;
    position: relative;
    display: table-row;
}

#div_block_footer
{
    width: 100%;
    position: relative;
}

#div_ftr
{
    width: 100%;
    border-top: solid 1px #CCCCCC;
    position: relative;
}

/*********************************/

.commInputBox
{
    height: 12px;
    width: 50px;
}

.commButton
{
    font-size: 12px;
    height: 20px;
}

.menuItem
{
 color:#0000FF;
}

