﻿html, body 
{
    background-image:url(images/bg.jpg);
    margin:0;
    padding:0;
    font-family:Helvetica,Arial;
    background-color:#B0CD99;
}
#container
{
    width:1002px;
    margin: auto;
}
#header
{
}
#sideleft
{
    float:left;
    height:594px;
}
#menuitems
{
    margin-left:30px;
    font-size:10pt;
    width:200px;
}
#footer
{
    clear:both;
    height:58px;
    text-align:left;
    font-size:10pt;
    padding-left:40px;
}
a
{
    color:#000077;
    text-decoration:none;
}
a:hover
{
    color:#FF0000;
    text-decoration:none;
}
a.news
{
    color:#000000;
    text-decoration:none;
}
a.news:hover
{
    color:#FF0000;
    text-decoration:none;
}
#divcontrol
{
    vertical-align:middle;
    height:270px;
}
