﻿.contentCont
{
    width:510px;
    float:left;
}
.leftCont
{
    width:154px;
    float:left;
}
.rightCont
{
    width:213px;
    float:right;
    /*background-color:#e6eeef;*/
}
.mainRight
{
    width:730px;
    float:right;
}
.newsReadMore, .backLink
{
    background-color:#F0E319;
    padding:2px;
    color:#ACACAC;
    text-decoration:underline;
    /*display:block;*/
    width:90px;
    text-align:center;
    text-transform:uppercase;
}
.newsDate
{
    font-size:10px;    
    line-height:12px;
}
.newsHeading
{
    color:#598E93;
    font-weight:bold;
    font-size:14px;   
    /*margin-top:5px;*/
}
.newsSubHeading, .newsPreview
{
   /*margin-top:5px;*/   
}
.newsImg
{
    float:right;
}
.hide
{
    display:none;
}
.show
{
    display:block;
}
.newsText
{
    width:360px;
    float:left;
}
.newsPreviewCont
{
    margin-top:5px;
}
