		body {
			font: 80% arial, helvetica, sans-serif;
			background: #becdbd url(../logos/bg_tu_watermark.jpg); /* #202020 */
			margin: 0;
		}
		
		.accessaid, h1 {
			position: absolute;
			height: 0;
			overflow: hidden;
		}
		
		#header {
			background: green url(../logos/header_760x92.jpg);
			height: 98px;
		}
		
		#navigation {
			position: absolute;
			top: 92px;
			left: 0;
			width: 100px;
			color: white;
		}

/* my top version		#navigation {position: absolute;top: 92px;left: 16%;color: white;} */
		
		#navigation ul {
			margin: 0;
			padding: 0;
			list-style: none;
		}

/* I removed float: left and align: center plus I also gives the border and color of border removed border if want it back use: border: 1px solid #c0c0c0; */

		#navigation li {
			border-bottom-width: 0;
			margin: 0;
		}

/*this gives color to the text and the background to the text*/

		#navigation ul a {
			color: white;
			text-decoration: none;
			display: block;
			background: #0b4d06; /*#e74900*/
			padding: 5px 1em;
			margin: 0 0;
		}
		
		#navigation a:visited {
			color: #b7b7b7;
		}
		
		#navigation a:hover {
			color: black;
			background: #94c990; /*#c11111*/
		}
/* I added this which gives the current id selected in html code the background and text*/
	
		#navigation #selected a{
			color: #0b4d06;
			background: #ecd9c0;
		}
		
		#content {
			background: #ecd9c0;
			padding: 1px 20px 1em 40px;
			border-left: 100px solid #216e1c;
			border-top: 7px solid #216e1c;
		} 

/* removed 	xpadding: 1px 1em 2em 1em; from content */
		
		h2 {
			text-indent: 15px;
			font-size: 1.75em;
			color: #edc9c0;
			background: #0b4d06;
		}
		
		h3 {
			font-size: 1.25em;
			color: #0b4d06;
		}
		
		ul.address {
			font-weight:bold;
			list-style-type:none;
		}

		p.spaced {
			line-height: 2.5;
		}
		
		#content img {
			width: 100px;
			height: 150px;
			padding: 1px;
			border: 1px solid #333;
			float: right;
			margin: 0 0 1em 1em;
		}
		
		#container {
			position: relative;
			width: 7640px; /* width + border for IE 5.x */
			w\idth: 760px; /* real width */
			border: solid gray;
			border-width: 0 2px 2px;
			margin: auto;
			background: #800000;
		}

/* This is for links in text lines */

		a {
			color: #0b4d06;
		}

		a:hover {
			color: blue;
		}

		li.finger {
			font-family: arial;
			list-style-image: url(pointer_new.jpg);
		}


		#textfloatright {
			width: 300px;
			float: right;
			padding: 0;
			margin: 0;
		}

		li.right {
			font-size: 1.25em;
			font-family:arial;
			list-style-image: url(logos/pointer_list_spacer.jpg);
		}

	
/* removed align: left; from li.right */

	/*	#footer.img {border: 1px green; margin:2px; height:auto; width:auto; align:center; text-align: center; }
		#footer.desc {text-align: center; font-weight: normal; width: 180px; margin: 2px;}
	*/

