﻿#newsContainer
{
    width: 622px;
    display:inherit;
    color:black;font:12px Arial, Helvetica, sans-serif;
    float:left;
    margin: 0px 0 10px 0px;
    padding: 0px;
    border: 1px solid #F36283;
    height:50px;
}
#newsContainer a:link, a:visited
{
    color:#44ACCF;
    text-decoration:underline;
}
#newsContainer a:hover
{
    color:#44ACCF;
    text-decoration:underline;
}
#newstitle {
    height:20px;
    width:600px;
    float:left;
    
}

#newstitle p{margin-left:10px;color:#092497;font:12pt Arial, Helvetica, sans-serif;font-weight:bold;}

#news {
    height:30px;
    width:580px;
    overflow:hidden;
    position:relative;
    float:right;
}

#newsScrolling
{
    width:inherit;
    position:relative;
    overflow:hidden;
}

