﻿body 
{
    background-color:#00284b;
    background-image:url('../images/sapboFest_BridgeBackground.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    margin:0px;
    font-family:Arial;
}

.tMenu
{
    color:White;
    font-size:13px;
    background-image:url('../images/tMenuBG.png');
    background-repeat:repeat-x;
padding: 0px 15px;    
    }
.tMenuItem
{
    color:White;
    font-size:13px;
    background-image:url('../images/tMenuBG.png');
    background-repeat:repeat-x;
    
    }


.yellowBox 
{
    padding:15px 6px 20px 6px;
    vertical-align:top;
    font-size:13px;
    background-image:url('../images/YellowBox.png');
    background-repeat:repeat-x;
    }
    
.brownBox
{
    padding:8px;
    background-image:url('../images/BrownBox.png');
    background-repeat:repeat-x;
    
    }
.ComeOut
{
    font-size:23px;
    font-weight:bold;
    color:Yellow;
     font-style:italic;
    }
.brownBoxText
{
    text-align:justify;
    font-size:13px;
    color:White;
    } 
.performancesBy
{
    font-weight:bold;
    font-size:18px;
    color:Yellow;
    }  
.sponsorText
{
    color:Yellow;
    font-size:13px;
    text-align:center;
    padding-top:18px;
    }
.bNav
{
    font-size:12px;
    color:White;
    }
    
    .bNav a:link, .bNav a:visited
    {
        color:White;
     }

   .bNav a:hover, .bNav a:active
    {
        color:yellow;
     }
.tMenu a:link
{
    color:White;
    text-decoration:none;
    }
.tMenu a:visited
{
    color:White;
    text-decoration:none;
    }
.tMenu a:hover, tMenu a:active
{
color:Yellow;
text-decoration:underline;    
    }
    
.content
{
    color:White;
    font-size:12px;
    }
    
.bandDate
{
    font-size:11px;
    color:white;
    text-align:center;
    }