body { 
	font: 80% arial, helvetica; 
	background: #fff url(back.png) top right no-repeat fixed;
	}

#header {
	background: #000 url(logo4.png);
	height: 90px;
	}

.accessaid, h1 {
	position: absolute;
	height: 0;
	overflow: hidden;
	}

#navigation {
	position: absolute;
	top: 130px;
	left: 0;
	width: 160px;
	color: white;
	}
		
	#navigation ul {
		margin: 0 0 1em 0;
		padding: 0;
		list-style: none;
		}
		
	#navigation ul a {
		color: #000;
		text-decoration: none;
		display: block;
		background: #fc0;
		padding: 0 0.5em;
		margin: 0 1em 1px 1em;
		}
		
	#navigation a:visited {
		color: #000;
		}
		
	#navigation a:hover {
		background: #ff6;
		color: #000;
		}

#content {
	padding: 2em 2em 1em 1.5em;
	border-left: 160px solid #000;
	background: #fff;
		}

		#content p {
			text-align: justify;
			}

		#content a {
			text-decoration: none; 
			color: #000; 
			}

		#content a:hover {
			text-decoration: underline; 
			color: #c03; 
			}

		#content li {
			text-align: justify; 
			}

	#content ul a {
		color: #000;
		text-decoration: none;
		}
		
	#content a:visited {
		color: #959595;
		}
		
	#content a:hover {
		text-decoration: underline;
		color: #39f;
		}

#scroller {
	border: 2px solid #110;
	padding: 1em 1em 1em 0.5em;
	background: #ccc;
	}

	#scroller ul a {
		color: #000;
		text-decoration: none;
		}

	#scroller a:visited {
		color: #fff;
		}
		
	#scroller a:hover {
		text-decoration: underline;
		color: #000;
		}

	#tops a {
		font-size: 0.75em; 
		color: blue;
		text-decoration: none; 
		}



td {
	border: 1px solid #999;
	padding: 0.1em 1em;
	}
		
img {
	width: 320px;
	border: 1px solid #000;
	}

#graph {
	width: 480px;
	border: none;
	}


h2 {
	font-size: 1.5em;
	color: #c03;
	}
		
h3 {
	font-size: 1.25em;
	color: #c03;
	}

	h3:target {
		color: white;
		background: #036;
		}

h4 { 
	font-size: 1em; 
	color: #c03; 
	}

#container {
	position: relative;
	width: 686px; /* width + border for IE 5.x */
	w\idth: 680px; /* real width */
	border: solid #000;
	border-width: 2px 3px;
	margin: auto;
	}

#footer {
	clear: both; 
	background: #000 url(footer.png);
	} 

	#footer p { 
		font-size: 0.68em;
		margin: 0; 
		font: arial #000;
		padding-right: 1em;
		text-align: right;
		} 	
	
	#footer a { 
		text-decoration: none; 
		} 