
		body {
			margin: 0 0 0 0;
			padding: 0 0 0 0;
			background: #E6A314;
			color: #ffffff;
			font-family: 'Lucida Grande', Verdana, Arial;
			font-size: 1em;
			height: 100%;
		}

		img {
			border-style: none;
		}

		#top_header {
			margin: 0px auto 0 auto;
			width: 900px;
			height: 388px;
			position: absolute;
			top: 0px;
			left: 0px;
			background: url("images/header.jpg") no-repeat;
		}

		#top_header h1 span {
			display: none;
		}

		#left_column {
			margin: 0px auto 0 auto;
			width: 200px;
			height: 500px;
			position: absolute;
			top: 389px;
			text-align: center;
			z-index: 1;   /* make sure the graphics are linkable */
		}

		#left_column img {
			margin-bottom: 4px;
		}
		
		#container {
			margin: 0px;
			/*padding: 400px 0px 0px 10px;*/
			/*float: left;*/
			position: absolute;
			/*left: 201px;*/
			left: 0px;
			top: 389px;
			width: 700px;
		}

		#container_nextto_left {
			clear: both;
			position: relative;
			left: 201px;
			width: 700px;
			/*position: absolute;
			left: 201px;
			width: 700px;*/
		}

		h1 {
			color: #96BF55;
			font-size: 1.5em;
			font-weight: normal;
			margin: 5px 0 5px 0;
			text-align: left;
		}

		h1 span {
			color: #ffffff;
			font-size: 1.5em;
			font-weight: normal;
			margin: 5px 5px 5px 0;
			text-align: left;
		}

		a,
		a:link,
		a:visited {
			color: #09f;
		}

		.footer {
			margin: 20px 0 0 0;	
			text-align: left;
			font-size: 0.5em;
			position: absolute;
			left: 201px;
		}
		

		.content_header {
			display: block;
			height: 40px;
			width: 699px;
			/*padding: 0 10px 0 10px;*/
			margin: 0 0 0 0;
		}

		.content_header span {
			display:none;
		}


		.content_text {
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
		}
			
		.content_text p {
			line-height: 150%;
			padding: 5px 10px 15px 10px;
		}

		.content_text table {
			padding: 0 0 0 10px;
		}

		.content_text_main_image {
			float: left;
			margin-right: 0.5em;
			margin-bottom: 0.5em;
		}




		#container_below_left {
			clear: both;
			width: 900px;
		}




