﻿body
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: small;
}


#Header
{
    height:200px;
    width:100%;
}

#Left
{
    float: left;
    height: 500px;
    width: 14%;
    text-align:left;
}



#Content
{
    float: right;
    height: 500px;
    width: 85%;
}



#Left ul li
{
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: gray thin solid;
    list-style-type: none;
}

.TableHeader
{
    background-color: #66ccff;
    text-align: center;
    border-right: #999999 thin solid;
    border-top: #999999 thin solid;
    border-left: #999999 thin solid;
    border-bottom: #999999 thin solid;
    
}

table
{
    border-right: #999999 thin solid;
    border-top: #999999 thin solid;
    border-left: #999999 thin solid;
    border-bottom: #999999 thin solid;
    text-align: center;
    border-collapse:collapse;
}

.AltRow
{
    background-color: #ff9696;
}

.Highlight
{
   color: Blue;
}

tr
{
    height:10px;
}
