﻿body 
{
    font-family:  Arial, Helvetica, sans-serif;
    background: #fff;
    margin: 50px 0 0 0;
    padding: 0;
}

#headerWrapper 
{
    background: #fff;
}

#header 
{
    width: 780px;
    margin: 0 auto;
}

#body {
    width: 780px;
    margin: 0 auto;
}

#title 
{
    display: none;
    float: right;
    width: 100%;
    color: #cee3ee;
    margin: 12px 0;
    font-size: 14px;
}

#content 
{
    width: 80%;
    background: #cee3ee;
    margin: 0;
    clear: none;
}

#content #text 
{
    width: 550px;
    margin: 30px 20px;
    font-size: 12px;
    color: #414445;
}

#content #text h1 
{
    font-size: 16px;
    color: #3397ba;
    margin: 0;
    padding: 0;
}

#content #text p 
{
    padding: 7px 0;
}

#content #text ul 
{
    list-style: square;
}

#content #text ul li 
{
    padding: 3px 0;
}

#content #text a 
{ 
    color: #3397ba;
}

#content #ctLink 
{
    float: right;
    margin-top: 40px;
    width: 130px;
    display: none;
}

#content #ctLink a 
{
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
    color: #3397ba;
    display:block;
    padding-bottom: 17px;
    border-bottom: 2px #5ea8c6 solid;
}

#content #ctLink  #last 
{
    border-bottom: none;
}

.red {
    color: red;
}

#nav 
{
    display: none;
    width: 135px;
    float: left;
    border: 1px solid white;
    border-bottom: none;
    margin: 0 0 0 12px; 
}

#nav ul 
{
    list-style: none;
    margin: 0;
    padding: 0;
    background: #ffdf8b;
}

#nav ul li
{
    border-bottom: 1px solid white;
    font-size: 12px;
    color: #5ea8c6;
    font-weight: bold;
}

#nav ul li .active
{
    padding: 10px;
}

#nav ul li a
{
    padding: 10px;
    text-decoration: none;
    color: #fff;
    background: #5ea8c6;
    display: block;
}

#nav ul li a:hover
{
    background: #ffdf8b;
    color: #5ea8c6;
}

#logos 
{
    display: none;
    width: 75px;
    float: left;
    margin: 10px 0 0 40px; 
    clear: left;
}

#logos img 
{
    margin-top: 20px;
    border: none;
}

#footer 
{
    display: none;
    width: 595px;
    float: right;
}

#ftNav 
{
    color: #ffdf8b;
    font-size: 12px;
    margin: 10px 0px;
}

#ftNav a
{
    text-decoration: none;
    color: #ffdf8b;
    font-size: 12px;
}

#ftLink 
{
    color: #fff;
    font-size: 12px;
    margin: 10px 0px;
}

#ftLink a
{
    text-decoration: none;
    color: #fff;
    font-size: 12px;
}