#main {
	width: 720px;
	vertical-align: top;
	padding: 0px;
	font-family: 'Trebuchet MS';
}
#main p {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#main a:link, #main a:visited {
	color: #000000;
	text-decoration: none;
}
#main a:hover {
	color: #333333;
	text-decoration: underline;
	border-bottom: none;
}
#main h1 {
	color: #333333;
	text-align: center;
	font: 26px 'Trebuchet MS';
	margin: 30px auto;
}
#main h2 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	color: #016D88;
	margin-top: 30px;
	text-align: left;
}
#main .scripref {
	font-weight: bold;
	color: #FF6600;
	font-style: italic;
}
#main .scriptext {
	font-weight: normal;
	color: #FF6600;
	font-style: italic;
}
#main_sub {
	width: 1000px;
	vertical-align: top;
	padding: 0px;
	font-family: 'Trebuchet MS';
	height:auto;
}
#main_sub h1 {
	color: #333333;
	text-align: center;
	font: 26px 'Trebuchet MS';
	margin: 30px auto;
}

/* STEVE'S ITINERARY MOUSEOVER */
#dhtmltooltip{
position: absolute;
width: 150px;
border: double 3px #006699;
padding: 5px;
background-color: #CCC;
font: 13px/14px 'verdana';
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

