﻿body {
   background-image: url(Images/gradientbg.jpg);
    background-color: #cbcbcb; 
    background-repeat: repeat-x;
}

.menu
{
    margin-top: 4px;
    margin-left: 25px;
}

.menu A:link{
    color: #ffffff;
    text-decoration: none;
    font-size: 12pt !important;
    }
    
A.menu:visited {
    color: #ffffff;
    text-decoration: none;
    font-size: 12pt !important;
    }
    
A.menu:hover {
    color: #efefef;
 }
 
 .section
 {
    background-image: url(Images/sectionbg.jpg);
    background-repeat: repeat-x;
    width: 98%;
    height: 27px;
    font-size: 14pt !important;
    color: #FFF;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 3px;
    padding-right: 5px;
    border: solid 1px #353535;
 }
 
 li {
 padding: 3px;
 }
 
 .rightHeader
 {
    background-image: url(Images/headerbg.jpg);
    background-position: center center; 
    text-align: center; 
    background-repeat: no-repeat;
 }
 
 .menuBar
 {
 width: 100%; 
 background-image: url(Images/menuBG.jpg); 
 background-repeat: repeat-x; 
 height: 30px;
 }
