﻿body
{
    font-family: verdana;
    font-size: 8pt;
}
#topContent
{
    left: 0px;
    width: 850px;
    margin-left: 0px;
}
#mainContent
{
    position: absolute;
    z-index: 1;
    top: 160px;
    width: 545px;
    left: 150px;
    height:500px;
}
#footerContent
{
    width: 850px;
    z-index: 1;
    left: 0px;
    top: 502px;
    position: relative;
    background-color: #000000;
    margin-left: 0px;
}
#leftContent
{
    width: 125px;
    font-family: verdana;
    font-size: 8pt;
    position: absolute;
    z-index: 2;
    left: 0px;
    top: 160px;
    height: 495px;
    background-color: #000000;
    margin-left: 10px;
}
#rightContent
{    
    top: 160px;
    left: 711px;
    position: absolute;
    height: 500px;
    width: 145px;
}
.style1
{
    width: 100%;
    border-collapse: collapse;
}
.controls
{
    font-family: Verdana;
    font-size: 8pt;
    width: 175px;
}
.tableStyle
{
    width: 500px;
    border-spacing: 15px;
    font-family: verdana;
    font-size: 8pt;
}
.buttons
{
    font-family: Verdana;
    font-size: 8pt;    
}