/* *************** 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: 728px;
		float:left;
		clear: left;
	}

	div#crumbtrail {
		clear: left;
		float: left;
		width: 100%;
	}

	div#footer {
		clear: left;
		float: left;
		width: 530px;
	}

	div#leftColumn {
		float: left;
		width: 101px;
	}

	div#rightColumn {
		float: right;
		width: 130px;
	}

	div#center{}
/* **************** END MANDATORY LAYOUT STYLES *******************/



/* ***************** START MAIN LAYOUT OPTIONS ********************/
	/* fixed left */
		body#layout1 div#wrapper {
		width: 730px;
	}

	/* fixed center */
	body#layout2 {
		text-align: center;
	}          

	body#layout2 div#wrapper {
		width:730px;
		margin: 0 auto;
		text-align: left;
	}

	/* 100% width */
	body#layout3 div#wrapper {
	}

	div#contentContainer {
		float: left;
		border-right: solid 2px #ffffff;
		width:728px;
	}
/* ****************** END MAIN LAYOUT OPTIONS *********************/



/* ************** START NAVIGATION LAYOUT OPTIONS *****************/
	/* both columns */
	div#container11 {
		float: left;
	}

	div#container11 div#center{
		margin: 0px 130px 0px 101px;
		width: 485px;
		
	}

	/* no right column */
	div#container10 div#rightColumn {
		display: none;
	}
	
	div#container10 {
		float: left;
	}

	div#container10 div#center{
		margin: 0px 0px 0px 101px;
		width: 615px;
	}

	/* no left column */
	div#container01 div#leftColumn{
		display: none;
	}

	div#container01{
		float: left;	
	}		
	
	div#container01 div#center{
		margin: 0px 130px 0px 0px;
	}
	/* no left or right columns */
	div#container00 div#leftColumn {
		display: none;
	}

	div#container00 div#rightColumn {
		display: none;
	}

	div#container00 {
		float: left;
		
	}
/* *************** END NAVIGATION LAYOUT OPTIONS ******************/