	/** GLOBAL BODY SETUP **/
	/*************************************************************************/
	body{
		min-width: 500px;  /** prevent content wrapping **/
		border: 0px
		margin: 0px
		}
	/*************************************************************************/


	/** WEBSITE LAYOUT OPTIONS **/
	/*************************************************************************/
	body#fixedLeft div#globalWrapper {
		width: 775px;
	}

	body#fixedCenter {
		text-align: center;
	}          

	body#fixedCenter div#globalWrapper {
		width:775px;
		margin: 0 auto;
		text-align: left;
	}

	body#stretch div#globalWrapper {
		width: 100%;
	}
	/*************************************************************************/


	/** INNER CONTAINERS **/
	/*************************************************************************/
	#innerWrapper {
		width: 100%;
	}

	#innerHeader {
		clear: both;
		width: 100%;
	}

	#innerContainer {
		float: left;
		width: 100%;
		position: relative;
	}

	#innerContentPos {
		float:left;
		width: 100%;
		margin-right: -95%;
	}

	/* both inner columns */
	#innerContentWrapper11{
		margin: 0 185px;
		height: 100%;
		overflow: hidden;
	}
	
	/* neither inner columns */
	#innerContentWrapper00{
		margin: 0;
		height: 100%;
		overflow: hidden;
	}
	
	/* left inner columns */
	#innerContentWrapper10{
		margin: 0 0 0 185px;
		height: 100%;
		overflow: hidden;
	}
	
	/* right inner columns */
	#innerContentWrapper01{
		margin: 0 185px 0 0;
		height: 100%;
		overflow: hidden;
	}

	
	#center{
		float: left;
		width: 100%;
	}


	#innerLeftColumn{
	  float:left;
	  width: 180px;
	  margin-left: -5%;
	}

	#innerRightColumn{
	  float:right;
	  width: 180px;
	}

	#innerFooter {
		clear: both;
		width: 100%;
	}
	
	/** For IE Mac **/
	/* IE/Win is also using these rules, but it doesn't mind */
	* html div#innerContentPos{margin-right: -100%;}
	* html div#innerLeftColumn {margin-left: -20px;}
	/*************************************************************************/


	/** FUNCTION BAR **/
	/*************************************************************************/
	div#functionBar {
		width: 100%;
		float:left;
		clear:left
	}

	div#displayVersion {
		float:left;
	}
		
	div#keyLinks {
		float: right;
	}
        
	#siteSearch {
		float:right;
	}
	/*************************************************************************/


	/** CENTER LAYOUT **/
	/*************************************************************************/
	#center .pageTitle{
		float: left;
		width: 100%;
	}

	#center .pageCopy{
		float: left;
		width: 100%;
	}

	#center .pageCopy .leftBorder{
		float: left;
		width: 100%;
	}

	#center .pageCopy .rightBorder{
		float: left;
		width: 100%;
	}

	#center .pageCopy .content{
		float: left;
		width: 100%;
	}

	#innerContentWrapper11	#center .pageCopy .content{
		width: 370px;
	}

	#innerContentWrapper10	#center .pageCopy .content{
		width: 565px;
	}
	/*************************************************************************/

