html {
  background: url(../images/htmlBgRepeat.gif) #b3a082 repeat left top;
  text-align: center;
  margin: 0;
  padding: 0 0 0 0;}

body {
	margin: 0;
	padding: 0;}

.floatRight {
	float: right;}

#pageContainer {
	width: 100%;
	line-height: 1em;
	vertical-align: top;
	background: transparent;
	margin: 0 auto;}
	
	#overlayContainer {
		width: 100%;
		height: 0px;
		margin: 0 auto;
		text-align: left;}
		
		#overlayCenterMe {
			width: 790px;
			margin: 0 auto;}
	
    	#headerLogoOverlay {
    		width: 250px;
    		height: 345px;
    		background: url(../images/headerLogo.gif) transparent no-repeat 19px 15px;
    		position: absolute;}
    	
    	#headerLogoOverlaySubPage {
    		width: 250px;
    		height: 161px;
    		background: url(../images/headerLogo.gif) transparent no-repeat 19px 15px;
    		position: absolute;}
	
	#headerContainer {
		width: 100%;
		height: 105px;
		background: url(../images/headerBackTrees.jpg) top center repeat-x;
		margin: 0;}
		
		#headerNavigationContainer {
			width: 790px;
			height: 105px;
			margin: 0 auto;}
  		
  		#headerNavigationContent {
  			height: 26px;
  			margin: 0px;
  			padding-top: 79px;}
	
	#navigationContainer {
  	width: 100%;
  	height: 30px;
  	background: #ef9407;
  	margin: 0 auto;}
  	
  	#navigationContentContainer {
  		width: 790px;
			margin: 0 auto;}

  #bodyContainer {
  	width: 790px;
  	background: url(../images/bodyContainerBgRepeatY.gif) white repeat-y center top;
  	overflow: visible;
  	margin: 0 auto;}
  	
  	#headerLogoSubPageSpacer {
  		height: 30px;}
  	
  	div#bodyContainer img.floatRight {
  		border: 3px solid #edcd9e;
  		margin: 17px;}
  	
  	table.orange {}
  	
		#headerLogoPretender {
  		width: 231px;
  		height: 650px;
  		margin: -131px 20px 10px 17px;
  		float: left;}
		
  		#quickLinksContainer {
  			margin-top: 375px;
  			height: 550px;
  			width: 231px;}
  			
  			#quickLinksContainer div {
  				width: 63px;
  				height: 100px;
  				background: url(../images/quickLinksLogo.gif) transparent no-repeat right top;
  				position: absolute;
  				margin: -30px 10px 0 150px;}
			  	
	#brandingContainer {
  	width: 790px;
  	background: #ef9407;
  	margin: 0 auto;}
			    
  #footerContainer {
  	width: 790px;
  	margin: 0 auto;}
  	
  /************** Styles added by Clint 9/19/08 ********************/
  
  
  table.infoTable {
  margin-right:auto;
  margin-left:auto;
  width: 600px;
  }
  
  td.headerTD {
  height: 30px;
  background-image: url(../images/headerbg.jpg);
  background-color: #ef9407;
  background-repeat: no-repeat;
  font: arial;
  font-size: larger;
  color: #2E4E76;
  }
  
  .infoTable td {
  padding: 5px;
  }
  
  #searchDiv {
  height: 60px;
  width: 300px;
  padding: 5px;
  float: right;
  }
  .dividerDiv {
  clear: both;
  }
  
  /************** change colors of directory table here ********************/
  
  .mainCat {
  background-color: #ddeeff;
  padding: 5px;
  border-top: 1px solid #6699cc;
  border-left: 1px solid #6699cc;
  border-right: 1px solid #ccccff;
  border-bottom: 1px solid #ccccff;
  }
  
  .mainCat:hover {
   cursor: pointer;
   cursor: hand;
  }
  .subToggle {
  padding: 4px;
  display: none;
  background-color: #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  }