		body {
			font: 80% arial, helvetica, sans-serif;
			background: #ccc ;
			margin: 0;
		}
		
		.accessaid, h1 {
			position: absolute;
			height: 0;
			overflow: hidden;
		}
		
		#header {
			background: #036;
			overflow: hidden;
			height: 125px;
			width: 1024px;
		}

		#navigation {
			position: absolute;
			top: 130px;
			left: 10px;
			width: 134px;
			color: #000;
			border-left: 1px solid #000;
			border-top: 1px solid #000;
			border-right: 1px solid #000;
			border-bottom: 1px solid #000;
		}
		
		#navigation ul {
			margin: 0 0 1em 1em;
			padding: 10px 1px 1px 1px;
			list-style: none;
		}
		
		#navigation ul a {
			color: #000;
			text-decoration: none;
			display: block;
			background: #fff;
			padding: 0 0.25em;
			margin: 0 1em 1px 1em;
		}
		
		#navigation a:visited {
			color: #333;
		}
		
		#navigation a:hover {
			background: #7FB0BA;
		}
		
		#content {
			background: white  repeat-y;
			xpadding: 1px 1em 2em 1em;
			padding: 1px 20px 1em 40px;
			border-left: 134px solid #fff;
		}
		#footer {
			background: white  repeat-y;
			xpadding: 1px 1em 2em 1em;
			padding: 1px 20px 1em 40px;
			border-left: 134px solid #fff;
			font: 80% arial, helvetica, sans-serif;
			color: #aaa;
			line-height: 14px
		}

		#footer a {
			color: #aaa;
			text-decoration: none;
			font: 80% arial, helvetica, sans-serif;
		}

		#footer a:hover {
			color: #333;
			text-decoration: none;
			font: 80% arial, helvetica, sans-serif;
		}

		.companylogo {
			width: 150px;
			padding: 1px;
			border: 0px solid #333;
			float: right;
			margin: 0 0 1em 1em;
		}

		.testimonial {
			padding: 0 150px 0 100px;
		}
		
		h2 {
			font-size: 1.5em;
			color: #126F83;
		}
		
		h3 {
			font-size: 1.25em;
			color: #126F83;
		}

		h4 {
			text-align: Center;
			font-size: 1.25em;
			color: #126F83;
		}

		h5 {
			color: #126F83;
			line-height: 8px;
		}

		h6 {
			margin: 0 0 1em 1em;
			padding: 0px 1px 1px 10px;
			list-style: none;
			line-height: 14px;
			font-size: 12px;
		}
		
		#container {
			position: relative;
			width: 1030px; /* width + border for IE 5.x */
			w\idth: 1024px; /* real width */
			border: solid #036;
			border-width: 0 3px;
			margin: auto;
		}
