/* CSS Document */

/* hide the right column on some lading pages */

#contentColumn { /* expand the center column */
	padding: 0 15px 20px 15px;
	width:auto;
	margin-right: 0; 
	}
#rightColumn {
	display:none;  /* hide the right column  */
}


