	body{ background: #7f7b63; margin: 0 auto; font-family: 'Tahoma', sans-serif; padding: 0 auto; text-align: center; width:900px;}
	strong{ color: #59592b; }

/* MAIN CONTAINER 

Note: The square is at fixed both height and width by request.  Only the forms are flexible at height.

*/

	*html #square{ width: 901px; margin-bottom: 0; height: 580px; }
	#square{ width: 900px; margin: 0 auto; padding: 0; background: #ffffff; height: 750px;}
	#square img{ display: block; }
	#square a{ color: #88988f; text-decoration: underline; } #square a:hover{ text-decoration: none; }
	#square h2{ color: #59592b; margin: 20px 0 5px 5px; }
	
	#header{ background: #fff; margin: 0; height: 147px; }
	
	#logo { float: left; margin: 0; padding: 0; text-align: left; }
	
	#tagline{ float: left; margin-top: 55px; padding-left: 30px; height: 20px; }
	
/* This is an empty container that clear out all the floats */
	
	#container2{ margin:0; }
	
	#container2:after{
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	
/* LEFT COLUMN */
	
	#left-side{ width: 160px; height: 610px; float: left; background: #ffffff; overflow: hidden;}
	#menu{ text-align: center; margin: 20px auto 0 auto; height: 290px; }
	#menu img{ text-align: center; margin: 0 auto 13px auto; }
	
/* The login group at the lower left of the square */

	#login{ padding-bottom: 12px; width: 160px; position: relative; margin: 20px 0 0 0; background: url(../web/images/dash_wh_drk.gif) top repeat-x;}
	#login img{ padding: 0; margin: 0;}

/* Center-block holds the right column and the center are contained in the same container but float to the left of left column */
	#center-block a{ color: #59582B; text-decoration: none; font-weight: bold; } #center-block a:hover{ text-decoration: underline; }	
	#center-block{ width: 739px; height: 610px; float: right;  font-size: 10pt; background: #ffffff; text-align: left; border-left: 1px solid #59582b; }
	#center-block img{ width: 739px; }
	
	#rotator{ position: relative; }

/* The bottom right of the square where it has the link to download a brochure */	
	*html #brochure{ width: 157px; }
	#brochure{ float: right; background: url(../web/images/dash_wh_drk.gif) repeat-x; width: 158px; height: 100px; margin-top: 22px;}
	#brochure img{ margin: 8px auto 0 auto; text-align: center; }
	
/************************ FOOTER */
	div#footer{ clear: both; margin-top: 480px; padding-left: 15px; background: #ffffff; position: absolute; }
	div#footer p{ font-size: 7pt; }
	div#footer a{ text-decoration: underline; letter-spacing: normal; }
	div#footer a:hover{ text-decoration: none; }