/* *************** START MANDATORY LAYOUT STYLES ******************/
	div#functionBar {
		width: 100%;
		float:left;
		clear:left
	}

	div#displayVersion {
		float:left;
	}
		
	div#keyLinks {
		float: right;
	}
        
	#siteSearch {
		float:right;
	}

	div#header {
		width: 100%;
		float:left;
		clear: left;
	}

	div#crumbtrail {
		clear: left;
		float: left;
		width: 100%;
	}

	div#footer {
		clear: left;
		float: left;
		width: 100%;
	}

	div#leftColumn {
		float: left;
		width: 204px;
		
	}

	div#rightColumn {
		float: right;
		width: 130px;
	}

	div#center{
		overflow: hidden;	
	}
/* **************** END MANDATORY LAYOUT STYLES *******************/



/* ***************** START MAIN LAYOUT OPTIONS ********************/
	/* fixed left */
		body#layout1 div#wrapper {
		width: 787px;
	}

	/*	ONLY IE 6 TO FIX NOW */	/* Hides from IE5-mac \*/* html body#layout1 div#wrapper{height: 790px;}/* End hide from IE5-mac */

	/* fixed center */
	body#layout2 {
		text-align: center;
	}          

	body#layout2 div#wrapper {
		width:787px;
		margin: 0 auto;
		text-align: left;
	}

	/*	ONLY IE 6 TO FIX NOW */	/* Hides from IE5-mac \*/* html body#layout2 div#wrapper{height: 790px;}/* End hide from IE5-mac */

	body#layout2 div#wrapper:after{
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
		line-height: 0px;
	} 

	/* 100% width */
	body#layout3 div#wrapper {
	}

	div#contentContainer {
		float: left;
	}
/* ****************** END MAIN LAYOUT OPTIONS *********************/



/* ************** START NAVIGATION LAYOUT OPTIONS *****************/
	/* both columns */
	div#container11 div#center {
		width: 452px;
		float: left;
	}

	div#container11 {
		float: left;
	}

	/* no right column */
	div#container10 div#center {
		width: 560px;
		float: left;
	}

	div#container10 div#rightColumn {
		display: none;
	}
	
	div#container10 {
		float: left;
	}	

	/* no left column */
	div#container01 div#center {
		width: 649px;
		margin: 0px 130px 0px 0px;
	}

	div#container01 div#leftColumn {
		display: none;
	}

	div#container01 {
		float: left;
	}		

	/* no left or right columns */
	div#container00 div#center {
		width: 100%;
		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 ******************/