﻿p
{
    padding-top:1px;
    padding-bottom:1px;
}
h1
{
    font-family: "Segoe UI", Optima, Verdana, Sans-Serif;
    font-size: 24px;
    font-weight: lighter;
    padding-bottom: 20px;
    color: #6295C4;
}
td
        {
            vertical-align: top !important;   
        }
.clear
{
    clear: both;
    padding: 0px;
    margin: 0px;
    height: 1px;
}
.top
{
    background-image: url('../Images/corners/corners_01.png');
    background-repeat: no-repeat;
    background-position: left top;
    height: 20px;
    clear: both;
}
.topright
{
    height: 20px;
    width: 20px;
    float: right;
    background-image: url('../Images/corners/corners_02.png');
    background-repeat: no-repeat;
    background-position: right top;
}

.bottom
{
    padding: 0px;
    margin: 0px;
    background-image: url('../Images/corners/corners_03.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    height: 20px;
    clear: both;
    background-color: #E7EAEB;
    width: 523px;
}
.bottomright
{
    height: 20px;
    width: 20px;
    float: right;
    background-image: url('../Images/corners/corners_04.png');
    background-repeat: no-repeat;
    background-position: right bottom;
}

body {
}
#wrapper
{
    padding: 0px;
    margin: 40px auto 0px auto;
    width: 1025px;
}
#header
{
    display: table;
}
#navigation
{
    margin: 0px;
    padding: 0px 0px 0px 550px;
    white-space: nowrap;
}

.right
{
    font-family: "Trebuchet MS", Sans-Serif;
    font-size: 11px;
    width: 277px;
}

.right a
{
    color: #6191C0;
    text-decoration: none;
}

.right a:hover
{
    color: #6191C0;
    text-decoration: underline;
}
.right li
{
    padding-top: 1px;
    padding-bottom: 1px;
}

#footer
{
    color: #666;
    font-family: "Trebuchet MS", Sans-Serif;
    font-size: 11px;
    text-align: center;
    padding-top: 50px;
    margin: 0px;
}

#footer a
{
    color: #666;
    text-decoration: none;
}
#footer a:hover
{
    color: #666;
    text-decoration: underline;
}
#rightContent h1
{
    color: #6191c0;
    font-family: "Trebuchet MS" , Sans-Serif;
    font-size: 24px;
    margin-bottom: 8px;
    font-weight: lighter;
}

.centerContent
{
    margin: 0px;
    padding: 10px;
    text-align: left;
    vertical-align: top;
    min-height: 330px;
    font-size: 14px;
}
.centerContent .left {
    float: left;
    width: 268px;
    font-size: 14px;
}
.centerContent .right {
    float: right;
    width: 200px;
    font-size: 14px;
}

.centerContent a {
    color: #6191C0;
    text-decoration: none;
}

.centerContent a:hover
{
    color: #6191C0;
    text-decoration: underline;
}

#right2col
{
    vertical-align: top;
    text-align: left;
    font-family: "Trebuchet MS", Sans-Serif;
    font-size: 14px;
    color: #333333;
}
#right2col h2
{
    font-family: "Trebuchet MS", Sans-Serif;
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 4px;
    margin-left: 6px;
    margin-top: 6px;
}

#right2col p
{
    margin-left: 6px;
}

#right2col a
{
    color: #6191C0;
    text-decoration: none;
}

#right2col a:hover
{
    color: #6191C0;
    text-decoration: underline;
}
#right2col p
{
    margin-left: 6px;
}

#right2col ul
{
    margin-left: 6px;
    list-style-type: disc;
    padding-left: 17px;
}