﻿#News
{
    margin: 10px;
    clear: both;
}    

#News h1 
{
    font-size: 12pt;
}

#News table
{
    width:610px;
}

#News td
{
    vertical-align: top;
    padding:10px 0px;
    border-bottom: 1px dotted #88ac22;
}

#News .top
{
    background: #eef0ac;
    color: #6a8a22;
    display: block;
    padding: 2px 10px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14pt;
}

#News .image img
{
    width: 140px;
}

#News .image p
{
    margin: 0px;
}

#News .image
{
    border: 1px solid lightgrey;
}

#News .border
{
    border: 4px solid white;
}

#News .caption
{
    padding-left:10px;
}

#News .caption h1
{
    color: #6a8a22;
}

#News .Date 
{
    float: right;
}

#News .Readmore
{
    background:#EEF0AC none repeat scroll 0 0;
border:1px solid #88AC2E;
color:black;
display:block;
float:right;
font-size:9px;
padding:3px;
white-space:nowrap;
width:10ex;
}

#News .caption a
{
    text-decoration: none;
}