body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#000000;
	color:#CCCCCC;
	margin:0px;
}
form{
	margin:0px;
	padding:0px;
}
.text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#CCCCCC;
	font-weight:normal;
}

a:link{ font-family: Arial, Helvetica, sans-serif; text-decoration: underline; color: #cccccc; }
a:visited{ font-family: Arial, Helvetica, sans-serif; text-decoration: underline; color: #cccccc; }
a:hover { font-family:Arial, Helvetica, sans-serif; text-decoration:underline; color: #A78453; }
a:active{ font-family: Arial, Helvetica, sans-serif; text-decoration: underline; color: #A78453; }

.linkArrow{
	vertical-align: middle;
	float: left;
	margin:2px 3px 0px 0px;
}

#container{
	/* border:1px dotted #99743B; */
	width:860px;
	margin-left:auto;
	margin-right:auto;
	background-color:#000000;
	/* text-align:center; */
}
.justified{
	text-align:justify;
}
.capg {
	float: left; 
	padding: 0;
	margin: 0; 
}
#header #logo{
	width:192px;
	float:left;
}

#header #headerImg{
	width:585px;
	float:right;
	text-align:right
}
.clearBoth{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1px;
	clear:both;
}
#lhs{
	width:160px;
	float:left;
}
#lhs #navigation{
	/* border:1px solid #99743B; */
/*	border-left:1px solid #99743B; */
	border-right:1px dotted #99743B;
/*	border-bottom:1px solid #99743B; */
	margin:1px 0px 0px 0px;
}

/* Main Nav */
#lhs #navigation ul{
    margin:0px;
    padding:0px;
    list-style-type:none;
	display:block;
}

	#lhs #navigation ul li{
		list-style-type:none;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		color:#000000;
		height:18px;
		width:160px;
		/*
		background-image: url(images/nav_bg_black.gif);
		background-repeat: no-repeat;
		background-position: left top;
		*/
	}
	#lhs #navigation #navSelected a{
		display:block;
		text-decoration:none;
		color:#ffffff;
		font-family:verdana;
		font-size:10px;
		font-weight:bold;
		background-image: url(../images/nav_over.gif);
		background-repeat: no-repeat;
		background-position: left top;
	}
	#lhs #navigation ul li a{
		display:block;
		padding:3px 0px 0px 28px;
		text-decoration:none;
		color:#ffffff;
		font-family:verdana;
		font-size:10px;
		font-weight:bold;
		overflow:hidden;
		height:18px;
		background-image: url(../images/nav_off.jpg);
		background-repeat: no-repeat;
		background-position: left top;
	}

	#lhs #navigation ul li a:hover{
		display:block;
		text-decoration:none;
		color:#ffffff;
		font-family:verdana;
		font-size:10px;
		font-weight:bold;
		height:18px;
		background-image: url(../images/nav_over.gif);
		background-repeat: no-repeat;
		background-position: left top;
	}

/* End Main Nav */

#lhs #news{
/*	border-left:1px solid #99743B; */
	border-right:1px dotted #99743B;
/*	border-bottom:1px solid #99743B; */
}
.boxheading{
	margin:10px 0px 0px 0px;
	padding:5px;
	background-color:#99743B;
	color:#ffffff;
}
.boxheading2{
	margin:0px;
	padding:5px;
	background-color:#483924;
	color:#ffffff;
}
#lhs #news #newsTxt{
	padding:4px;
}

	#lhs #news #newsTxt a:link{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			color:#ffffff;
	}
	#lhs #news #newsTxt a:visited {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			color:#cccccc;
	}
	#lhs #news #newsTxt a:hover, #news #newsTxt a:active {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			color:#99743B;
	}

#content{
	margin:0px 0px 0px 0px;
	float:left;
	width:695px;
}

.tourHome{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float:left;
	margin-right:5px;
}
	.tourHome a:link{
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 12px;
			color:#99743B;
	}
	.tourHome a:visited {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 12px;
			color:#99743B;
	}
	.tourHome a:hover, .tourHome a:active {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 12px;
			color:#99743B;
	}

.imgBorder{
	padding:2px;
	border:1px solid #99743B;
}

.tourHeading{
	margin:0px 10px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#99743B;
}

.paraHeading{
	margin:0px 10px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color:#99743B;
}

.cellBoldUnderline{
	padding:3px;
	font-weight:bold;
	border-bottom:1px solid #99743B;
}
.totalPrice{
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	/* color:#99743B; */
}
#footerTxt{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#99743B;
	text-align:center;
}


