/* CSS Document */
    html {
	    background-color: #563e32 ;
	}
	body {
	    background-color: #563e32 ;
		font-family:Arial, Helvetica, sans-serif ;
		font-size: 12px ;
		color: white ;
	}
	div#wrapper {
	    width: 1130px ;
		position: relative ;
		margin: 0px auto ;
		margin-top: 34px ;
		background-color: white ;
		border: 5px solid white;
	}
	div#wrapper-inner {
	    width: 1130px ;
		border: 5px solid white ;
		border-bottom: 5px solid #563e32 ;
	}
	div#header {
	    width: 100% ;
		height: 337px ;
		position: absolute ;
		left: 0px ;
		top: 0px ;
	}
	div#leftPanel {
	    width: 290px ; /* 266 */
		position: absolute ;
		left: 0px ;
		top:  344px ; 
		color: #7d5d4c ;  /*   563e32 */
		
	}
	div#content {
	    background: #6f5347 url(../images/content-background.jpg) no-repeat ;
	    width: 847px ;
		height: 950px ;
		float: right ;
		margin-top: 344px ;
	}
	div#content-inner {
	    margin:20px ;
		font-size: 12px ;
	}
	div#footer {
	    clear: both ;
	    width: 1130px ;
	    height: 130px ;
		margin: 0px auto ;
		margin-top: 5px ;
		background: white ;
		border: 5px solid white  ;
	}
	#footer-inner {
	    margin: 0px ;
	}
	img.margins {
	    margin: 0px 45px 0px 45px ;
		border: 0px solid black ;
	}
	div#content-inner a {
	    color: tan ;
		/* text-decoration: none ; */
	}
	table#table0 tr td a {
	    color: tan ;
		text-decoration: none ;
	}
	#hdrimage {
	    width: 1129px ;
		height: 335px ;
		margin-top: 2px ;
		margin-left: 0px ;
	}
    div#inner-wrapper ul {
	    margin-left: 0px ;
		padding-left: 0px ;
	}
	div#inner-wrapper ul li {
	    list-style-type: none ;
	}
	div#inner-wrapper ul.bullet {
	    padding-left: 40px ;
	}
	div#inner-wrapper ul.bullet li {
	    list-style-type: disc ;
	}
	div#inner-wrapper ul.bullet li ul {
	    padding-left: 40px ;
	}
	div#inner-wrapper ul.bullet li ul li{
	    list-style-type: square ;
	}

	div#inner-wrapper ul.indent {
	    padding-left: 20px ;
	}
	div#inner-wrapper h2 {
	    margin-bottom: -10px ;
	}	
	div#inner-wrapper h3 {
	    margin-bottom: -10px ;
	}