#columnleft {
    float:left;
    width:150px;
}
#columnright {
    float:right;
    width:797px;
}

#articlecolumn {
    float:left;
    width:634px;    
}

#subleftcolumn {
    float:right;
    width:160px;    
}

.articletitle {
    font-size:11px;
    font-weight:bold;
}

.articltitleLg {
    font-size:20px;
    font-weight:bold;
    padding-bottom:3px;    
}

.articledate {
    color: #737373;
}

#viewcolumn {

    width:100%;
    
}

#viewcolumn .viewdatacolumn {
    width:170px;
    float:left;
    margin-right:5px;
    margin-bottom: 5px;
    text-align:center;
    border: 1px solid #CCCCCC;
}

.imgcaption {
    color:#333333;
    text-align:left;
    padding:3px;
}

.socialbookmarks img{
    border:0px;
    padding:3px;   
}

#events a.title {
    font-size:11px; 
    font-weight:bold;  

}
#events .details {
    font-size:9px;
    color:#444444;
    font-style: italic;  
}

