﻿div.ArticleListing {
    width: 146px;
    height: auto;
    overflow: hidden;
    background-color: #0053a0; /*#6b3655;*/
    padding: 10px 0px 0px;
    margin-bottom: 10px;
    /*border-color:#6c9cc8 #003465 #002343 #3677b4;
    border-width:1px;
    border-style:solid;*/
}
div.ArticleListing ul {
    margin: 0 0 20px 0;
    padding:0;
}
div.ArticleListing a {
    font-family: Arial, Sans-Serif;
    font-weight: bold;
    color: White;
    font-size: 11px;
}

div.ArticleListing ul li {
    padding:0 0 0 6px;
}

div.ArticleListing li.Current {
    background-color:White;
    padding-top:3px;
    padding-bottom:3px;
}
div.ArticleListing li.Current a {
    color: #0053a0;    
}
div.ArticleListing li {
    margin-bottom: 4px;
    line-height: 12px;
}
div.ArticleListing h1 {
    font-family: "Arial Black" , Arial, Sans-Serif;
    font-weight: normal;
    color: #9b8348; /*#ffcb05;*/
    font-size: 14px;
    padding:0 0 0 3px;
    /*text-transform: uppercase;*/
}
