@import url("/_tmpl_styles/296/style.css");

/* This would be all we need for standards compliant browsers like */ 
/* Mozilla and Firefox */ 

table.columns { 
   width: 750px; 
   margin-left:auto; 
   margin-right:auto; 
   text-align: left; 
} 

/* This is necessary due a to bug in Internet Explorer */ 

   text-align: center; 
} 

/* These next 2 classes are modified due to the way the Open Blue, */ 
/* Viridity, and Minimalist group of classes set the position to be */ 
/* absolute which skews the articles in Internet Explorer but not */ 
/* in Mozilla or Firefox... */ 

.article { 
    position: static; 
} 

table.columns td.header {
    background-color: #FFFFFF;
    color: #FFFFFF;
    padding: 0px 0px 0px 0px;
    /* border-top: 4px solid #FFFFFF; */
    border-bottom: 2px solid #C0C0C0;
}

.articleBody { 
    position: static; 
}