/*************************************************************************
	@basic_tags
*************************************************************************/
	body
	{
		background-color: transparent;
		background:none;

	}
	* { font-size: 8pt;}
	
/*************************************************************************
	@layout_elements
*************************************************************************/

/*************************************************************************
  @zones	
*************************************************************************/
	#main-container 
	{
		width: 100%;
		background: none;
	}
	
	.seo-block, .innerPage .seo-block
	{
	width: 100%;
	background: none;
	}
	
	div#wrapper
	{
		margin: 0 auto;
		padding: 0 0;
		width: 100%;
		color: #000;
		background: none;
	}
	
	#zoneHeader
	{
		margin-bottom: 2em;
		/*background:url(../img/banner_print.gif) no-repeat;*/
		padding:0 0 0;
		height: 102px;
		width:100%;
		/*border-bottom: thin solid #000000*/
		
	}
	div#zoneHeader p
	{
		display: none;
	}
	div#zonePrintBranding img {
		width:648px;
		height:102px;
	}
	
	div#zoneMain
	{
	}
	
	div#seo-block
	{
		padding: 0;
		width: 100%;
		float: left;
	}
	
	
	div#zone1
	{
		display: none;
	}
	
	div#zone2
	{
		padding: 0;
		width: 100%;
		float: left;
	}
	
	.innerPage #zone2
	{
		width:100%;
	}
	
	.containerDoc {
		margin-bottom: 15px;
	}
	
	div#zone3
	{
		display:none;
	}
	
	.attachments
	{
		display:none;
	}
	
	div#zoneFooter
	{
		background: none;
		margin-top: 2em;
		padding: 0;
		color: #000;
	}
	
	div#zoneFooter a {
		color: #000;
	}

/*************************************************************************
	@zoneHeader
*************************************************************************/
	
	ul#navSecondary { display: none; }
	
	/*********************/
	/*** @zoneBranding ***/
	/*********************/
		div#zoneBranding
		{
			position: relative;
			padding: 0;
		}
		
			
		div#zoneBranding p a
		{
			display:none;
			
		}
		
		#zoneBranding img {
			float:right;
			width:197px;
			height:75px;
			text-indent:-9999px;
			overflow:hidden;
			border: 0;
		}

	
/*************************************************************************
	@zoneMain
*************************************************************************/
	
	/*************************/
	/*** @containerLanding ***/
	/*************************/

	/**********************/
	/*** @containerList ***/
	/**********************/

	/**********************/
	/*** @containerShow ***/
	/**********************/

/*************************************************************************
	@zone1
*************************************************************************/

/*************************************************************************
	@zone2
*************************************************************************/

	p#emailPage
	{
		display: none;
	}
	
	/***********************/
	/*** @areaSearchSite ***/
	/***********************/
		div#areaSearchSite
		{
			display: none;
		}

/*************************************************************************
	@zoneFooter 
**************************************************************************/

.hide, .hidePrint
{
	height: 0;
	width: 0;
	font-size: 0;
	line-height: 0;
	display: none;
}

.hideScreen
{
	height: 100%;
	width: 100%;
	display: inline;
}