.adsMapAdsLink
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #0F93B5;
    TEXT-DECORATION: none
}
.eventsLink
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #0F93B5;
    TEXT-DECORATION: none
}
.MemRosterLink
{
    FONT-WEIGHT: bold !important;
    FONT-SIZE: 12px !important;
    COLOR: #0F93B5 !important;
    TEXT-DECORATION: none !important
}
/* For navigation areas */
a.nav
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #ffffff;
    TEXT-DECORATION: none;
    padding-left: 10px
}
a.nav:hover
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #ffffff;
    TEXT-DECORATION: none;
    padding-left: 10px;
    text-decoration: underline
}
.NavHeader
{
    margin-left: 5px;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px    
}

/* For component headers on homepage */
.Header
{
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px    
}

/* For chamber contact info below left nav */
.chamberInfo
{
    text-align: center;
    font-size: 11px;
    font-weight: bold
}

/* For the copyright link */
.copyright
{
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 10px;    
    margin-bottom: 5px    
}
a.copyright:hover
{
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 10px;    
    margin-bottom: 5px     
    }
/* For advertisement containers and ad blank ad spaces */
.sponsorAdHeader
{
    background-color: #0F93B5;
    width: 480px;
    color: #ffffff;
    height: 25px;
    font-weight: bold;
    padding-left: 5px;
}
.sponsorAdContainer
{
   border: solid #0F93B5 2px;
   width: 480px;
   height: 60px;
   padding: 5px 5px 5px 5px;
   text-align:center 
}
.sponsorAdLeft
{
   border-top: solid silver 1px;
   border-bottom: solid silver 1px;
   border-left: solid silver 1px;
   width: 120px;
   height: 60px;
   text-align: center;
   color: Silver;
   font-size: 10px;
   cursor: pointer
}
.sponsorAdRight
{
   border-top: solid silver 1px;
   border-bottom: solid silver 1px;
   border-left: solid silver 1px;
   border-right: solid silver 1px;
   width: 120px;
   height: 60px;
   text-align: center;
   color: Silver;
   font-size: 10px;
   cursor: pointer
}
.adLinkText
{
    color: Silver;
    font-size: 10px 
}
