@media print
{
	
	html,
	body,
	#radEditorContent,
	img{overflow:visible !important;}
	
	#main {max-width:none;min-width:600px;}
	h2 {background-color:#EEEEEE;}
	
	#header {margin:0 auto;}
		#header a img {display:block;margin:0 auto;}
		#header img {display:none;}
		#header h1 {float:none;}
	
	#options,	
	#menu,	
	#breadCrumb,
	#sideMenu,
	#topLink {display:none;}
	
	#content {clear:both; overflow:visible !important;}
		#content .col_1-1 {overflow:visible !important;}
		#content .col_1-2-sideMenu {display:none;}
		#content .col_2-2-sideMenu {margin-left:0px;}
		#content .actionTab {display:none;}
		
	#footer {padding-top:13px;}
		#footer .links {display:none;}
		#footer .image {top:10px;}
		
	.defaultForm input[type=text],
	.defaultForm textarea {width:16em;}
}