/* ~~~ === NEWS PAGE ================================================================================ ~~~ */
#newsListing h3
{
    clear: both;
    font: bold 16px Arial, Helvetica, sans-serif;
    color: #FCB924;
    padding: 8px 0;
    margin: 1em 0 .3em;
    border-bottom: 1px dotted #FCB924;
}
#newsListing h3 span
{
    font-weight: normal;
    text-transform: none;
}
#newsListing h3 a,
#newsListing h3 a:link,
#newsListing h3 a:visited,
#newsListing h3 a:active
{
    text-decoration: none;
    color: #FCB924;
}
#newsListing img
{
    float: left;
    border: 1px solid #000;
    margin: 0 14px 4px 0;
}
#newsListing a.viewmore{text-decoration: none;}
#newsListing a.viewmore img
{
    float: none; 
    vertical-align: middle;
    border: none;
}

/* ~~~ NEWS ARCHIVES ~~~ */
.newsArchive p
{
    float: left;
    line-height: 1.5em;
    margin: 0;
}
.newsArchive p a{}
.newsArchive p b{font-weight: normal;}
/* ~~~ NEWS DETAIL ~~~ */
#newsDetails table{width: 100%;}
#newsDetails img
{
    border: 1px solid #000;
    float: right;
    margin: 0 0 6px 14px;
}
span.date
{
    font: 10px Verdana, Arial, Helvetica, sans-serif;
}