@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FF0000;
	height: auto;
	width: auto;
	}
.photolink {
	color: #000;
	text-decoration: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
	.navlink 
	{
	color: black;
	text-decoration: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	}
	
	.navlink:hover 
	{
	color: white;
	text-decoration: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	}
	
	.whitelink 
	{
	color: #FFF;
	text-decoration: none
	}
.whitelink:hover {
	color: #000;
	text-decoration: none;
}
.whitelinktours {
	color: #FFF;
	text-decoration: none;
}
.tourtext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #000;
}
.tourtextsub {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11.5px;
	font-weight: normal;
	text-decoration: none;
	color: #000;
}
.tourtextlead {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000;
}
.nolink {
	text-decoration: none;
}
	
	.oneColElsCtr #container {
	width: 46em;
	background: #FF0000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	}
	.oneColElsCtr #mainContent {
	text-align: justify;
	}
	.style4 {
	font-size: 9pt;
	text-decoration: none;
}
.toursites {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	background-color: #F00;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: center;
	text-decoration: none;
}

	.style5 {
	color: #FFFFFF;
	font-weight: bold;
	}
	.style7 {font-family: "Courier New", Courier, monospace}
.tourtitle {
	color: #FFF;
	text-decoration: none;
}
.tours {
	color: #FFF;
	background-color: #000;
	text-decoration: none;
}
.redlink {
	color: #F00;
	text-decoration: none;
}
.tourborder {
	border: 1px solid #000;
}
