
 
#outer{ 
 border:solid;  /* left column width. NN4 hack to hide borders */ 
border-left-color: #2175bc;   /* left column colour */ 
border-left-style: solid; 
background-color: #fff; /* center column colour */ 
width: auto; 
 } 
 

 
 /*printer styles*/ 
@media print{ 
/*hide the left column when printing*/
#leftcol{display:none;} 
#outer{border-left:0;; border-width: 0px 0px 0px 150px; border-color: white 0px} 
}

