.blueTitle{
    background: url(../img/blueBg.gif) repeat-x;
    font-weight:bold;
    font-size:1.1em;
    color:white;
    padding:4px;
}

.yellowTitle{
    background: url(../img/yellowBg.gif) repeat-x;
    font-weight:bold;
    font-size:1.1em;
    color:black;
    padding:4px;
}

.leftPanel{
    float:left;
    width:50%;
}
.rightPanel{
    float:left;
    width:50%;
}