body {
    background-color: white;
    color: #002147;
    height: 100%;
}

html {
    height: 100%;
}

p, h3 {
    color: white;
}

h3 {
    padding-bottom: 50px;
}

.bkg {
margin-top: 40px;
background-color: #002147;
padding-top: 20px;
margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 20px;
margin-bottom:0px;
}

h1 {
    padding-top: 30px;
    color: white;
    font-size: 250%;
}

.header-image {
    min-height: 300px;
}

a:link, a:visited {
    color: #0f8292;
}

a:hover, a:active {
    color: #46bccc;
    text-decoration: none;
}

.ic-default {
    border-color: white;
}

.ic-default tr {
    text-align: left;
}

.ic-default td {
    text-align: left;
    background-color: #cddff3;
    border-color: white;
}

td.ic-special {
    text-align: left;
    color: white;
    background-color: #0f8291;
    border-color: white;
}

td.ic-alert {
    text-align: left;
    color: white;
    background-color: #a51900;
    border-color: white;
}


.ic-default tr {
    text-align: left;
}

.ic-default th {
    text-align: left;
    color: white;
    background-color: #002147;
    font-size: 100%;
}

.navbar.navbar-inverse {
    margin-bottom: 0px;
    border-radius: 0;
    background-color: #002147;
}