﻿#RightColumn
{
  font-size: 80%;
}

.NewsItem 
{  
    margin-bottom: 10px; 
    padding-bottom: 5px;
    border-bottom: dotted 2px black; 
}

.Summary
{
    margin: 0px 30px 0px 20px; 
}

.Summary ul 
{
    margin-left: 30px; 
    margin-bottom: 10px; 
}

.Title 
{
  font-size: 70%; 
  /*padding-bottom: 10px;
  margin: 0 10px 0 10px;*/ 
  margin-left: 10px;
  margin-right: 10px;
}

#BottomLeftPanel
{
    margin-top: 30px;
}

a img
{
  border: solid 1px #b2b2b2; /* Ovr def 2px blue */
  padding: 2px; /* Space betw brdr and img */
}