/* Start of CMSMS style sheet 'news' */
#news {
margin-bottom: 40px;
width: 500px;
position: relative;
}

#news .NewsSummaryCategory, .NewsSummaryAuthor, .NewsSummaryMorelink, .NewsSummaryLink{ 
             display: none
}

#news .NewsSummary{
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 11px;
        text-decoration: none;
        color: #000;
        font-weight: normal;
        font-style: normal;
        text-align: center;
        width: 720px;
        
}
#news .NewsSummaryPostdate{
        margin-bottom: 5px;
}
#news .NewsSummarySummary a{
        color: #000;
}
#news .NewsSummarySummary a:hover{
        color: #FFF;
        background-color: #000;
        text-decoration: none;
}
#news hr{
         width: 100px

}
/* End of 'news' */

