﻿#Container
{
    position: relative;
    margin: 0 auto;
    width: 904px;
    height: 570px;

}

#Banner
{
    z-index: 10;
    left: 0px;
    width: 977px;
    position: absolute;
    top: 9px;
    height: 66px;
    
}
#MainBG
{
    z-index: 10;
    left: 0px;
    width: 732px;
    position: absolute;
    top: 75px;
    height: 410px;
    
}
#RSide
{
    z-index: 10;
    left: 732px;
    width: 245px;
    position: absolute;
    top: 75px;
    height: 410px;
}
#Footer
{
    z-index: 10;
    left: 0px;
    width: 977px;
    position: absolute;
    top: 485px;
    height: 47px;
    
}
#FooterText
{
    z-index: 11;
    left: 0px;
    width: 977px;
    position: absolute;
    top: 492px;
    font-weight: normal;
    font-size: 8pt;
    color: #cecece;
    font-family: Arial;
    text-align: center;
}
#FooterText a
{
    font-weight: normal;
    color: #cecece;
    text-decoration: none;
}
#FooterText a:hover
{
    font-weight: normal;
    color: #f7941d;
    text-decoration: underline;
}
#LImg
{
    z-index: 11;
    left: 20px;
    width: 252px;
    position: absolute;
    top: 83px;
    height: 395px;
}

#Main
{
    z-index: 100;
    left: 287px;
    width: 445px;
    position: absolute;
    top: 83px;
    height: 395px;
    font-weight: normal;
    font-size: 9pt;
    color: #444444;
    line-height: 130%;
    font-family: Arial;
    overflow: auto;
}
#SvMenu
{
    z-index: 50;
    left: 750px;
    width: 177px;
    position: absolute;
    top: 98px;
}
#Menu
{
    z-index: 50;
    left: 393px;
    position: absolute;
    top: 44px;
}

body
{
    background-color: #cecece;
}
.Norm
{
    font-weight: normal;
    font-size: 9pt;
    color: #444444;
    font-family: Arial;
}
.SubHeading
{
    font-size: 10pt;
    text-transform: uppercase;
    color: #f7941d;
    border-bottom: #f7941d 1px solid;
    font-family: Arial;
    padding-top: 10px;
    margin-bottom: 7px;
}
.Menu
{
    cursor: pointer;
}
.Error, .Highlight
{
    font-weight: bold;
    font-size: 9pt;
    color: #f7941d;
    font-family: Arial;
}
.Button
{
    font-size: 8pt;
    background-image: url(Images/button.gif);
    width: 70px;
    height: 22px;
    color: black;
    font-family: Arial;
}
li
{
    list-style-position: outside;
    margin-left: 0px;
    padding-left: 0px;
    }
ul
{
    margin-left: 16px;
    margin-top:10px;    
    padding-left: 0px;
 }
.LinkText a
{   font-weight: normal;
    color: #f7941d;
    }
.LinkText a:hover
{
    font-weight: normal;
    color: black;
}
.Quals
{
    color: #444444;
    font-family: Arial;
    font-size: 9pt;
    margin-top: 0px;
    margin-bottom: 0px;
    
}
.Quals ul
{
    margin-top: 0px;
    margin-bottom: 6px;
}