﻿body {
    background-color: white;
    margin: 0px;
    padding: 0px;

    font-family: sans-serif;
    min-width: 550pt
}

#nav {
    width: 100%;
    height: 75pt;
    border-bottom: 2px solid #006ab4;
}

#context {
    width: 100%;
    min-height: 560pt;
    height: auto;
    border-bottom: 2px solid #006ab4;
}

#footer {
    width: 100%;
    height: 70pt;
    background-color: #006ab4;
}