﻿body
{
    margin:0px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size:12px;
    background-color:#ebebeb;
}

img
{
    border:0px;
}

a, a:active, a:link, a:visited
{
	color: #1b75bb;
	text-decoration: none;
}

a:hover
{
	color: #1b75bb;
	text-decoration: underline;
}

.content
{
    width:929px;
    margin-top:10px;
    margin-left:auto;
    margin-right:auto;
    padding:10px;
    background-color:#ffffff;
}

.clear
{
    clear:both;
}

.headerDivLeft
{
    height:85px;
    width:179px;
    background:url('/imagesx/logo.gif') no-repeat 0 0;
    margin-left:10px;
    margin-bottom:10px;
    text-indent:-2000px;
    float:left;
    cursor:pointer;
}
    .headerDivLeft h1
    {
        margin:0px;
    }
    
.headerDivCenter
{
    margin-top:50px;
    width:561px;
    float:left;
    text-align:center;
    vertical-align:bottom;
}
    .headerDivCenter a
    {
        font-size:18px;
        margin-left:2px;
        margin-right:2px;
        color:#000000;
        text-transform:uppercase;
        text-decoration:none;
    }
    .headerDivCenter span
    {
        font-size:18px;
        margin-left:2px;
        margin-right:2px;
        color:#a9a9a9;
    }

.headerDivRight
{
    width:179px;
    height:85px;
    float:left;
}

.blueBarContainer
{
    border:1px solid #c1c1c1;
    margin-bottom:30px;
}
    .blueBarContainer .blueBar
    {
        background-color:#003768;
        border:2px solid #ffffff;
        height:19px;
    }

.navigation
{
    position:absolute;
    margin-top:-70px;
    width:519px;
    margin-left:205px;
}
    .navigation .button
    {
        width:173px;
        height:54px;
        float:left;
        background-image: url('/imagesx/navbutton.png');
        text-align:center;
    }
        .navigation .button a
        {
            color:#ffffff;
            font-weight:bold;
            display:block;
            margin-top:18px;
            text-transform:uppercase;
            text-decoration:none;
        }
        
.mainDiv
{
    margin:36px;
}

h3
{
    font-size:16px;
    color:#002c60;
    margin:0px;
}

.footerLinks
{
    width:929px;
    margin-top:50px;
    margin-left:auto;
    margin-right:auto;
}
    .footerLinks a
    {
        float:left;
        text-decoration:underline;
    }
    .footerLinks span
    {
        display:block;
        float:left;
        margin-left:18px;
        margin-right:18px;
    }
    
.footerText
{
    width:929px;
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;
    border-top: 1px solid #e5e5e5;
    padding-top:10px;
}
    .footerText .divLeft
    {
        width:130px;
        float:left;
        font-weight:bold;
        color:#002c60;
    }
    .footerText .divCenter
    {
        width:669px;
        float:left;
        text-align:center;
        color:#959595;
    }
    .footerText .divRight
    {
        width:130px;
        float:left;
        text-align:right;
        font-weight:bold;
        color:#002c60;
    }

.footerWater
{
    width:929px;
    margin-top:10px;
    margin-left:auto;
    margin-right:auto;
}