.newsouter
{
    float:right;
    width: 260px;
    padding: 3px 3px 10px 3px;
    margin: 0px 0px 15px 15px;
    border: 1px solid black;
    background-color: #f2f9ff;
}

.newssummaryheader
{
    background-color: #786b39;
    color: White;
    font-weight: bold;
    padding: 3px;
    font-size: 14px;
    margin-bottom: 3px;
    
}

.headline
{
    font-size: 11px;
    font-weight: bold;
    color: Black;
}

.shortdescr
{
    font-size: 11px;
    color: #555555;
    margin: 3px 0px 15px 0px;
}

.eventcategory 
{
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    margin: 20px 0px;
    padding: 20px 0px;
}

.eventcategory h2
{
    color: #6600CC;
    font-size: 30px;
    font-weight: bold;
    margin: 0px;
}

.event
{
    padding-bottom: 10px;
}

.event .evtdate
{
    color: Black;
    font-size: 14px;
    font-weight: bold;
    
}

.event .evtlocation
{
    color: Black;
    font-size: 14px;
    font-weight: bold;
    
}

.event .headline
{
    color: #6600CC;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}

.event a.headline:hover
{
    text-decoration: none;
}

.event a.headline:visited
{
    color: #6600CC;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}


