﻿#NewsColumn 
{
    border-bottom:2px solid #666; 
    float:left;
    width:740px;
    margin-bottom:20px;
    position:relative;
    padding-top:10px;
}


#NewsColumn #PageLinks
{
    position:relative;
    top:17px;    
    float:left;
    left:535px;
    }

.NewsItem
{
/*    min-height:250px;*/
    min-height:220px;
    float:left;
    width:740px;   
    border-top:2px solid #666; 
    margin-top:20px;
    position:relative;
    }
    
.NewsItem .NewsImage
{
    float:left;
    width:125px;
    height:170px;
    background-repeat:no-repeat;    
    margin:20px 0px 10px 20px;
    }    
    
.NewsItem .NewsCopy
{
    margin-top:20px;
    float:right;    
    margin-right:20px;
    width:550px;
    }   
    
.NewsItem .NewsCopy h3
{
    padding-top:0px;
    margin-top:0px;
    font-size:16px;
    }    
    
.NewsItem .NewsCopy .PublishDate             
{
    color:#A9218E;
    font-weight:bold;
    }
    
.NewsItem .NewsCopy a.PDFlink
{
    position:absolute;
    left:540px;
    background-repeat:no-repeat;
    background-image:url(../img/ViewPdf.jpg);
    background-position:right;
    text-align:right;
    padding-right:75px;
    width:103px;
    display:block;
    height:33px;
    color:#666;
    text-decoration:none;
    padding-top:4px;
    }    
    
.NewsItem .NewsCopy a.PDFlink:hover
{
    text-decoration:underline;
    color:#303030;
    }    
