		body {
			font: 80% arial, helvetica, sans-serif;
			background: #000000;
			margin: 0;
		}
		
		.accessaid, h4 {
			position: absolute;
			height: 0;
			overflow: hidden;
		}
		
		#header {
			background: #00A06E;
			height: 110px;
			
		}
		#header img {
			width: 350px;
			height: 100px;
			padding: 1px;
			border: 1px solid #333;
			left: 100px;
			margin: 0 0 1em 1em;
		}
		
		#header p {
			text-align: center;
			}
		
		#navigation {
			position: absolute;
			top: 130px;
			left: 0;
			width: 134px;
			color: #000000;
            height: 600px;
		}
		
		#navigation ul {
			margin: 0 0 1em 0;
			padding: 0;
			list-style: none;
			text-color:#FFFFFF;
            
		}
		
		#navigation ul a {
			color: #000000;
			text-decoration: none;
			display: block;
			background: #00A062;
			padding: 0 0.5em;
			margin: 0 1em 1px 1em;
		}
		
		#navigation a:visited {
			color: #FFFFFF;
		}
		
		#navigation a:hover {
			background: #FF000F;
		}
		
		#content {
			background: #FFFFFF ;
			xpadding: 1px 1em 2em 1em;
			padding: 1px 20px 1em 40px;
			border-left: 134px solid #FFFFFF;
			height: 600px;
		}
        
        #content table{
            text-align: center;
            }
		
		h2 {
			font-size: 1.5em;
			color: #036;
		}
		
		h3 {
			font-size: 1.25em;
			color: #036;
		}
		
		#content img {
			width: 150px;
			height: 100px;
			padding: 1px;
			border: 1px solid #333;
			float: center;
			margin: 0 0 1em 1em;
		}
		
		#container {
			position: relative;
			width: 686px; /* width + border for IE 5.x */
			w\idth: 680px; /* real width */
			border: solid #036;
			border-width: 0 3px;
			margin: auto;
		}
		#footer {
			clear: both;
			background: #ccc;
            text-align: center;
		}
		
		#footer p {
			margin: 0;
		}
