﻿body
{
    font:normal normal 13px Trebuchet MS;
    color:#000;
    height:100%;
    margin:0px;
}
a img
{
    border-style:none;   
}
div,
form
{
    padding:0px;
    margin:0px;
}
input,
textarea,
select
{
    font-family:Verdana;
    font-size:11px;  
}
#container
{
    position:absolute;
    width:100%;
    height:100%;
}

h1
{
    color:#9c9d9f;
    font-size:25px;
    font-weight:normal;
    margin-top:0px;
}
h2
{
    color:#9c9d9f;
    font-size:22px;
    font-weight:normal;
}
h3
{
    color:#9c9d9f;
    font-size:19px;
    font-weight:normal;
}
h4
{
    color:#9c9d9f;
    font-size:15px;
    font-weight:normal;
}
h5
{
    color:#9c9d9f;
    font-size:13px;
    font-weight:normal;
}
h6
{
    color:#9c9d9f;
    font-size:11px;
    font-weight:normal;
}

/* Start Header */
#headerContainer
{
    position:absolute;
    top:20px;
    width:100%;
    height:208px;
}
#headerInner
{
    width:778px;
    height:207px;
    margin:0px auto;
    border-left:solid 1px #b1b0b0;
    border-right:solid 1px #b1b0b0;
    border-top:solid 1px #b1b0b0;
}
.headerLeft,
.headerCentre,
.headerRight
{
    float:left;
}
.headerLeft
{
    width:195px;
}
.headerCentre
{
    width:389px;
}
.headerRight
{
    width:194px;
}
/* END Header */



#mainContainer
{
    position:absolute;
    width:100%;
    top:228px;
}
#mainInner
{
    width:780px;
    margin:0px auto;
}
#main
{
    width:778px;
    float:left;
    border-left:solid 1px #b1b0b0;
    border-right:solid 1px #b1b0b0;
    border-bottom:solid 1px #b1b0b0;
    margin-bottom:20px;
}
#mainLeft
{
    float:left;
    width:195px;
}
#mainRight
{
    float:left;
    width:563px;
    padding:20px 10px 20px 10px;
}

.contentStyle a,
.contentStyle a:visited,
.contentStyle a:active
{
    color:#522e91;
    text-decoration:none;
}
.contentStyle a:hover
{
    color:#a68cd3;   
}

#pageHeader
{
    clear:both; 
}
#pageContent
{
    clear:both;   
}

.supTable td
{
    border-top:solid 1px #999;
    border-left:solid 1px #999;
    border-right:solid 1px #999;
    border-bottom:solid 5px #999;
}