		body {
			font: 80% arial, helvetica, sans-serif;
			background: #000000 url(logos/bg_lines.png);
			background-attachment: fixed;
			margin: 0;
		}
				.accessaid, h1 {
			position: absolute;
			height: 0;
			overflow: hidden;
		}
				
		#header {
			background: #0c246c;
			height: 40px;
			border-top: 2px solid gray;
		}
		#header p {
			color: white;
			text-align: center;
			font-size: 1.75em;
			margin: .5em;
		}


				
/* my side version	#navigation {position: absolute;top: 92px;left: 0;width: 100px;color: white;} */


		
		
		#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;
		}


		
		p.spaced {
			line-height: 2.5;
		}
		
		#content img.ver {
			padding: 1px;
			border: 2px ridge #0c246c;
			margin:0 0 0 130px;
		}
		#content img.hor {
			padding: 1px;
			border: 2px ridge #0c246c;
			margin:0 0 0 30px;
		}
		
		#content img.ver6 {
			padding: 1px;
			border: 2px ridge #0c246c;
			margin:0 0 0 200px;
		}


		
		#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: #a81717; /*not sure what this is doing*/
		}

/* This is for links in text lines */			

		a {
			color: blue;
		}

		a:hover {
			color: #9ddef9;
			background:#0c246c;
	
		}



		li.left {
			font-family: arial;
			list-style-type:none;
			width: 130px;
		}

		#textfloatright {
			width: 510px;
			float: right;
			padding:0;
			margin:0;
		}

		li.right {
			font-family:arial;
			list-style-type:none;
		}
		span.input {
			position:relative;
			float:right;
			margin-right:265px;
		}

	
/* 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;}
	*/
