BODY { /*background: #E8DAC6; color: #000000;*/
       background-image: url("./images/bgWallpaper.jpg");
       font-family: Georgia;
       font-size: 8pt;
       margin-left:0;
       margin-top:0;
}

A:link { color: #663300; text-decoration: none; font-size: 9pt; font-weight: bold;}
A:visited { color: #663300;  text-decoration: none; font-size: 9pt;  font-weight: bold;}
A:hover { color: #ffffff; text-decoration: none; font-size: 9pt; }
A:active { color: #ffffff; text-decoration: none; font-size: 9pt; }

		#container
		{
                 	width: 1060px;
                         margin: 5px auto;
			padding:0;
			text-align: left;
		}

		#banner
		{
		        background: #D6BD98;
                         width: 1060px;
                         height: 148;
		}

		#leftNav
		{
			/*includes content table cell for the iframe*/
		background: #D6BD98; color: #000000;
                 background-image: url("./images/bgSandstone.jpg");
       		font-family: Georgia;
      		font-size: 9pt;
       		margin-left:0;
       		margin-top:0;
       		width: 100%;
       		height: 1200px;


		}

		#footer
		{
			clear: both;
			background-color: #D6BD98;
                         background-image: url("./images/bgSandstone.jpg");
			padding: 1em;
			text-align: right;
		}
