﻿
body
{
     padding: 0px;
     margin: 0px;
}

.bg
{
 
}

#logo
{
    background-image: url(images/logo.jpg);
    width: 257px;
    height: 87px;
    min-height: 87px;
    float: left;
}

#header
{
    width: 100%;
    background-image: url(images/header_bg.jpg);
    background-repeat: repeat-x;
    min-height: 115px;
    text-align:center;
}

#menu_container
{
    margin: 0px auto;
    text-align: center;  
    width: 960px;
}

#menu
{
    margin: 0px auto;
    width: 500px;
}

#menu ul
{
    height: 51px;
    width: 340px;
    margin: 0px auto;
    margin-top: 55px;    
    list-style-type: none;
    float: left;
}
#menu ul li 
{
    border: 1px solid #EAEAEA;
    border-right: 0px solid #EAEAEA;
    background-color: #F8F8F8;
    height: 50px;     
    width: 160px;
    float: left;
    line-height: 51px;
    text-align: center;
}

#menu ul li a
{
    color: #979797;
    font-size: 13pt;
    font-family: Microsoft Sans-Serif;
    line-height: 50px;
    text-decoration: none;
}

#container
{
    margin: 0px auto;
    width: 960px;
}


#footer
{
    width: 100%;
    margin-top: 30px;
    min-height: 50px;
    text-align: center;  
}

#footer_text
{
    margin: 0px auto;
    width: 600px;
    text-align: right;
    border-top: 3px solid #000;
    font-family: Trebuchet MS, Georgia, Helvetica;
    font-size: 8pt;
}

#slogan
{
    color: #3C3D3F;  
    font-size: 24pt;
    font-weight: bold;
    width: 960px;
    text-align: left;
    padding: 20px;
    font-family: Century Gothic, Trebuchet MS, Georgia, Helvetica;
}

#content
{
    width: 960px;
    text-align: left;
}

h3
{
    color: #3A3A3C;
    font-size: 10pt;
    font-family: Trebuchet MS, Georgia, Helvetica;
    margin: 2px;
    margin-top: 20px;
    padding: 2px;
}

.silvertext
{
    color: #A5A5A7;
    padding: 1px;
    margin: 1px;
    margin-right: 2px;
    font-family: Trebuchet MS, Georgia, Helvetica;
    font-family: 9pt;
}

table td a
{
    color: #000;  
    font-size: 10pt;
    font-family: Trebuchet MS, Georgia, Helvetica;
    text-decoration: none;
}

table td p
{
    color: #A5A5A7;  
    font-size: 10pt;
    font-family: Trebuchet MS, Georgia, Helvetica;
    margin-top: 2px;
}


h2
{
    margin-top: 5px;
    margin-bottom: 5px;
}

.line
{
    min-height: 3px;
    width: 800px;
    background-color: #EDEDED;
}

.button
{
    width: 140px;
    min-height: 28px;
    background-color: #F5F5F5;
    border: 1px solid #DADADA;
    text-align: center;
    line-height: 28px;
}

.button:hover
{
    background-color: #e7e7d5;
}

.button a
{
    color: #E50819;
    text-decoration: none;
}

.message
{
    width: 770px;
    background-color: #FFF9DD;
    line-height: 26px;
    min-height: 30px;
    border: 1px solid red; 
    color: #000;  
    font-size: 10pt;
    font-family: Trebuchet MS, Georgia, Helvetica;
    padding: 5px;
    padding-left: 20px;
    margin: 20px;
}
