﻿.HeaderPanel
{
    display:none;
    }
.LeftPanel
{
    display:none;
    
    }
.ContentPanel
{
    display:none;
    position :absolute ;
    top:125px;
    margin-left :165px;
    width:800px;
    
}
.FooterPanel
{
    display:none;
    float:none;
    height:2.5em;
    position:fixed;
    z-index:1;
    font:normal .6em Verdana;
    margin-left:5px;
    bottom:3px;
    background-color:Silver;
    width:100%;
    }
.highlight
{
    background-color:#b8ff72 ;
    }
h3
    {
        margin-top:0px;
        }

    
     
