body
{
    /*background-color: gray;*/
    margin: 0 auto;
}

.divTop
{
    /*background-color: #0032a0;*/
    
    width: 100%;
    height: 70px;
}

.divTopHeader
{
    width: 60%;
    height: 70px;

    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-bottom-color: black;

    margin: 0 auto;
}

.divLogo
{
    width: 70px;
    height: 70px;
}

.divNavbar
{
    height: 60px;

    background-color: yellow;
}

.divForm
{
    background-color: white;
    margin: 0 auto;
    padding: 50px;
    width: 300px;
    text-align:left;
}

.divBody
{
    width: 60%;
    height: 300px;
    /*line-height: 300px;*/
    font-family: sans-serif;

    text-align: left;
    vertical-align: middle;

    padding-left: 300px;
    padding-top: 50px;

    font-size: 16pt;

    margin: 0 auto;
}

.divBottom
{
    width: 60%;

    text-align: right;

    font-family: sans-serif;

    border-top-width: 5px;
    border-top-style: solid;
    border-top-color: black;

    margin: 0 auto;
}


nav {
    position: relative;
}

/* This is how to float an image */
nav img {
    float: left;
    max-height: 50px;
}

/* This is how to float text */
nav span {
    color: #FFF;
    float: left;
    line-height: 3em; /* Use line-height to vertically position your text */
}