﻿body
{
    font-size: 11px;
    font-family: Verdana;
    margin: 0px;
    background-color:Black;
}

#top
{    
    margin-right: auto;
    margin-left: auto;
    width: 990px;
    height: 102px;
    margin-top: 0px;
}

#body
{
    width: 990px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

#menu
{
    float: left;
    width: 137px;
}

#content
{
    background-color:White;
    width:100%;
}

#sponsors
{
    background-color:White;
    width:100%;
}

#bottom
{    
    margin-right: auto;
    margin-left: auto;
    width: 990px;
    height: 102px;
    margin-bottom:0px;
}

.tableBorderless
{
    border:0px;
    padding:0px;
    margin:0px;
}

.tableContent
{
    border:0px;
    padding:0px;
    margin:0px;
    text-align:justify;
}

