﻿/* this is the right-hand pane on the home page that displays
   current news
*/
div.currentNewsPane
{
    padding:5px;
    margin:0px 2px;
}

div.newsItem
{
    margin-bottom:10px;
    border-bottom:dashed 1px black;
    padding-bottom:5px;
}

div.newsItem h1
{
    font-size:1em;
    text-transform:uppercase;
}

div.newsImage
{
    margin:2px 5px;
    padding:5px;
}

div.newsBody
{
    margin:2px 5px 2px 0px;
    text-align:left;
}