body{
    background-color: #f2f2f2; 
    margin-top: 0px;
    padding-top: 0px;
    margin-left: 0px;
    padding-left: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}
#container{
    position: relative;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    background-color: #dbdbdb;
}
#header{
    width: 870px;
    height: 145px;
    background-image: url(images/site/headerpixel.jpg);
    background-color: #ffffff;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 25px;
    padding: 15px;
}
#left{
    float: left;
    width: 255px;    
    margin-left: 15px;
    padding-bottom: 25px;
}
#right{
    float: right;
    width: 600px;
    margin-right: 15px;  
    padding-bottom: 25px;
}
#footer{
    width: 870px;
    height: 100px;
    border-top: 1px solid #ffffff;
    padding: 15px;
    background-image: url(images/site/headerpixel.jpg);
    background-color: #020202;
    color: #ffffff;
    clear: both;    
}
.leftboxheading{
    width: 235px;
    height: 25px;
    background-color: #ffffff;
    margin-bottom: 1px;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
}
.leftboxbody{
    width: 235px;
    background-color: #ffffff;
    margin-bottom: 15px;
    padding: 10px;
}
.rightboxheading{
    width: 580px;
    height: 25px;
    background-color: #ffffff;
    margin-bottom: 1px;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
}
.rightboxheadingwithlogo{
    width: 590px;
    background-color: #ffffff;
    margin-bottom: 1px;
    padding-left: 10px;
    font-weight: bold;
}
.rightboxbody{
    width: 580px;
    background-color: #ffffff;
    margin-bottom: 15px;
    padding: 10px;
    padding-top: 15px;
    line-height: 140%;
}
.rightboxbody li{
    list-style-type: square;
    line-height: 200%;
}
.rightboxbody a{
    color: #007422;
    text-decoration: none;
}
.rightboxbody a:hover{
    color: #007422;
    text-decoration: underline;
}
.rightboxbodytext{
    width: 460px;
 }
.menu{
    line-height: 200%;
    padding-top: 4px;
}
.menu a{
    color: #007422;
    text-decoration: none;
}
.menu a:hover{
    color: #007422;
    text-decoration: underline;
}
.extraspace{
    padding-top: 2px;
    padding-bottom: 2px;
}