body {
    border-top: 5px solid #D8DBDC;
    font: 0.80em verdana, sans-serif;
    margin: 0;
}

a {
    color: #E51937;
    outline: none;
    text-decoration: none;
}

a:hover {
    border-bottom: 1px dotted #E51937;
    color: #E51937;
    text-decoration: none;
}

a.logo {
    background: url(logo2.png) no-repeat left top;
    background-size: contain;
    display: block;
    height: 85px;
    left: 25px;
    margin-top: -51px;
    /* negative half of the height */
    position: absolute;
    top: 50%;
    width: 220px;
}

a:hover.logo {
    border-bottom: none;
}

h1 {
    color: #193B69;
    font: 400 32px/36px 'Open Sans', sans-serif;
    margin: 0 0 15px;
    padding: 0;
}

h2 {
    color: #193B69;
    font: 400 26px/28px 'Open Sans', sans-serif;
    margin: 15px 0;
    padding: 0;
}

h3 {
    color: #333333;
    font: 400 20px/23px 'Open Sans', sans-serif;
    margin: 10px 0;
}

h4 {
    font: 1.3em 'Open Sans', sans-serif;
}

img {
    border: 0;
    display: block;
}

ol,
ul {
    line-height: 1.5em;
    margin: 0 0 1em 2.1em;
    padding: 0;
}

p {
    line-height: 1.5em;
    margin: 0 0 1em 0;
    padding: 0;
}

#epAttention {
    sheight: 48px;
    line-height: 16px;
    margin-top: -24px;
    position: absolute;
    right: 25px;
    text-align: right;
    top: 50%;
    width: 400px;
}

#column1 {
    margin-right: 50%;
}

#column2 {
    float: right;
    padding: 1%;
    width: 45%;
}

#content {
    clear: both;
    float: left;
    padding: 2%;
    width: 96%;
}

#emergency {
    border-top: 1px dotted #D8DBDC;
    padding-top: 1em;
}

#epDDN {
    font-weight: bold;
    white-space: nowrap;
}

#epFooter {
    border-top: 1px dotted #D8DBDC;
    clear: both;
    color: #000000;
    font-size: 9px;
    padding: 0 2%;
    text-align: center;
    text-transform: uppercase;
    width: 96%;
}

#epFooter a {
    color: #000000;
    text-decoration: none;
}

#epFooter a:hover {
    color: #E51937;
    text-decoration: none;
}

#epFooter th {
    display: none;
}

#epHeader {
    height: 160px;
    position: relative;
}

#nav {
    background: #D8DBDC;
    color: #000000;
    letter-spacing: 0.05em;
    float: left;
    font-weight: 700;
    width: 100%;
}

#nav a {
    border-right: 1px dotted #ffffff;
    color: #000000;
    display: block;
    float: left;
    padding: 5px 20px;
    text-decoration: none;
}

#nav a:hover {
    background: #E51937;
    border-bottom: none;
    color: #ffffff;
}

#wrapper {
    float: left;
    margin: 0 2%;
    min-width: 800px;
    width: 96%;
}

.bottom {
    margin-bottom: 0em;
}

.top {
    margin-top: 0em;
}

.listor {
    list-style: none;
    margin: 10px 0;
}

.nowrap {
    white-space: nowrap;
}