/**************** WRAPPER STYLES ******************/
body#layout1, body#layout2, body#layout3{
	float: left;
	width: 100%;
}

/* fixed left */
body#layout1 div#globalWrapper{
	width: 775px;
}

/* fixed center */
body#layout2{
	text-align: center;
}          

body#layout2 div#globalWrapper{
	width:775px;
	margin: 0 auto;
	text-align: left;
}

/* 100% width */
body#layout3 div#globalWrapper{}

div#globalWrapper:after{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	line-height: 0px;
} 

#innerWrapper{
	width: 100%;
	float: left;
}
/**************** WRAPPER STYLES ******************/




/**************** CONTAINER STYLES ****************/
div#innerContainer11, div#innerContainer10, div#innerContainer01, div#innerContainer00{
	float: left;
	width: 775px;
}

div#innerContainer10 div#rightColumn, div#innerContainer01 div#leftColumn, div#innerContainer00 div#leftColumn, div#innerContainer00 div#rightColumn{
	display: none;
}


/* both inner columns */
	div#innerContainer11 div#center {
		margin: 0px 190px 0px 190px;
	}

/* no right column */
	div#innerContainer10 div#center {
		margin: 0px 0px 0px 190px;
	}

/* no left column */
	div#innerContainer01 div#center {
		margin: 0px 190px 0px 0px;
	}
	

/* no left or right columns */
	div#innerContainer00 div#center {
		margin: 0px 0px 0px 0px;
	}
/**************** CONTAINER STYLES ****************/




/* ***************** INNER ZONES ******************/
	div#functionBar {
		float:left;
		clear:left;
		width: 100%;
	}

	div#displayVersion {
		float:left;
	}
		
	div#keyLinks {
		float: right;
	}
        
	#siteSearch {
		float:right;
	}

	div#innerHeader {
		width: 100%;
		float:left;
		clear: left;
	}

	div#crumbtrail {
		float: left;
		width: 100%;
	}

	div#innerFooter{
		width: 100%;
		float: left;
	}

	div#innerLeftColumn {
		float: left;
		width: 180px;
		overflow: hidden;
	}

	div#innerRightColumn {
		float: right;
		width: 180px;
		overflow: hidden;
	}
/* ***************** INNER ZONES ******************/





/* ***************** PRINT OPTIONS ******************/
@media print {
   	#footer { display: none}
	#container11{width: 775px; margin: 0px 0px 0px 0px;}
	#center{width: 455px;}
	#center .body{width: 455px;}
	#center .body p{width: 390px;}
}
/* ***************** PRINT OPTIONS ******************/











/* DELETE IF NOT NEEDED!!!!!!!

/**************** CONTAINER STYLES ******************/

	/* both inner columns */
/*	div#innerContainer11 div#center {
		margin: 0px 181px 0px 181px;

	}

	/* Hides from IE5-mac \*/
/*	* html div#innerContainer11 div#center {height: 1%; overflow: hidden; width:100%;}
	/* End hide from IE5-mac */ 


/*	div#innerContainer11 {
		float: left;
	}

	/* no right column */
/*	div#innerContainer10 div#center {
		margin: 0px 0px 0px 181px;
	}

	/* Hides from IE5-mac \*/
/*	* html div#innerContainer10 div#center {height: 1%; overflow: hidden; width:100%;}
	/* End hide from IE5-mac */ 


/*	div#container10 div#rightColumn {
		display: none;
	}
	
	div#container10 {
		float: left;
	}	

	/* no left column */
/*	div#container01 div#center {
		margin: 0px 181px 0px 0px;
	}

	/* Hides from IE5-mac \*/
/*	* html div#container01 div#center {height: 1%; overflow: hidden; width:100%;}
	/* End hide from IE5-mac */ 

	
/*	div#container01 div#leftColumn {
		display: none;
	}

	div#container01 {
		float: left;
	}		

	/* no left or right columns */
/*	div#container00 div#center {
		margin: 0px 0px 0px 0px;
	}

	div#container00 div#leftColumn {
		display: none;
	}

	div#container00 div#rightColumn {
		display: none;
	}

	div#container00 {
		float: left;
	}
/* *************** END NAVIGATION LAYOUT OPTIONS ******************/
