body
{
    margin: 0;
    padding: 0;
    background-color: #FAFAFA;
}

#topdiv
{
    height: 100px;
    width: 100%;
    position: fixed;
    overflow: auto;
    margin-top: 0;
    top: 0px;
    vertical-align: top;
    background-color: #55A2A6;
    color: #000;
    z-index: 100;
}

#divnavbar
{
    /*background-color: #55A2A6;*/
    background-color: #EEEEEE;
    height: 39px;
    position: fixed;
    overflow: auto;
    top: 100px;
    width: 100%;
    vertical-align: middle;
    z-index: 100;
}

a, a:active
{
    text-decoration: none;
}

#innerdiv
{
    height: auto;
    width: 950px; /*border-left: 1px #999 dashed;     border-right: 1px #999 dashed;*/
    border: 1px solid #DDDDDD;
    height: 400px;
    margin: auto;
    margin-top: 100px;
    overflow: auto;
}

#bottomdiv
{
    height: 40px;
    width: 100%;
    position: fixed;
    overflow: auto;
    margin-bottom: 0;
    bottom: 0px;
    vertical-align: bottom;
    background-color: #172125;
    z-index: 100;
}

