body {
	font-size: 100%;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-image: url(page_bgBackground.gif);
	background-repeat: repeat;
	background-color: #626262;
	background-color: #97B1D4;
}

/*
----positioning and box property styles-----
*/

#header {
	width: 100%;
	z-index: 0;
	float: left;
	/*background-image: url(headerLogo2.jpg);*/
	background-image: url(headerLogo2.gif);
	height: 148px;
	background-repeat: no-repeat;
	background-position: 50% 10px;
	margin-bottom: 10px;
}

#header p {
	padding-left: 100px;
	padding-bottom: 22px;
	padding-top: 22px;
	margin: 0;
	}

/*
----for the meta navbar-----
*/

#metanav {
	position: absolute;
	top: 6px;
	right: 6px;
	width: 230px;
	padding: 5px;
	}

#metanav ul {
	margin: 0;
	padding: 0;
	}

/*
----for the tabs with the major site subsections-----
*/

#header ul.sitesections {
	margin: 55px auto 0px auto;
	padding: 1px 0 0 15px;
	width: 750px;
	}

/*
----contains both the main text area and the side panel-----
*/

#content {
	position: relative;
	clear: both;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
	margin-bottom: 0;
	}

#maintext {
	width: 520px;
	margin-left: 0;
	margin-right: 0;
	}

#sidepanel {
	position: absolute;
	top: 0;
	left: 530px;
	width: 220px;
	margin-left: 0;
	margin-right: 0;
	font-size: 95%;
}

/*.sidePanelPic1 {
	background : url(iStock_sidePanel1.jpg) no-repeat top center;
	height: 157px;
}

.sidePanelPic2 {
	background : url(iStock_sidePanel2.jpg) no-repeat top center;
	height: 136px;
}

.sidePanelPic3 {
	background : url(iStock_sidePanel3.jpg) no-repeat top center;
	height: 245px;
}

.sidePanelPic4 {
	background : url(iStock_sidePanel4.jpg) no-repeat top center;
	height: 280px;
}

.sidePanelPic5 {
	background : url(iStock_sidePanel5.jpg) no-repeat top center;
	height: 157px;
}*/

/*
----the subsection navbar-----
*/

.subs-navbar {
	border: 1px #b0b1ba solid;
	margin-bottom: 10px;
	padding-top: 0;
	padding-bottom: 15px;
	}

/*
----for the header-----
*/

#downArrow {
	text-decoration: none;
}

#header {
	background-color: #FFFF75;
}

#header p {
	color: Blue;
	font-size: 140%;
	/*text-shadow: 2px 2px 2px #848ead;*/
	visibility : hidden;
}

/*
----for the meta navbar-----
*/

#metanav {
	font-size: 60%;
	text-align: right;
	color: Blue;
}

#metanav ul li {list-style-type: none;}

#metanav ul li a:link, #metanav ul li a:visited {
	text-decoration: none;
	color: Blue;
}

#metanav ul li a:hover {text-decoration: underline;}

/*
----for the tabs with the major site subsections-----
*/

#header ul.sitesections {
	font-size: 80%;
	text-transform: uppercase;
	}

#header ul.sitesections li {
	float:left;
	list-style-type:none;
	}

#header ul.sitesections a {
	display:block;
	float:left;
	border-top:1px solid #091c5a;
	border-left:1px solid #091c5a;
	border-right:1px solid #091c5a;
	padding:4px 8px;
	text-decoration:none;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 0;
	margin-right: 0;
	color: Blue;
	background-color: #97B1D4;
}

#header ul.sitesections a:hover, #header ul a.current {
	color: Yellow;
	background-color: Blue;
}

/*
----for the subsection navbar-----
*/

.subs-navbar {
	font-size: 85%;
	background-color: #fff;
	}

.subs-navbar h1 {
	margin-top: 0;
	margin-bottom: 5px;
	border-bottom: 1px #b0b1ba solid;
	text-align: right;
	font-size: 100%;
	color: Blue;
	background-color: #FFFF75;
	/*text-shadow: none;*/
	font-weight: normal;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 15px;
}

.subs-navbar h1 a:link, .subs-navbar h1 a:visited {
	color: Blue;
	display: block;
	text-decoration: none;
}

