@charset "UTF-8";
/* CSS Document */
/* overwrite and add styles to hide or change certain elements when */
/* printing pages related to CTAP workshop and registration features */

#container	{
			margin: 0;
			width: auto;
			}

#whiteFrame  {
			margin:0;
			padding:0;
			}
			
#shadowBot,
#shadowCorner,
#banner,
#topNav,
#navlist,
#breadcrumbs,
#footer,
.dontPrint,
.cfdebug {
			display: none;
			}
		
#threeQuartersL	{
			width: 96%;
			} 

