﻿body 
{
    background-color: #B2CD92;
    font-family:verdana;
    font-size: 10pt;
    height: 100%;
}

#container
{
    background-color: White;
    width: 800px;
    height:100%;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px #086940;
    border-top: none;
    border-bottom: none;

}

#header
{
    width: 100%;
    height: 100px;


}

#body
{
    width: 100%;
    height: 675px;

}

#footer
{
    border-top: solid 1px #086940;
    width: 100%;
    font-size: 8pt;
    bottom:0;

}

/*a:hover, a:visited, a:link
{
    text-decoration: none;
    color: #00DE04;
}*/
