﻿/* Error Page */
body {
    background:white;
    color:#ffffff;
    font-family:courier;
    font-size:12pt;
    text-align:center;
}

.errorBanner{
    margin: auto 20%;
}

.errorMainHeader {
    font-size: 4em;
    font-weight: bold;
    margin-bottom: 20px;
}

.errorSubHeader {
    font-size: 2em;
    margin-top: 0px;
}

.errorBreakdown {
    margin-left: 20px;
}

.errorHeader {
    color: #0000aa;
    font-weight: bold;
}

.errorMessage {
    color: #0000aa;
}

.errorDetail {
    color: #0000aa;
    font-style: italic;
}

p {
    margin:30px 100px;
    text-align:left;
}

a, a:hover {
    color:inherit;
    font:inherit;
}

.errorMenu {
    text-align:center;
    margin-top:50px;
}

.errorLinks{
    text-align: center;
}