
body    {
    background-color: #CCCCCC;
    background-image: url('../images/bg.png');
    background-position: top left;
    background-repeat: repeat-x;
    text-align: center;
    position: relative;
}

body, td, p, div, span  {
    font-family: arial,verdana;
    font-size: 11px;
    color: #666666;   
    padding: 0;
    margin: 0;
}

h1  {
    font-size: 12px;
}

h2, h3, h4, h5  {
    color: #666666;
    font-size: 12px;
    font-weight: bold;
}

h2  {
    border-top: solid 1px #666666;
    line-height: 110%;
    padding-top: 10px;    
    margin-top: 10px;
}
    


#border {
    position: absolute;
    z-index: 100;
    top: 84px;
    left: 0;
    width: 100%;
    border-bottom: solid 4px #F29A1C;;
}


#main   {
    text-align: left;
    margin: 0 auto;
    width: 993px;
    height: 783px;
}

#top    {
    height: 100px; 
    padding: 0 15px;
    background-image: url('../images/content_middle.png');
    background-position: top center;
    background-repeat: repeat-y;   
}

#middle    {
    min-height: 545px; 
    padding: 0 0;
    background-image: url('../images/content_middle.png');
    background-position: top center;
    background-repeat: repeat-y;      
}

#bottom {
    height: 22px;
    padding: 0 6px 8px 6px;
    background-image: url('../images/content_bottom.png');
    background-position: bottom center;
    background-repeat: no-repeat;
}

#top td {
    padding-top: 55px;   
}


td.left {
    border-right: solid 2px #dddddd;
    vertical-align: top;
    padding: 0 0 0 7px;
}

td.right {
    vertical-align: top;
    padding: 20px 20px 0 15px;
}

td.both {
    vertical-align: top;
    padding: 0 0 0 7px;
}

#bottom div {
    padding: 4px;
    height: 16px;    
    background-color: #000000;   
}

.bottomText {
    font-size: 10px;
    color: white;
}

.blue    {
    color: #00A4DB;
    font-weight: bold;    
}



#navTable a    {
    color: #666666;
    font-size: 12px;
    text-decoration: none;
    white-space: nowrap;
}

#subLinks   {
    padding-top: 8px;
    padding-bottom: 20px;
}

#subLinks td    {
    width: 20%;
    padding-top: 7px;    
}

#subLinks a    {
    color: #666666;
    font-size: 12px;
    text-decoration: none;
    white-space: nowrap;
    padding-left: 15px;
}

#subLinks a.active    {
    color: #F29A1C;
    font-size: 12px;
    text-decoration: underline;
}


#navTable a.active    {
    color: #F29A1C;
    font-size: 12px;
    text-decoration: underline;
}

#navTable a.global    {
    color: #F29A1C;
    font-size: 12px;
}