@charset "utf-8";

html,body {
    padding: 0;
    margin: 0;
    text-align: left;
}

a, a:visited, a:active {
    color: #2D5582;
}

p {
    margin-bottom: 7px;
}

#leftnav {
    display: none;
}

#main {
    width: 100%;
}

#main #header-tagline {
    display: none;
}

#main .network-logos {
    display: none;
}

#main #top-nav {
    display: none;
}

#main #content {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    font-size: 85%;
    width: 100%;
}

#main #content #sidebar {
    display: none;
}

#main #content ul {
    margin-left: 25px;
    margin-bottom: 15px;
}

#main #content ul li {
    list-style-type: square;
}

#main #content .block {
    padding-bottom: 25px;
}

#main #content h1 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 167%;
    color: #2D5582;
    font-weight: bold;
    padding-bottom: 5px;
}

#main #content h1 span {
    font-weight: normal;
    font-style: italic;
}

#main #content h1 a {
    text-decoration: none;
}

#main #content h1 a:hover {
    text-decoration: underline;
}

#main #content h2 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    color: #4c4c4c;
    margin-bottom: 10px;
}

#main #content h3 {
    font-family: "Arial Narrow";
    font-size: 138.5%;
    font-weight: bold;
    color: #2D5582;
    margin-bottom: 15px;
}

#main #content h4 {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #fff;
    background: #2D5582;
    padding: 7px;
    font-weight: bold;
}

#main #content h4 span {
    font-family: "Arial Narrow";
    font-size: 138.5%;
    color: #fff;
    background: #2D5582;
    padding: 0 5px;
}

#main #content h5 {
    font-family: "Arial Narrow";
    font-size: 153.9%;
    font-weight: bold;
    color: #2D5582;
    padding: 5px 0;
}

#main #content h6 {
    font-size: 108%;
    text-transform: uppercase;
    font-weight: bold;
    color: #2D5582;
    padding: 15px 0;
}

#main #content hr {
    color: #bcbcbc;
    margin: 15px 0;
}

#main #content img.`{
    padding: 0 10px 15px 0;
    border-style: none;
}

#main #content img.right {
    padding: 0 0 10px 10px;
    border-style: none;
}

#main #content .color-box {
    background: #D8E3EF;
    padding: 10px;
    margin: 15px 0;
}

#main #content .home-data-table-blue {
    width: 100%;
    margin: 10px 0;
    text-transform: uppercase;
    font-size: 77%;
}

#main #content .home-data-table-blue td {
    background: #D8E3EF;
    border-bottom: 1px solid #fff;
    padding: 1px 5px;
}

#main #content .home-data-table-blue td.label {
    border-right: 5px solid #fff;
    width: 115px;
}

#main #content .card-data-table-blue {

    margin: 10px 0;
}

#main #content .card-data-table-blue td {
    text-align: center;
    background: #D8E3EF;
    border: 1px solid #fff;
    padding: 1px 5px;
}

#main #content .card-data-table-blue td.label {
    color: #2D5582;
    font-weight: normal;
}

#main #content #breadcrumbs {
    display: none;
}

#main #content .social-links, #footer-border, #footer, #postcomment, #commentform {
    display: none;
}

#main #content .yui-ge .yui-u.first {
    width: 100%;
}