﻿body {
    font-family: 'Times New Roman'
}
#divHeader {
    height: 35px;
    background: #055952;
    color: #fff;
    padding: 0px;
    padding-top: 5px;
    padding-right: 5px;
    width: 100%;
    float: left
}
#divFooter {
    height: 35px;
    background: #055952;
    color: #fff;
    padding: 5px;
    width:100%;
    float:left
}
#divBody {
    min-height: calc(100vh - 70px);
    width: 100%;
    float: left;
    overflow:hidden
}
.divTitle {
    width: 100%;
    float: left;
    border-bottom: 1px solid #055952;
    padding:5px;
    text-transform:uppercase;
    font-size:16pt;
    font-weight:bold
}
.button {
    padding: 5px;
    border: 1px solid #055952;
    background: white;
    text-align: center;
    font-size: 14px;
    cursor:pointer
}
    .button:hover {
        background: #055952;
        color:#fff;

    }
.divBot {
    width: 100%;
    float: left;
    margin-top:10px;
    padding: 5px;
    text-transform: uppercase;
    font-size: 16pt;
    font-weight: bold
}