.rssDisplay .rssTitle
{
    color: #275c85;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 3px;
}

.rssDisplay .rssTitle a
{
    color: #275c85;
    text-decoration: none;
    font-weight: bold;
}

.rssDisplay .rssTitle a:hover
{
    text-decoration: underline;
}

.rssDisplay .rssItem
{
    /*styles needed for news content item*/
    padding-bottom: 8px;
    margin-bottom: 7px;
    border-bottom: 1px dotted #275c85;
}
.rssDisplay .rssItem.lastItem
{
    border-bottom-width: 0;
}

.rssDisplay .rssItem a
{
    font-size: 8pt;
    color: #275c85;
    text-decoration: none;
    font-weight: bold;
}
.rssDisplay .linkDiv
{
    padding: 5px 0;
}
.rssDisplay .linkDiv a
{
    background: url('@site_theme@/images/bullet2.gif') no-repeat left 50%;
    padding-left: 15px;
    
    font-size: 8pt;
    color: #275c85;
    text-decoration: none;
    font-weight: normal;
}

.rssDisplay .rssItemContent
{
}

.rssDisplay .rssItem a:hover
{
    text-decoration: underline;
}

.rssDisplay .rssItemDate
{
    font-size: 8pt;
    color:#666; /*#c4c5ca;*/
    padding-bottom: 10px;
    /*margin-bottom: 10px;*/
}

.frontPageNews
{
	vertical-align: top;
	
}
.frontPageNews .rssDisplay .rssItem
{
    padding: 0px;
    margin: 0px;
    border: 0px;
}


.newsArea .mainNewsRssDisplay 
{
	padding:10px 0;
}
.newsArea .mainNewsRssDisplay .rssItem 
{
	font-weight:bold; 
	margin-left: 10px; 
	border-bottom: 1px dotted #275c85; 
	margin-bottom: 10px; 
	padding-bottom: 5px;
}
.newsArea .mainNewsRssDisplay .rssItemDate 
{
	padding-left:5px; 
	padding-bottom: 5px; 
	font-weight: normal; 
}
.newsArea .mainNewsRssDisplay .rssItemContent
 {
	padding-left:5px;
	font-weight: normal; 
}
.newsArea  .mainNewsRssDisplay a 
{
	font-size:8pt; 
}
.newsArea  .mainNewsRssDisplay a:hover 
{
}
.newsArea  .mainNewsRssDisplay .linkDiv 
{
	margin: 10px 10px 0px 0px; 
	text-align: right; 
}	
	
