.mainRight #
{
    float:right;
}
.rightCont
{
    float:right;
    width:170px;
    margin-right:10px;
}
.leftCont
{
    float:left;
    width:170px;
}
.contentCont
{
    margin-left:10px;
    margin-right:190px;
}

#whatsNew_cont, #services_cont
{
    background-color:#fff;
    padding:10px;
    margin-bottom:10px;
}

#upcomingEvents, #services
{
    background-color:#fff;
    margin-bottom:10px;
    padding:10px;
}

.servicesWindowHeader, .upcomingEventsWindowHeader 
{
    color:#000;
    font-size:16px;
    font-weight:bold;
}

.upcomingEventsItemHeader a, .servicesItemHeader a
{
    color:#48669F;
    font-weight:bold;
    font-size:13px;
    line-height:16px;
    text-decoration:none;
}

.upcomingEventsItemIntro a, .servicesItemIntro a
{
    color:#666;
    text-decoration:none;
    font-size:13px;
}

.upcomingEventsItemHeader, .servicesItemHeader
{
    margin-top:5px;
}