body 
{
    font-family: Arial, Sans-Serif;
    font-size: small;
}

h1 
{
    font-size: x-large;
    color: #008400;
    font-weight: bold;
}

h2 
{
    font-size: medium;
    color: #008400;
    font-weight: bold;
}

.tab-on 
{
    background-image: url(tab-on.gif); 
    background-repeat: no-repeat;
    background-position: bottom;
    text-align: center;
    color: #333333;
    width: 130px;
    height: 55px;
    font-size: small;  
}    

.tab-off 
{
    background-image: url(tab-off.gif); 
    background-repeat: no-repeat;
    background-position: bottom;
    text-align: center;
    vertical-align: middle;
    padding: 0px 0px 0px 0px;
    color: #ffffff;
    width: 130px;
    height: 55px;
    font-size: small;  
}    

.tab-link
{
    text-decoration: none;
    color: #ffffff;
    font-size: small;  
}

.tab-off:hover
{
    background-image: url(tab-green.gif); 
    background-repeat: no-repeat;
    background-position: bottom;
    text-align: center;
    color: #ffffff;
    width: 130px;
}

.menuitem:visited
{
    text-decoration: none; 
    color: #333333;   
}

.menuitem:link
{
    text-decoration: none; 
    color: #333333;   
}

.menuitem:hover
{
    color: #000099;
    text-decoration: underline;
}

.padTopYellow
{
    background-image: url(pad-yellow-top.gif); 
    padding: 5px 25px 5px 5px; 
    text-align: center;
    font-size: small;
}

.padTopBlue
{
    background-image: url(pad-blue-top.gif); 
    padding: 5px 25px 5px 5px; 
    text-align: center;
    color: #FFFFFF;
    font-size: small;
}

.padTopGreen
{
    background-image: url(pad-green-top.gif); 
    padding: 5px 25px 5px 5px; 
    text-align: center;
    color: #FFFFFF;
    font-size: small;
}

.padMiddle
{
    background-image: url(pad-middle.gif); 
}

.padContent
{
    text-align: left;
    color: #333333;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 20px;
    font-size: small;    
}

.padBottom
{
    background-image: url(pad-bottom.gif); 
    height: 25px;
}

.banner 
{
    background-image: url(bannershadow.gif); 
    background-repeat: repeat-x
}
    

.banner-top
{
    height: 33px;
    text-align: right;
    color: #31418C;
    font-weight: bold;
}

.banner-bottom
{
    height: 37px;
    vertical-align: top;
    text-align: center;
}

#testimonial
{
    color: #333333;
    height: 170px;
}

.footerText
{
    FONT: 10pt/1.8em Verdana, sans-serif;
    COLOR: #444444;
    vertical-align: bottom;
}
.footerText A
{
    COLOR: #000000;
    TEXT-DECORATION: none
}
.footerText A:link
{
    COLOR: #000000;
    TEXT-DECORATION: none
}
.footerText A:visited
{
    COLOR: #000000;
    TEXT-DECORATION: none
}
.footerText A:hover
{
    COLOR: #440000;
    TEXT-DECORATION: underline
}
