/* *************** START MANDATORY LAYOUT STYLES ******************/
	div#functionBar{width: 100%; float:left; clear:left;}
	div#displayVersion{float:left;}
	div#keyLinks{float: right;}
	div#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: 153px;}
	div#rightColumn{float: right; width: 153px;}
	div#center{overflow: hidden;}
/* **************** 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{width: 100%;}
/* ****************** END MAIN LAYOUT OPTIONS *********************/

/* ************** START NAVIGATION LAYOUT OPTIONS *****************/
	/* both columns */
	div#container11{float: left; width: 775px;}
	/* no right column */
	div#container10{float: left; width: 775px;}
	div#container10 div#rightColumn{display: none;}
	/* no left column */
	div#container01{float: left; width: 775px;}		
	div#container01 div#leftColumn{display: none;}
	/* no left or right columns */
	div#container00{float: left; width: 775px;}
	div#container00 div#leftColumn{display: none;}
	div#container00 div#rightColumn{display: none;}	
/* *************** END NAVIGATION LAYOUT OPTIONS ******************/