		body {
			font: 80% arial, helvetica, sans-serif;
			background: #000000 url(logos/bg_lines.png); /* #202020 */
			background-attachment: fixed;
			margin: 0;
		}
		
		.accessaid, h1 {
			position: absolute;
			height: 0;
			overflow: hidden;
		}
		
		#header {
			background: #0c246c url(logos/ippc_header.png);
			height: 80px;
		}

		#spacer {
			background: #0c246c;
			height: 26px;
		}


		#footer {
			color:#ffffff;
			background: #000000;
			position: relative;
			width: 7640px; /* width + border for IE 5.x */
			w\idth: 760px; /* real width */
			border: solid black;
			border-width: 0;
			margin: auto;
			height:23px;			
		}

		#copyright {
			color: #c4c4c4;
			float:left;
			margin: 4px 0 0 4px;
		}

		
/* my side version	#navigation {position: absolute;top: 92px;left: 0;width: 100px;color: white;} */


		#navigation.enter {
			position: absolute;
			top: 80px;
			left: 37%;
			color: white;
		}


		#navigation {
			position: absolute;
			top: 82px;
			left: .25%;
			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 {
	float: left;
	border-bottom-width: 0;
	margin: 0;
	}

/*this gives color to the text and the background to the text*/

		#navigation ul a {
			color: #9ddef9;
			text-decoration: none;
			display: block;
			background: #0c246c;
			padding: 3px .88em;
			margin: 0 0;
		}
		
		#navigation a:visited {
			color: #b7b7b7;
		}
		
		#navigation a:hover {
			color: #0c246c;
			background: #9ddef9; 
		}
/* I added this which gives the current id selected in html code the background and text*/
	
		#navigation #selected a{
			color: #0b4d06;
			background: #c4c4c4;
		}
		
		#content {
			background: #c4c4c4;
			padding: 10px 20px 1em 40px;
			border-top: 2px solid gray;
		} 

/* removed 	xpadding: 1px 1em 2em 1em; from content */
		
		h2 {
			text-indent: 15px;
			font-size: 1.75em;
			color: #0c246c;
			background: #ffffff;
		}

		h2.date {
			color:#c4c4c4;
			background: black;
			border: 2px ridge #c0246c;
			}
		
		h3 {
			font-size: 1.25em;
			color: #0c246c;
		}

		
		h3.demo {
			font-size: 1.0em;
			color: black;
		}
		
		ul.address {
			font-weight:bold;
			list-style-type:none;
		}

		p.spaced {
			line-height: 2.5;
		}
		
		#content img.one {
			width: 110px;
			height: 150px;
			padding: 1px;
			border: 1px solid #333;
			float: left;
			margin: 0 0 1em 1em;
		}
		#content img.two {
			width: 110px;
			height: 150px;
			padding: 1px;
			border: 1px solid #333;
			float: right;
			margin: 0 1em 0 1em;
		}

		#content img.onebio {
			width: 110px;
			height: 150px;
			padding: 1px;
			border: 1px solid #333;
			float: left;
			margin: 0 1em 1em 1em;
		}

		#content img.twobio {
			width: 110px;
			height: 150px;
			padding: 1px;
			border: 1px solid #333;
			float: right;
			margin: 0 1em 0 0;
		}

		
		#container {
			position: relative;
			width: 740px; /* width + border for IE 5.x */
			w\idth: 760px; /* real width */
			border: solid gray;
			border-width: 0 2px 2px;
			margin: auto;	
			margin-bottom:20px;
			background: red; /*not sure what this is doing #a81717*/
		}
		
		#containers {
			position: relative;
			width: 1080px; /* width + border for IE 5.x */
			w\idth: 1100px; /* real width */
			border: solid gray;
			border-width: 0 2px 2px;
			margin: auto;	
			margin-bottom:20px;
			background: green; /*not sure what this is doing #a81717*/
		}
/* This is for the photo links in the h3 lines in photos.html*/

	#gallery a{
		color: #0c246c;
		text-decoration: none;
		}
	#gallery a:hover {			

			color: #9ddef9;
			background:#0c246c;
		}



/* This is for links in text lines */			

		a {
			color: blue;
		}

		a:hover {
			color: #9ddef9;
			background:#0c246c;
	
		}

		ul { 
			list-style-type: circle; 
		}
		ul.registration {
			list-style-type: square;
		}

		li.left {
			font-family: arial;
			list-style-type:none;
			width: 130px; /*was 150*/
		}

		#textfloatright {
			width: 510px; /*was530*/
			float: right;
			padding: 0;
			margin: 0;
		}

		li.right {
			font-family:arial;
			list-style-type:none;
		}


		img.tu {
			width: 247px;
			height: 68px;
			padding: 1px;
			background:#c4c4c4;
			border: 2px solid gray;
			margin: 1em 1em 1em 1em;
		}

		

