
	
/*------------ hide the left column when printing --------- */ 
#leftcol{
   display: none;
} 

/*------------ hide the right column when printing --------- */ 
#rightcol {
   display: none;
} 
#maincol {
   width: 100%; 
   float: none;
}

