﻿

   #ArticleContainer
   {
       width: 410px; 
      /* width: 382px;        */
   }   
   
   #ArticleContainer .header
   {     
        font-size:12px;
        color:#162350;
        margin-bottom:5px;
		font-weight: 900;
   }   
   
 
    #ArticleContainer .underlinelink
   {
        text-decoration:none;
        color:#162350;
        font-size:11px;
   }   
 
   #ArticleContainer .RedDot  
     {
         width:4px;
         height:4px;
         background: url(http://media.townhall.com/res/4.3.0.64/images/backpage/red_bullet.gif) no-repeat;
         vertical-align:middle;         
     }


    #ArticleContainer .ItemContainer  
     {
        width: 186px; 
        text-align: left;
		clear: both;
     }
     
    #ArticleContainer .ItemContainerLeft  
     {
        width:8px; 
        float:left;  
        vertical-align:top;
        overflow:hidden; 
		position: relative;
     }
     
    #ArticleContainer .ItemContainerRight
     {
        width:178px;
        float:right; 
     }
     
     #ArticleContainer hr {
      border: none;
      background-color: #B4CBDF;
      color: #CCCCCC;
      height: 1px;
}

