body {
    margin: 0;
    padding: 0;
    color: #000;
    background-color: #fff;
}

#container {
    margin: 0;
    background-color: #fff;
} 

#banner {
    background-color: #0168B1;
    height: 83px;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left: 330px;
}

#nav {
    float: left;
    width: 300px;
}

#nav p {
    margin-top: 0;
}

#content {
    padding-top: 15px;
    margin: 0 10em 0 310px;
}

#footer {
    padding-top: 50px;
    margin: 0 0 0 350px;
    clear: both;
}

p {
    color: black;
    font-size: 11pt;
    font-style: normal;
    font-weight: normal;
    font-family: Times New Roman, serif;
    text-align: left;
}

p.copyright {
    color: black;
    font-size: 8pt;
    font-style: normal;
    font-weight: normal;
    font-family: Times New Roman, serif;
    text-align: left;
}

p.copyright_splash {
    color: white;
    font-size: 8pt;
    font-style: normal;
    font-weight: normal;
    font-family: Times New Roman, serif;
    text-align: left;
}

p.header {
    font-size: 16pt;
    font-weight: bold;
    color: white;
    font-family: Times New Roman, serif;
}

p.text_header1 {
    font-weight: bold;
}

a {
    color: #0168B1;
    font-size: 11pt;
    font-style: normal;
    font-weight: normal;
    font-family: Times New Roman, serif;
    text-decoration: none;
}

a:HOVER {
        text-decoration: underline;
}

a.headerlink {
    font-size: 12pt;
    font-style: normal;
    font-weight: bold;
    font-family: Times New Roman, serif;
    text-decoration: none;
}

a.headerlink:HOVER {
    text-decoration: underline;
}

iframe {
    border: 1px solid #0168B1;
}
