.viewnews-content
{

}

#viewnews-contentleft
{
float:left;
width:666px;
padding-right:15px;
display:inline;

}

#viewnews-contentright
{
float:left;
padding-left:25px;
width:244px;
display:inline;
}

/*LATEST NEWS WIDGET STYLES*/
.latestnewscontainer
{
float:left;
}

.latestnewstop
{
    background:url(../graphics/news/latestnewstop.jpg) no-repeat;
    width:245px;
    height:7px;
    margin:0;
    padding:0;
    float:left;
    font-size:5%;
}
.latestnews
{
    background:url(../graphics/news/latestnewsmiddle.jpg) repeat-y;
    padding-left:10px;
    padding-right:35px;
    width:200px;
    margin:0;
    clear:left;
    float:left;
}
.latestnewsbottom
{
    background:url(../graphics/news/latestnewsbottom.jpg) no-repeat;
    width:245px;
    height:7px;
    margin:0;
    padding:0;
    clear:left;
    float:left;
    margin-bottom:10px;
}
.latestnews p
{

}

.latestnews-image
{

}

.latestnews-image img
{

}

.latestnews-title
{
margin:0;
padding:0;
}


.latestnews-title h2
{
font-size:100%;
color:#878F91;
font-weight:normal;
font-family:arial;
margin:0;
padding:0;
}

.latestnews-title h2 a:link, .latestnews-title h2 a:visited
{
        color:#878F91;
        text-decoration:none;
        margin:0;
        padding:0;
}

.latestnews-title h2 a:hover
{
        text-decoration:none;
        color:#E9F9FE;
}

.latestnews-description
{
margin:0;
padding:0;
}

.latestnews-description p
{
    margin:0;
    padding:0;
    margin-top:10px;
    color:#797668;
    font-weight:normal;
}

