html, body 
{
    background-color: #fff;
    color: #000;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 10px; 
    font-style: normal;
    margin: 0;
}
h1 
{
    font-size: 16px;
}
p 
{
    font-size:12px;
    text-align: left;
}
a.hover 
{
    text-decoration: none;
    color: #a83930;
}
a 
{
    text-decoration: none;
}

#divbot 
{
    padding: 0 10px 0 10px;
    color: Navy;
    position: fixed;
    vertical-align: bottom;
    bottom: 0px;
    font-style : italic;
    background-color: Gray;   
}
#header
{
    height: 80px;
    background-color: #000099;
    color: White;
    width: 100%;
}
#middlepane
{
    width: 100%;
    position: absolute;
    top: 33%;
    height: 33%;
}
#footer
{
    width: 100%;
    color: White;
    position: fixed;
    bottom: 0px;
    background-color: white;
}