﻿#NewListTitle
{

    width:570px;
    float:left;
    border-bottom:solid 1px #560000;
    margin: 0 0 10px 0;
    color: #560000;
    font-family:Arial;
    font-weight:bold;
    font-size:18px;
}

#NewListItems
{
    float:left;
    margin: 0;
    width:610px;
}

.NewsListItemWrapper
{
    float:left;
    background: url(../images/bullets.jpg) no-repeat 0px 4px;
    padding: 0 0 0 20px;
    margin: 0 0 20px 0;
}

.NewsListItemLink
{
    float:left;
    width:550px;
    margin: 0 0 7px 0;
}

.NewsListItemLink a, .NewsListItemLink a:visited
{
    color: #560000;
    font-size:13px;
    font-weight:bold;
    text-decoration:none;
}

.NewsListItemDate
{
    float:left;
    width:550px;
    clear:left;
}

.NewsListItemSummary
{
    float:left;
    font-size:12px;
    width:550px;
}

#NewsItemTitle
{
    float:left;
    font-size:13px;
    font-weight:bold;
    width:560px;
    
}

#NewsItemOtherButtons
{
    float:left;
    clear:left;
    width:95%;
    margin: 10px 0;
}

#NewsItemDate
{
    margin:20px 0 0 0;
    float:left;
    clear:left;
    width:95%;
}

#NewsItemBody
{
    float:left;
   clear:left;
   width:100%;
   font-size:12px;
}

#NewsTitleTextWrapper
{
    float:left;
    
}

#NewsRSS
{
    float:right;
    
}