.subs-navbar h1 a:hover {color: #CC9933;}

.subs-navbar h2 {
	border-bottom: 1px #b0b1ba solid;
	text-align: left;
	color: Blue;
	background-color: #97B1D4;
	/*text-shadow: none;*/
	font-weight: normal;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 5px;
	font-size: smaller;
	margin-top: 5px;
	margin-bottom: 2px;
	}

.subs-navbar ul {
	padding: 0;
	margin: 5px;
	}

.subs-navbar ul li {
	list-style-type: none;
	margin-top: 4px;
	margin-bottom: 4px;
	color: #fb5701;
	}

.subs-navbar ul li a:link, .subs-navbar ul li a:visited {
	text-decoration: none;
	padding-left: 3px;
	border-left: 8px #fff solid;
	color: #091c5a;
	}

.subs-navbar ul li a:link.youarehere, .subs-navbar ul li a:visited.youarehere, .subs-navbar ul li a:hover {
	border-left: 8px #ff5800 solid;
	color: Blue; 
	}

.subs-navbar ul li a:link.youarehere, .subs-navbar ul li a:visited.youarehere {font-weight: bold; }

.subs-navbar ul li ul li a:link, .subs-navbar ul li  ul li a:visited {margin-left: 0px; }

.subs-navbar ul li ul li h2 a:link, .subs-navbar ul li  ul li h2 a:visited {margin-left: -12px; }

.subs-navbar ul li.current-section a:link, .subs-navbar ul li.current-section a:visited {color: #ff5800; }

/*--------------------main text area styles--------------------*/

#maintext {
	background-color: #fff;
	color: #3e3e3e;
	}

#maintext a:link {color: #3e3e3e;}

#maintext a:visited {
	color: #6c6c6c;
	border-bottom: 1px dotted #6c6c6c;
	text-decoration: none;
	}

#maintext a:hover {
	background-color: #3e3e3e;
	color: #fff;
	text-decoration: none;
	border-bottom: none;
	}

#maintext p, #maintext ul, #maintext ol {
	margin-left: 20px;
	margin-right: 20px;
	font-size: 75%;
	line-height: 1.6em;
	margin-bottom: 15px;
	margin-top: 0;
	}
	
#maintext table {
	margin-left: 20px;
	margin-right: 20px;
	width: auto;
}

#maintext td {
	font-size: 75%;
	/*border : thin solid Silver;*/
}

#maintext td.scheduleInfo{
	border-bottom: blue 1px solid;
}

li.follow-on {list-style-type: none; }

.itinerary {
	background-color: #26428C;
	color: White;
	}

h1, h2, h3, h4, h5, h6 {
	color: #6882ab;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-transform: uppercase;
	}

h1 {
	border-bottom: 1px #b0b1ba solid;
	margin-top: 0;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 15px;
	font-size: 85%;
	color: #ffffff;
	background-color: #6882ab;
	}

h1#welcome {
	padding: 0em;
	border-bottom: none;
	background-color: transparent;
	}

h2 {
	font-size: 85%;
	margin-top: 20px;
	margin-bottom: 2px;
	}

h3 {
	font-size: 75%;
	margin-top: 15px;
	margin-bottom: 2px;
	}

h4 {
	font-size: 70%;
	margin-top: 15px;
	margin-bottom: 2px;
	}

h5 {
	margin-top: 15px;
	margin-bottom: 2px;
	font-size: 65%;
	text-decoration: underline;
	}

h6 {
	margin-top: 15px;
	margin-bottom: 2px;
	font-size: 65%;
	font-style: italic;
	}

blockquote {
	border: 1px #b0b1ba solid;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	background-color: #f2f2f2;
	}

#maintext blockquote p {
	margin-top: 3px;
	margin-bottom: 3px;
	}

blockquote p cite {font-size: 90%; }

#maintext blockquote.promo p {
	font-weight: bold;
	font-size: 65%;
	color: #091c5a;
	}

/*--------------------footer styles--------------------*/

#footer {
	font-size: 75%;
	text-align: right;
	color: #091c5a;
	padding-top: 20px;
	padding-bottom: 20px;
	}

#footer a:link, #footer a:visited {
	color: #091c5a;
	text-decoration: none;
	}

#footer a:hover {
	text-decoration: underline;
	background-color: #fff;
	}

#maintext p#details {
	margin-top: 0px;
	margin-bottom: 0em;
	}
	
	/* Classes */
	
	.bold{font-weight: bold;}