#frontNewsArea{
    width: 530px;
    /*height: 546px;*/
    font-family:verdana;
    background-color: #ffffff;
}

#frontNewsArea a {
    text-decoration: none;
}
#frontNewsArea #tabContainer{
    border-left: 1px solid #BCBCBC;
}

#frontNewsArea #tabs{
    hieght: 25px;
    width: 100%;
}

#frontNewsArea #tabs td {
    text-align: center;
    font-size: 12px;
}

#frontNewsArea #tabs .standardTab, .activeTab{
        
    
    background-color: #EEF2F3;
    padding: 5px;
    border-bottom: 1px solid #BCBCBC;
    border-right: 1px solid #BCBCBC;
    border-top: 1px solid #BCBCBC;


    
}

#frontNewsArea #tabs td a {
    color:#666666;
    font-weight: bold;
}

#frontNewsArea #tabs .activeTab {
    background-color: #ffffff;
    border-bottom: 0px;
}


#frontNewsArea #tabs .activeTab a {
    color: #23388c;
}

#frontNewsArea .storiesArea{
    border: 1px solid #BCBCBC;
    border-top: 0px;
    padding: 10px;
    /*height: auto;*/

   
}

#frontNewsArea .storiesArea #topStoryImage{
    float: right;
    margin: 10px;
    margin-top: 2px;
    margin-right: 0px;
   
}

#frontNewsArea .storiesArea #topStoryImage img{
    border: 1px solid black;
}

#frontNewsArea .storiesArea .topStory{
    
}

#frontNewsArea .storiesArea .topStory .listingItem{
    font-size: 12px;
    margin-bottom: 18px;
}

#frontNewsArea .storiesArea .topStory .listingItem .title{
    font-size: 16px;
    margin-bottom: 8px;
    
}

#frontNewsArea .storiesArea .topStory .listingItem .desc{
    font-size: 12px;
}

#frontNewsArea .storiesArea #additionalStories {
    
}

#frontNewsArea .storiesArea .listingItem{
    font-size: 12px;
    margin-bottom: 5px;
}

#frontNewsArea .storiesArea .listingItem .title {
    font-weight: bold;
    margin-bottom: 2px;
    font-size: 12px;
}

#frontNewsArea .storiesArea .listingItem .desc {
    font-size: 10px;
}

#frontNewsArea .storiesArea .listingItem .date {
    font-size: 10px;
    color: gray;
    font-style: italic;
}