/* news.css */

#PageHead {
    background-color: #e0d070;
}

#PageFoot {
    background-color: #f0e0c0;
    margin: 0;
}

#PageBody {
    background-color: #ffffcc;
    background-image: url(bgNews.gif);
    font-size: 10pt;
    text-decoration: none;
    padding: 0 0 36pt 0;
    border: 0;
    margin: 0;
}


#PageBody #Banner {
    text-align: center;
    padding: 0;
    border: 0;
    margin: 0;
}

#PageBody #Banner img {
    background-color: black;
    padding: 2px 5px;
    border: 3px outset #a0c0e0;
    margin: 12pt 0 24pt 0;
}


#PageBody .NewsItem {
    background-color: #ffffdf;
    color: #000000;
    padding: 0;
    border: 1px solid #5f3f00;
    border-right-width: 3px;
    border-bottom-width: 3px;
    margin: 4pt 80px 8pt 65px;
}

#PageBody .NewsItem h3 {
    background-color: #dfbf5f;
    color: #4f2f00;
    font-family: monospace;
    font-size: 11pt;
    font-weight: bold;
    font-style: normal;
    padding: 5px 6pt;
    margin: 0 0 6pt 0;
}

#PageBody .NewsItem p {
    font-family: sans-serif;
    font-size: 10pt;
    font-weight: normal;
    font-style: normal;
    line-height: 1.25;
    margin: 0 0 6pt 6pt;
}

#PageBody .NewsItem cite {
    font-family: serif;
    font-weight: normal;
    font-style: italic;
}

#PageBody .NewsItem a:link {color:blue; text-decoration:underline;}
#PageBody .NewsItem a:visited {color: blue;}



/*eof*/
