
	.error_text {
		font-size: 100%;
		font-weight: bold;
		color:#FF0000;
		margin-left:20px;
		margin-right:20px;
	}
	
	div#map_canvas{
	}
	
	
	div#heading_image {
		position:absolute;
		margin-left:0px;
		margin-top:0px;
		text-align:left;
	}

	div#content_left {
		position: relative;
		width:443px;
		padding-top:74px;
		padding-left:30px;
		padding-right:30px;
		text-align:left;
	}

	div#content_right {
		position: relative;
		width:226px;
		padding-left:30px;
		padding-right:30px;
		margin-left:0px;
		padding-top:80px;
		text-align:left;
	}
		
	div#content_right img{
		padding-bottom:9px;
	}

	div#main_menu{
		position: absolute;
		top: 226px;
		width: 789px;
		align: center;
		text-align: center;
		font-size: 95%;
		font-style: normal;
		font-weight: bold;
		letter-spacing: 1px;
		margin-left: auto;
		margin-right: auto;
	}		

	div#main_menu a{
   		color: #FFFFFF;
	}

	div#main_menu a:hover{
   		text-decoration: underline;
	}

	a{
		font-size: 100%;
		font-style: normal;
		color:#F0BF05;
		font-family: Arial, Helvetica, sans-serif;
		line-height: 130%;
		text-decoration: none;
		overflow: hidden;
	}

	a:hover{
		font-size: 100%;
		font-style: normal;
		color: #FFFFFF;
		font-family: Arial, Helvetica, sans-serif;
		line-height: 130%;
		text-decoration: none;
	}

	html, body {
		background-color: #B6BDC1;
		margin:0;
		padding:0;
		height:100%;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 85%;
		line-height: 10pt;
		color: #FFFFFF;
	}

	h1{ 
		font:2em georgia,serif; 
		color:#F8DC73;
		z-index:1;
		margin-bottom:-10px;
	}

	h2{
		margin-bottom:-10px;
		font:1.25em Arial, Helvetica, sans-serif;
		font-weight: bold;
		color:#FFFFFF;
	}

	h2 a{
	   	color: #FFFFFF;
	}

	h2 a:hover{
	   	text-decoration: underline;
	}

	h3 {
		margin-bottom:-10px;
		margin-top:10px;
		font:1.25em georgia,serif;
		font-weight: normal;
		color:#7A9566;
	}

	div#footer {
		width:100%;
		text-align:center;
		font-size: 80%;
		background:#000000;
		color:#F8F8F8;
	}

	div#footer p {
		padding:1em;
		margin:0;
	}
	
	div#footer a{
		color: #A0A0A0;
	}
	
	div#footer a:hover{
	   	text-decoration: underline;
	}