body
{
    width: 710px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-family: Verdana, Arial;
    font-size: 9pt;
    margin-top: 0;
    margin-bottom: 0;
    color: #000000;
    background: #444444;
    background-image: url(images/bg.gif) !important;
    background-repeat: repeat-y;
    background-position: center;
}
container
{
    text-align: left;
    width: 710px;
    background-color: #000000;
}
a, a:link, a:visited
{
    color: #f8f8f8;
}
a:hover
{
    color: #ffffff;
    text-decoration: underline;
}
h3
{
    padding: 0;
    margin: 0;
}

.header h1
{
    visibility: hidden;
    width: 0;
    height: 0;
    display: none;
}
.header
{
    background-image: url(images/header.gif);
    background-repeat: no-repeat;
    height: 113px;
}

.left
{
    float: left;
    width: 150px;
    background-color: Black;
}

.left h1
{
    font-family: Verdana;
    font-size: 8pt;
    text-align: center;
    color: #fd5100;
    background: url(images/content_bg.gif) no-repeat;
    margin: 0;
padding: 4px 0 0 4px;
    height: 20px;
}
.left h2
{
    font-family: Verdana;
    font-size: 8pt;
    text-align: center;
    color: #fd5100;
    background: url(images/content_bg.gif) no-repeat;
    margin: 0;
padding: 4px 0 0 4px;
    height: 20px;
    font-weight: normal;
}
.leftBody
{
    text-align: center;
    margin: 0;
    padding:0;
    color: silver;
    background-color: #333333;
    font-size: 8pt;
}

.content h1
{
    font-family: Verdana;
    font-size: 8pt;
    text-align: center;
    color: #fd5100;
    background: url(images/content_bg.gif) no-repeat;
    margin: 0 0 0 0;
    padding: 4px 0 0 4px;
    height: 20px;
    font-weight: normal;
}
.content h2
{
    font-family: Verdana;
    font-size: 8pt;
    text-align: center;
    color: #fd5100;
    background: url(images/content_bg.gif) no-repeat;
    margin: 0;
    padding: 4px 0 0 4px;
    height: 20px;
    font-weight: normal;
}
.content
{
    float: left;
    width: 410px;
    background-color: Black;
}
.contentBody
{
    text-align: left;
    margin: 0 0 0 3px;
    color: silver;
    margin-bottom: 6px;
    background-color: #333333;
    line-height: 1.5em;
    padding: 15px 5px;
}

.right h1
{
    font-family: Verdana;
    font-size: 8pt;
    text-align: center;
    color: #fd5100;
    background: url(images/content_bg.gif) no-repeat;
    margin: 0;
    padding: 4px 0 0 4px;
    height: 20px;
}
.right h2
{
    font-family: Verdana;
    font-size: 8pt;
    text-align: center;
    color: #fd5100;
    background: url(images/content_bg.gif) no-repeat;
    height: 20px;
    margin: 0;
    padding: 4px 0 0 4px;
    font-weight: normal;
}
.right
{
    float: left;
    width: 150px;
    background-color: black;
}
.rightBody
{
    text-align: center;
    margin: 0 0 0 3px;
    color: silver;
    margin-bottom: 6px;
    background-color: #333333;
    font-size: 8pt; /*border-left:solid 6px #575757;border-right:solid 6px #575757; border-bottom:solid 6px #575757;*/
}


.footer
{
    float: left;
    width: 710px;
    background-color: Black;
    color: Silver;
}
.footerBG
{
    background: url(images/footer_bg.gif) no-repeat;
    height: 45px;
}

