﻿body {
    background-color: white;
}

.header-bottomBand {
    background-color: white;
}

footer {
    margin-left: 0;
}

.footer-divider {
    line-height: .2;
    background-color: #003865;
}

.btn-default {
    background-color: #eee;
}

p.displayText {
    padding-top: 5px;
}

p.pageName {
    font-weight: bold;
    font-size: 1.7em;
}

.section {
    margin-left: 0;
}

.subsection {
    margin-left: 3em;
}

/* CSS style defined for text URL anchor */
a.text-link {
    text-decoration: underline;
}