﻿body
{
}
#Main
{
    width: 800px;
    margin-right: auto;
    margin-left: auto;
}
#Header
{
    width: 100%;
    height: 213px;
}
#HeaderLeft
{
    width: 274px;
    float: left;
    height: 213px;
}
#HeaderRight
{
    width: 526px;
    float: right;
    height: 213px;
}
#Menu
{
    background-image: url('bg_menu.gif');
    background-repeat: repeat-x;
    background-position: center;
    margin-top: 97px;
    height: 32px;
    text-align: right;
}
.smallwhitetext
{
    font: 0.7em Tahoma, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    padding-top: 8px;
    padding-right: 10px;
}
.smallwhitetext a
{
    font: 0.7em Tahoma, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}
.smallwhitetext a:hover
{
    text-decoration: underline;
}
#ContentBody
{
    width: 100%;
}
#ContentBodyLeft
{
    width: 274px;
    float: left;
}
#ContentBodyRight
{
    padding: 10px;
    width: 506px;
    float: right;
    height: 390px;
}
#ContentBodyRight p
{
    padding: 5px;
}
.whitetitle
{
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    position: relative;
    font-style: normal;
    font-variant: normal;
    line-height: normal;
    font-family: Tahoma, sans-serif;
    top: -128px;
    left: 31px;
    width: 202px;
}
/*GRAY PANEL*/
.graypanel
{
    border: solid 1px #666666;
    background-color: #F7F7F7;
    padding: 8px;
}

.smalltitle
{
    font: 0.7em Tahoma, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #CC0000;
}
.smallredtext
{
    font: 0.7em Tahoma, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #CC0000;
}
.smallredtext a
{
    font: 0.7em Tahoma, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #CC0000;
    text-decoration: none;
}
.smallredtext a:hover
{
    text-decoration: underline;
}
#Footer
{
    height: 29px;
    background-color: #F0F0F0;
    padding: 10px;
    width: 780px;
    float: left;
    position: relative;
}
.smallgraytext
{
    font: 0.7em Tahoma, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #999999;
}
.smallgraytext a
{
    font: 0.7em Tahoma, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #999999;
    text-decoration: none;
}
.smallgraytext a:hover
{
    text-decoration: underline;
}
h1
{
    color: #1f497d;
    text-align: center;
    font-weight: bold;
    font-size: 2.2em;
    margin-top: -40px;
}
