﻿#news
{
    margin:4px;
    margin-right:5px;
    margin-bottom:12px;
}

#news h3
{
    font-size:90%;
    margin:6px 0 2px 0;
    clear:both;
}

#news h4
{
    font-size:90%;
    padding: 3px;
    margin: 15px 4px 0 4px;
    background: url(../images/dotted_bg.gif);
    border: 1px solid #ccc;   
}

#news #newsscroll
{
    height: 300px;
    overflow:hidden;
}

#news ul
{
    margin:0;
    padding:0;
}

#news ul li
{
    background: #f2f2f2;
    padding:2px 6px;
    margin-bottom:2px;
    list-style:none;
    font-size:85%;
    border-bottom:3px solid #fff;
    height:68px;
    cursor:pointer;
}

#news ul li .titlelink
{
    display:block;
    margin-top:25px;
    font-size:130%;
    font-weight:bold;
    color:#fff;
}

#news #twitter
{
    display:block;
    text-align:center;
    margin:auto;
}

#news #twitter img
{ 
    display:block;
    margin:auto;
}

#news #welcome 
{
    clear:both;
    margin:10px 0;
    overflow:hidden;
}

#news #welcome img
{
    width:77px;
    height:60px;
    float:left;
    margin-right:10px;
    border:none;
} 

#news #welcome a
{ 
    font-size:135%;
}

#news .letters ul
{
    list-style: none;
    margin: 0;
    margin-left: 15px;
    margin-right: 15px;
    padding:0;
}

#news .letters ul li
{
    background: url(../images/pdf.jpg) no-repeat 0 4px;
    padding: 3px 10px 3px 18px;
    text-decoration: none;
    border-top:none;
    color: #009;
    height:auto;
}

#news #gateway_letters_footer
{
    font-size:76%;
    margin:auto;
    margin-top:10px;   
    text-align:center;
}

