/* *************** 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: 152px;
	}

	div#rightColumn {
		float: right;
		width: 152px;
	}

	div#site {
		clear: left;
	}

	div#center {
	}
/* **************** END MANDATORY LAYOUT STYLES *******************/



/* ***************** START MAIN LAYOUT OPTIONS ********************/
	/* fixed left */
		body#layout1 div#wrapper {
		width: 775px;
	}

	/* fixed center */
	body#layout2 {
		text-align: center;
	}          

	body#layout2 div#wrapper {
		width:775px;
		margin: 0 auto;
		text-align: left;
	}

	/* 100% width */
	body#layout3 div#wrapper {
	}
/* ****************** END MAIN LAYOUT OPTIONS *********************/



/* ************** START NAVIGATION LAYOUT OPTIONS *****************/
	/* both columns */
	div#container11 div#center {
		margin: 0px 152px 0px 152px;
		width: 471px;
	}

	/** IE and Firefox central columns are rendered with different padding - this hack adjusts the IE padding **/
	/*\*/
	* html div#container11 div#center {
		margin: 0px 152px 0px 152px;
	}
	/**/

	/* Hides from IE5-mac \*/
	* html div#container11 div#center {height: 1%; overflow: hidden; width:100%;}
	/* End hide from IE5-mac */ 


	div#container11 {
		float: left;
	}

	/* no right column */
	div#container10 div#center {
		margin: 0px 0px 0px 152px;
		width: 623px;
	}

	/* Hides from IE5-mac \*/
	* html div#container10 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 152px 0px 0px;
		width: 623px;
	}

	/* 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;
		width: 775px;
	}

	div#container00 div#leftColumn {
		display: none;
	}

	div#container00 div#rightColumn {
		display: none;
	}

	div#container00 {
		float: left;
	}
/* *************** END NAVIGATION LAYOUT OPTIONS ******************/



/* *************** START HACK FOR MIN WIDTH IN IE *****************/
	* html body#layout3 div#wrapper {
		padding-left: 550px;
	}

	body#layout3 div#wrapper {
		min-width: 550px;
	}

	* html body#layout3 div#site {
		margin-left: -550px;
		position: relative;
	}
	
	/*\*/
	* html body#layout3 div#site, * html body#layout3 #minWidth  {
		height:1px;
	}
	/**/
/* **************** END HACK FOR MIN WIDTH IN IE ******************/



/* ***************** START HACK FOR NO TEXT JOG *******************/
	/* the holly hack causes a gap between the left column and center divs, have disabled it here
	* html #centerDeactivate {height:1%;}/* combat IE`s 3 pixel jog */
/* ****************** END HACK FOR NO TEXT JOG ********************/