﻿*
{
    margin: 0;
}
html, body
{
    height: 100%;
    margin: 0;
    padding: 0;
}
body, div
{
    font-family: Gill Sans MT, Arial;
}
body
{
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 18px;
    color: #a1a1a4;
    background: #ffffff url(images/TopHaze.jpg) repeat-x top left;
    text-align: left;
}

h1
{
    color: #2b2660;
    font-size: 14px;
    margin: 20px 0 11px 0;
    *margin: 8px 0 2px 0;
}

h3 
{
   color: #a1a1a4;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: -17px; 
    line-height: 16px;
}

hr
{
    border: none;
    height: 1px;
    color: #c7cedd;
    background-color: #c7cedd;
    margin-top: 15px;
    margin-bottom: 15px;
}

a:link
{
    font-size: 14px;
    color: #2b2660;
    text-decoration: underline;
}
a:visited
{
    font-size: 14px;
    color: #2b2660;
    text-decoration: underline;
}
a:hover
{
    font-size: 14px;
    color: #6e6a96;
    text-decoration: none;
}
a:active
{
    font-size: 14px;
    color: #2b2660;
    text-decoration: underline;
}


.Navigation
{
    text-align: right;
    height: 27px;
    padding-top: 5px;
    font-family: Gill Sans MT, Arial;
}

.Navigation a:link
{
    font-size: 11px;
    color: #ffffff;
    letter-spacing: 0.04em;
    text-decoration: none;
    background: url(images/NavArrow.gif) no-repeat 0 3px;
    margin: 0 6px;
    padding-left: 10px;
}
.Navigation a:visited
{
    font-size: 11px;
    color: #ffffff;
    letter-spacing: 0.04em;
    text-decoration: none;
    background: url(images/NavArrow.gif) no-repeat 0 3px;
    margin: 0 6px;
    padding-left: 10px;
}
.Navigation a:hover
{
    font-size: 11px;
    color: #d1d7e3;
    letter-spacing: 0.04em;
    text-decoration: none;
    background: url(images/NavArrow.gif) no-repeat 0 3px;
    margin: 0 6px;
    padding-left: 10px;
}
.Navigation a:active
{
    font-size: 11px;
    color: #ffffff;
    letter-spacing: 0.04em;
    text-decoration: none;
    background: url(images/NavArrow.gif) no-repeat 0 3px;
    margin: 0 6px;
    padding-left: 10px;
}

h2 {color: #211c59; margin-top: 15px; margin-bottom: 3px; font-weight:  normal;}

div#container
{
    height: auto !important;
    height: 100%;
    min-height: 60%;
}

.Content
{
    width: 878px;
    margin: 0 auto;
}

.CopyText
{
    font-size: 17px;
    font-weight: normal;
    line-height: 20px;
    padding-top: 47px;
    padding-bottom: 100px;
}

.CopyText p
{
    margin-bottom: 20px;
}

p.ValueCopy
{
    font-size: 14px;
    line-height: 16px;
}

p.ValueCopy span
{
    font-size: 11px;
}

.Footer
{
    color: #929296;
    font-size: 12px;
    border-top: 1px solid #bcb9cc;
    width: 100%;
    height: 350px;
    background: #ffffff url(images/FootImg.gif) repeat-x top left;
}

.Footer a:link
{
    font-size: 12px;
    color: #2b2660;
    text-decoration: none;
}
.Footer a:visited
{
    font-size: 12px;
    color: #2b2660;
    text-decoration: none;
}
.Footer a:hover
{
    font-size: 12px;
    color: #6e6a96;
    text-decoration: none;
}
.Footer a:active
{
    font-size: 12px;
    color: #2b2660;
    text-decoration: none;
}

.Footer span
{
    color: #c0c0c2;
    font-size: 12px;
    margin-right: 30px;
}

.Footer div.FootText
{
    width: 878px;
    margin: 0 auto;
    text-align: left;
    padding: 6px 0;
}

input, select, textarea
{
    color: #2b2660;
    font-size: 14px;
    font-family: Gill Sans MT, Arial;
    letter-spacing: 0.04em;
}

.WaterMarkedTextBox
{
    color: #2C2761;
}


