@import url("/css/all.css");
@import url("/css/print.css");

	body	{ margin: 20px; }
		
	/*** @printView ***/
		#printView	{ display: block; }
		#printView.source	{ color: #666; font-size: .8em; padding-top: .25in; }
		
	/*****************/
	/*** @pageTools ***/
	/*****************/
		#printView div.pageTools
		{
			font-size: .8em;
		}

		#printView div.pageTools ul
		{
			list-style: none;
			margin: 0;
			padding: 5px 10px;
		}
		
		#printView div.pageTools ul li
		{
			background-color: #EEE;
			background-position: 4px center;
			background-repeat: no-repeat;
			border: 1px solid #DDD;
			color: #888;
			font-weight: bold;
			list-style: none;
			float: left;
			margin: 0 1em 0 0;
			padding: 4px 4px 4px 22px;
		}
		
		#printView div.pageTools ul li a
		{
		}
		
		
		
		
		
	/*** @zones ***/
		div#zoneHeader
		{
			background-image: none;
			width: 100%;
		}
		
		div#zoneMain
		{
			width: 100%;
		}
		
		div#zoneFooter
		{
			background-color: transparent;
			background-image: none;
		}
		
		div#zoneBranding
		{
			border: none;
			width: auto;
		}
		
		
/*************************************************************************
	@zoneTitle
*************************************************************************/
	#zoneTitle h2	{
	font-size: 1px;
	position: relative;
	z-index: 21!important;
	}
	
	#zoneTitle h2 span	{ color: white; line-height: 0; font-size: 1px; position: absolute; top: -9999px; left: -9999px; z-index: 20!important; }

