/* CSS Document */
.printtext {
	display: block;
}

#printtext {
	display: block;
	float: right;
	width: 580px;
	margin-bottom: 15px;
	margin-top: 10px;
	padding-right: 38px;
}


.dontprinttext {
	display: none
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 16px;
}
p {
	padding: 0 0 8px;
	margin-top: 5px;
	margin-bottom: 8px;
}
a:link, a:visited, a:active {
	background-color: transparent;
	color: #003399;
	padding: 0px;
	text-decoration: none;
}

a:hover {
	background-color: transparent;
	color: #996600;
	text-decoration:none;
}

h1 {
	font-size: 15px;
	font-weight: normal;
	line-height: 17px;
	margin: 0px;
	color: #996600;
	padding: 0px 0px 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	margin: 0px 0px 15px;
	color: #996600;
	padding: 6px 0px 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;	
}
#content {
	display: block;
	width: 580px;
	margin: 15px 0px;
	float: right;
	padding-right: 38px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#column_1 {
	display: block;
	float: left;
	width: 270px;
	padding-right: 40px;
}
#column_2 {
	display: block;
	float: left;
	width: 270px;
}
.img_right {
	float: right;
	border: 1px solid #999999;
}
.img_tours {
	float: left;
	border: 1px solid #999999;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.img {
	border: 1px solid #999999;
	height: 113px;
	width: 268px;
}
.img_noBorder-right {
	float: right;
}
.img_home {
	border: 1px solid #999999;
	height: 114px;
	width: 268px;
	clear: both;
	display: block;
	margin: 0px 0px 6px;
	padding: 0px;
}
p.differentSpacing {
	margin-top: 0px;
	margin-bottom: 0px;
}
.links-h {
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	margin: 8px 0px 6px;
	padding: 0px;
}

