﻿* {
    margin: 0px;
    padding: 0px;
}

body {
    padding: 2em;
    font-family: Arial, Helvetica, Verdana, Sans-Serif;
    font-size: 12px;
    color: #555555;
}

a {
    color: #196790;
    text-decoration: none;
}

a:hover {
    color: #001c3a;
    text-decoration: underline;
}

.contentImage a {
    display: block;
    padding: 10px 0px 0px 0px;
    height: 23px;
    text-decoration: underline;
    font-weight: bold;
}

.contentImage {
    float: left;
    background-color: #bed9e7;
    height: 134px;
    width: 170px;
    margin: 0px 4px 20px 0px;
}


p {
    padding: 0px 0px 20px 0px;
    clear: both;
}

.bigPara {
    color: #828282;
    font-size: 14px;
    line-height: 18px;
}

.homeCopy {
    display: block;
    font-size: 12px;
    line-height: 24px;
    margin: 0px 0px 30px 0px;
}

.homeCopy .bold01 {
    font-size: 14px;
    font-weight: bold;
    color: #001c3a;
}

.homeCopy .bold02 {
    font-size: 14px;
    font-weight: bold;
    color: #005785;
}

.flashHolder {
    display: none;
}

h2 {
    padding: 15px 0px 20px 0px;
    color: #196790;
}

h3 {
    padding: 0px 0px 10px 0px;
}

ul {
    padding: 0px 0px 10px 0px;
}

ul li {
    padding: 0px 0px 5px 0px;
}

ul ul li {
    padding: 0px 0px 3px 0px;
}

ul ul {
    padding: 0px 0px 10px 20px;
}

.topNavHolder {
    display: none;
}

.leftNav {
    display: none;
}

.contentRight {
    display: none;
}

.footer {
    clear: both;
    float: left;
    display: inline;
    font-size: 11px;
    color: #68696a;
    margin: 10px 0px 0px 10px;
    width: 100%;
}

.footer p {
    float: left;
}

.footer li {
    float: left;
    display: none;
}

.footer a.active {
    font-weight: bold;
}

.oddRow {
    float: left;
    padding: 10px;
    margin: 0px 0px 10px 0px;
}

.colLeft {
    float: left;
    width: 145px;
    clear: both;
}

.contentLeft h3 {
    display: none;
}

.colRight {
    float: right;
    width: 255px;
}

.logoWrapper {
    float: left;
    font-size: 0px;
    height: 70px;
    width: 126px;
}

.contentLeft {
    float: left;
    width: 420px;
    display: block;
}

.evenRow {
    float: left;
    padding: 0px 10px 10px 10px;
}

.evenRow p, .oddRow p {
    padding: 0px;
}

.divider {
    clear: both;
    height: 1px;
    background-image: url(../Images/divider_dots.gif);
    background-repeat: repeat-x;
    font-size: 0px;
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 0px 0px;
    /* float: left;*/
    width: 100%;
}

.contentWide {
    float: left;
    width: 518px;
    clear: both;
}

.contentWide .colRight {
    padding: 0px;
    clear: both;
    margin: 0px;
    width: 350px;
}
