Body, html
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: tahoma;
}

Form
{
    margin: 0px;
    padding: 0px;
}



#header
{
    width: 100%;
    vertical-align: top;
}

#middle
{
    top: 175px;
    width: 100%;
    vertical-align: top;
    min-height: expression(document.body.offsetHeight - 170 +  "px" );
}



#footer
{
    height: 20px;
    width: 100%;
    background-color: #3392D6;
    color: White;
    font-size: 10px;
}

.seperator
{
    display: none;
}

.mainHeading
{
    font-size: 24px;
    color: #3392d6;
    font-weight: bold;
}

.mainText
{
    font-size: 11px;
    color: #000080;
    line-height: 140%;
}

.mainText input, select
{
    font-size: 11px;
    color: #000080;
    line-height: 140%;
}

.mainText textarea
{
    font-size: 11px;
    font-family:tahoma;
    color: #000080;

}

hr
{
    color: #3392D6;
}

td.mainText
{
    font-size: 11px;
    color: #000080;
    line-height: 140%;
}

.mainText table
{
    border: 0px;
    border-collapse: collapse;
}

.mainText td
{
    border: 1px solid #dddddd;
    margin: 0px;
    border-collapse: collapse;
}

.textEmphasis
{
    font-size: 14px;
    color: #3392d6;
    font-weight: bold;
}

.formText
{
    font-size: 11px;
    color: #3392d6;
}

.MenuItem
{
    width: 148px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}

.MenuItemSelected
{
    width: 148px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}

.MidMenuItem td
{
    width: 144px;
}

.MenuItem A
{
    color: white;
    font-size: 0.7em;
    line-height: 140%;
    text-decoration: none;
}


.MenuItemSelected A
{
    color: white;
    font-size: 0.7em;
    line-height: 140%;
    text-decoration: none;
    font-weight: normal;
}

#textBreadCrumb
{
   width: expression(document.body.offsetWidth - 400 +  "px" );

    font-size: 0.7em;
}

.SubMenuItem
{
    color: #000080;
    font-size: 0.7em;
    padding-left: 5px;
    padding-top: 5px;
}

.SubMenuItemSelected
{
    font-size: 0.7em;
    padding-left: 5px;
    padding-top: 5px;
}


.SubMenuItem A
{
    color: #000080;
    line-height: 140%;
    text-decoration: none;
}

.SubMenuItemSelected A
{
    line-height: 140%;
    text-decoration: none;
}


.lineSplitter
{
    clear: both;
    background-color: #0072BC;
    height: 1px;
    width: auto;
    margin-bottom: 12px;
    margin-top: 12px;
}

a
{
    text-decoration: none;
    font-weight: bold;
}

.featureCell
{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    color: #000080;
}

.featureHD
{
    color: #000080;
    font-size: 13px;
    font-weight: bolder;
}

.featureText
{
    color: #000080;
    font-size: 11px;
    font-weight: bold;
}

.mainText a
{
    color: #000080;
    text-decoration: none;
}

.datagrid td
{
    border: 0px;
    font-size: 11px;
    color: #000080;
}



.mainText p
{
    display: block;
}

.mainText .textBlack
{
    color: #000000;
}

.mainText .textLBlue
{
    color: #5592d6;
}

.mainText .textDBlue
{
    color: #000080;
}
