BODY, TD {
    font-family: verdana;
    font-size: 10pt;
}

div.main
{
    margin-left: auto; 
    margin-right: auto;

    padding: 0;

    POSITION: relative;
    top: 0px;
    left: 0px;
    width:1000px;

    float: center;

    background-color:white;
}

div.logo
{
    text-align: center;
}

div.menuCont
{
    width:643px;
    border:2px solid silver;
    margin:4px;
}

div.menu
{
    margin:5px;
    text-align: left;
    width:600px;
}

a.menu
{
    font-family: verdana;
    font-size: 10pt;
    color:black;
    text-decoration: none; 
    margin-left:15px;
}

a.menu:hover
{
    font-family: verdana;
    font-size: 10pt;
    color:green;
    text-decoration: underlined;
}

div.quickBar
{
    width: 260px;
    border: 2px solid silver;
    padding:5px;
    margin-right:5px;
}

div.quickItem
{
    width: 250px;
    float:left;
    clear:both;
}

div.quickDay
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 30px;
    clear: none;
}

div.quickSubject
{
    position: absolute;
    left: 40px;
    top: 0px;
    width:160px;
    clear: none;
}

div.contentCont
{
    margin-left: auto; 
    margin-right: auto;

    padding: 0;

    POSITION: relative;
    top: 0px;
    left: 0px;
    /* width:651px; */
    width: 950px;

    float: center;
    text-align: center;
}

div.content
{
    /* width:651px; */
    width: 950px;
    text-align: left;
}

div.banner
{
    /* border:2px solid #bdbdbd; */
    border: 0px;
    margin: 4px;
}


