<STYLE type="text/css">
	
	BODY {
		margin: 0;
		padding: 0;
		font-family: arial;
		font-style: italic bold;
		/* color: #000022; */
		color: #12AFE1;
		link: red;
		text-align: center;
		background-color: #000022; 
		/* background: #4c7cbf; */
	}
	
	
	H4 {
		font-style: italic bold;
		font-family: arial;
		font-size: 18;
		color: #FFCC33;
	}
	H5 {
		font-style: italic bold;
		font-family: arial;
		font-size: 12;
		color: #FFCC33;
	}
	
	A {
		color: white;
	}

	P {
		font-family: arial;
		font-size: 12;
		/* color: #ffffff; */
	}

	TD {
		color: white;
	}
	
	.oth {
		margin: auto;
	  	text-align: center;
	  	/*
	  	// background:#ff0000;
	  	// background: #4c7cbf;
	  	*/
	  	/* background: #ffffff; */
	  	background: #efefef;
	  	width: 1050px;
		height: 650px;
		/* background-image: url("bg.jpg"); */
		display: bock;
		position: relative;
	}	
	
	.ie {
	  	width: 1040px;
	  	position: relative;
	  	left: 50%;
	  	text-align:center;
	  	margin-left: -520px; /* half the width of the div */
	}
	
	
	
	/*globalnav*/
	
	#globalnav {
		position:relative;
		font-family: arial;
		width:150;
		padding:0 0 0 5px;
		margin: 0;
		list-style:none;
		line-height:1em;
		display: block;
		text-align: center;
	}
	
	#globalnav LI {
		width:140;
		margin: 2 0 2 0;
		padding:0;
	}
	
	#globalnav A {
		display:block;
		color:#fff;
		text-decoration:none;
		font-family: arial;
		font-size: 9pt;
		/* background:#000033; */
		background: #384148;
		margin:0;
		height: 15;
		padding:0.25em 6px;
		border-left:0px solid #fff;
		border-top:0px solid #fff;
		border-right:0px solid #aaa;
	}
	
	#globalnav A:hover,
	#globalnav A:active,
	#globalnav A.here:link,
	#globalnav A.here:visited {
		/* background:#000055; */
		background: #445766;
		color: rgb(255,255,0);
	}
	
	#globalnav A.here:link,
	#globalnav A.here:visited {
		position:relative;
		z-index:102;
	}


	#globalnav A.tour {
		display:block;
		color:#fff;
		text-decoration:none;
		font-size: 9pt;
		background:#FFCC33;
		margin:2px 0 0 0;
		padding:0.25em 6px;
	}
	
	#globalnav A.tour:hover,
	#globalnav A.tour:active,
	#globalnav A.tour:link,
	#globalnav A.tour:visited {
		background:#FFCC33;
		color: rgb(0,0,2);
	}
	


	#globalnavdx {
		position:relative; 
		font-family: arial;
		width:150;
		padding:0 0px 0 5px;
		margin:0;
		list-style:none;
		line-height:1em;
		display: block;
		text-align: center;
	}
	
	#globalnavdx LI {
		width:140;
		margin:2 0 2 0;
		padding:0;
	}
	
	#globalnavdx A {
		display:block;
		color:#ffffff;
		text-decoration:none;
		font-size: 9pt;
		/* background:#000033; */
		background: #384148;
		height: 15;
		margin:0;
		padding:0.25em 6px;
	}
	
	#globalnavdx A:hover,
	#globalnavdx A:active {
		background:#000055;
		/* background: #384148; */
		background: #445766;
		color: rgb(255,255,0);
	}


	#globalnavdx A.tour {
		display:block;
		color:#fff;
		text-decoration:none;
		font-size: 9pt;
		background:#FFCC33;
		margin:0;
		padding:0.25em 6px;
		border-left:0px solid #fff;
		border-top:0px solid #fff;
		border-right:0px solid #aaa;
	}
	
	#globalnavdx A.tour:hover,
	#globalnavdx A.tour:active,
	#globalnavdx A.tour:link,
	#globalnavdx A.tour:visited {
		background:#FFCC33;
		color: rgb(0,0,2);
	}
	
	div {
		margin: 0;
		padding: 0px;
		border-style: solid;
		border-width:1px;
		border-color: silver;
	}
	
	
	div.maindiv {
		width: 1050px;
		height: 650px;
		/*
		 padding: 15px;
		 background-image: url("bg.jpg");
		 background: #4c7cbf;
		*/
		/* background: #ffffff; */
		background: #efefef;
		display: bock;
		position: relative;
		/* margin: auto; */


	  	left: 50%;
	  	text-align:center;
	  	margin-left: -520px; /* half the width of the div */
	}
	
	div#topleftlogo {
		position: absolute;
		top: 10px;
		left: 10px;
		width: 150px;
		height: 45px;
		/* background: #B0B0B0; */
	}

	div#topcenterlogo {
		position: absolute;
		top: 10px;
		left: 164px;
		width: 720px;
		height: 45px;
		/* background: #B0B0B0; */
	}

	div#toprightlogo {
		position: absolute;
		top: 10px;
		left: 888px;
		width: 150px;
		height: 45px;
		/* background: #B0B0B0; */
	}

	div#leftnav {
		position: absolute;
		top: 60px;
		left: 10px;
		width: 150px;
		height: 220px;
		/* padding: 6px 0 0 0; */ 
	}

	div#tourdiv {
		position: absolute;
		top: 60px;
		left: 164px;
		width: 720px;
		height: 512px;
	}

	div#rightnav {
		position: absolute;
		top: 60px;
		left: 888px;
		width: 150px;
		height: 220px;
		/* padding: 6px 0 0 0; */
	}
	
	div#comment {
		position:absolute; 
		top:290px; 
		left:10px; 
		width:150px; 
		height:281px; 
		/* border:1; */
		/* visibility:hidden; */ 
		display:block; 
		z-index: 5; 
		background: #B0B0B0; 
		overflow: scroll; 
		margin: 2px;
	}
	
	div#newsbanner {
		position: absolute;
		top: 578px;
		left: 164px;
		width: 720px;
		height: 60px;
		padding: 6px 0 0 0;
		/* background: #B0B0B0; */
	}
	
	div#map {
		position: absolute;
		top: 290px;
		left: 888px;
		width: 150px;
		height: 281px;
		visibility: visible;
	}

</STYLE>	
