﻿body
{
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    background-color: #D1D3D5;
    font-family: 'Trebuchet MS' , verdana, arial;
    font-size: 12px;
    color: #000000;
}

#Container
{
    width: 1000px;
    margin: auto;
    background-color: #FECC35;
}

#Header
{
    background-position: 355px 32px;
    height: 12px;
    background-repeat: no-repeat;
    float: none;
    background-color: #ED1D24;
}

#HeaderMenu
{
    float: right;    
}

#HeaderMenu a
{    
    color: #FFFFFF;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
}

#HeaderMenu a:hover
{
    text-decoration: underline;
}

#LeftContent
{
    width: 665px;
    font-size: 11px;
    color: #000066;
    text-align: justify;
    background-color: #FECC35;

}

#LeftContent h1
{
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFFFFF;
    letter-spacing: 2px;
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    text-align: left;
}

#LeftContent h2
{
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #003399;
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    text-align: left;
}

#LeftContent a
{
    color: #000066;
    text-decoration: underline;
}

#RightContent
{
    width: 231px;
}

#RightContent .Menu
{
    margin-left: 10px;
    margin-top: 15px;
}

#RightContent .MemuItemActive
{
    color: #808080;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: underline;
}

#RightContent .MenuItem
{
    color: #808080;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

#RightContent .MenuItemHover
{
    text-decoration: underline;
}

#RightContent option
{
    color: #000066;
}


#Footer
{
    height: 30px;
    color: #808080;
    font-size: 10px;
}

#Footer a
{
    color: #808080;
    font-size: 10px;
    text-decoration: none;
    font-weight: bold;
}

#Footer a:hover
{
    text-decoration: underline;
}

.Ticker
{
    height: 18px;
}
