﻿body
{
    width:98%;
    font-family:'Times New Roman';
    font-size:16pt;
    text-align:center;
    height: 100%;
    vertical-align:middle;
}
.leftFullBlock {
    display: inline-block;
    width: 47%;
    background-color: rgb(156,175,136);
    height: 98%;
    vertical-align:top;
}
.rightFullBlock {
    display: inline-block;
    width: 47%;
    height: 98%;
}
.navButton {
    display: inline-block;
    width: 32%;
    font-weight: bold;
    text-align: center;
    cursor:pointer;
    color:rgb(156,175,136);
}
.navAnchor {
    color:rgb(156,175,136);
    text-decoration:none;
}