/* CSS Document */

body {
	padding:0;
	font-family:"Times New Roman";
	font-size:14px;
	color: #666666;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-decoration: none;
	background-color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


a {
	text-decoration:none;
	font-weight:bold;
	color:#0099FF;
}
a:hover {
	color:#CC0000;
	text-decoration: underline;
}
#wrapper {
	margin:0;
	background-color: #FFFFFF;
}

#indexContainer {
	padding: 4px;
	width: auto;
	background-color: #eeeeee;
	height: auto;
}
	
	#leftFloat{ 
		float: left;
		width: 460px;
		background-color: #eeeeee; }

		#indexContent {
			padding-top: 9px;
			margin: 0;
			width: 100%;
			background-color: #ffffff; }
		
			#indexText {
	width: auto;
	background-color: #ffffff;
	z-index: 6;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
	overflow: auto;
}
	
	#rightFloat{
	float: right;
	background-color: #eeeeee;
	width: 180px;
	overflow: auto;
}
	

h1 {
	color: #0099FF;
	text-align: center;
	font-style: normal;
	text-decoration: none;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	font-size: 18px;
	font-weight: normal;
}
h2 {
	font-family: arial;
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
}

.linkssection	{
	text-align: center;
	color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.linkssection a {
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-transform: uppercase;
	font-style: normal;
	color: #FFFFFF;
	}
	
.linkssection a:hover {
	color:#0099FF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: groove;
	border-left-style: none;
	border-bottom-width: 5px;
	border-bottom-color: #3399FF;
}

#tourBox {
			float: right;
			margin-bottom: 8px;
			width: 315px; height: 82px;
			background-color: #ffffff;
			z-index: 6; }
		
#tourBoxText {
				margin: 8px 8px 4px 10px;
				width: 297px;
				background-color: #ffffff;
				z-index: 6; }
