﻿.sideAdOn
{
    height: 55px; 
    text-align: center;
    font-weight: bold;
    color: Black;
    background-color: #FFCC00;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
}
.sideAdOff
{
    height: 55px; 
    text-align: center;
    font-weight: normal;
    color: #FFCC00;
    background-color: Black;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
}

#linksPanel
{
    height: 32px; 
    padding-top: 7px; 
    color: Black; 
    text-align: center; 
    font-size: 0.8em;   
}

#linksPanel a:link, #linksPanel a:visited
{
    color: Black;    
}

#linksPanel a:hover, #linksPanel a:focus, #linksPanel a:active
{
    color: Black;
    text-decoration: none;
}

/* Homepage buttons in center panel */

.mainButton
{
    background-image: url('img2/button-1135.png'); 
    background-repeat: no-repeat; 
    background-position: 17px 10px;  
    height: 43px; 
    width: 158px; 
    padding: 23px 0px 0px 27px; 
    font-weight: bold; 
    color: Black; 
    font-size: 1.2em;
    cursor: default;
}

/* END Homepage buttons in center panel */

#mainInfo a:link, #mainInfo a:visited
{
    color: #FFFFFF;
}

#mainInfo a:hover, #mainInfo a:focus, #mainIfo a:active
{
    color: #FFCC00;
}
