﻿html, body
{
    height: 100%;
    text-align: center;
}

body
{
    background-image: url(img/TCATbg.gif);
    text-align: center;
    padding-top: 0px;
    margin-top: 0px;
    height: 100%;
    vertical-align: top;
    margin-bottom: 0px;
    background-attachment: fixed;
    background-repeat: repeat;
    font-family: Sans-Serif;
}


TABLE.main
{
    background-color: White;
    height: 100%;
    padding-left: 0px;
    padding-right: 0px;
    vertical-align: top;
    margin-left: auto;
    margin-right: auto;
}

TABLE.main TD
{
    vertical-align: top;
}

#TABLE1
{
    background-color: White;
    vertical-align: top;
}

#Table1
{
    background-color: White;
    vertical-align: top;
}

.topsection
{
    height: 180px;
    min-width: 950px;
}

.content
{
    background-color: White;
    vertical-align: top;
    height: 100%;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-top: 0px;
    margin-top: 0px;
    width: 95%;
    min-width: 950px;
    min-height: 425px;
}



.IE8Fix
{
    z-index: 1000;
}
