/* Global Styles */

body {
	background-color: #C0DFFD;
	width: 860px;
	margin-left: 250px;
	}
	
td {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#003366;
	}
	
a {
	color: #FF6600;
	font-weight:bold;
	text-decoration: none; 
	}
	
a:hover {
	*color: #3366CC; 
	}

/* ID Styles */

#listItemWrapper td {
	/* border-bottom: 1px solid #E6F3FF; */
	border-bottom: 1px solid #003366;
	padding: 5px 5px 5px 5px;
	}
#navigation td {
	border-bottom: 2px solid #C0DFFD;
	}
	
#navigation a {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 26px;
	background: url("../images/mm_arrow.gif") 14px 45% no-repeat;
	}
	
#navigation a:hover {
	background: #ffffff url("../images/mm_arrow.gif") 14px 45% no-repeat;
	color:#FF6600;
	}
	
#home_page_feature {
	border-bottom: 2px solid #C0DFFD;
	}
	
#small_nav a {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:12px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	/* top right bottom left */
	padding:15px 0px 0px 25px;
	background: url("../images/mm_arrow.gif") 14px 45% no-repeat;
	}
	
#small_nav a:hover {
	background: #ffffff url("../images/mm_arrow.gif") 14px 45% no-repeat;
	color:#FF6600;
	}
	
#logo 	{
	font:24px Verdana, Arial, Helvetica, sans-serif;
	color: #CCFF99;
	letter-spacing:.2em;
	line-height:30px;
	}

#tagline 	{	
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color: #FF9933;
	letter-spacing:.4em;
	line-height:18px;
	}

#monthformat {
	border-bottom: 2px solid #E6F3FF;
		}
		
#dateformat {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	letter-spacing:.2em;
	height: 25px;
	}
	
#dateformat a {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	font-weight:bold;
	letter-spacing:.1em;
	}
	
#dateformat a:hover {
	color: #FF6600;
	letter-spacing:.1em;
	}
	
/* Class Styles */

.language_links {
	float: right;
}

.headerContainer {
	width: 860px;
	background-color: #3366cc;
	border-top: solid;
	border-top-color: #3366cc;
	border-top-width: 1px;
	border-left: solid;
	border-left-color: #3366cc;
	border-left-width: 1px;
	border-right: solid;
	border-right-color: #3366cc;
	border-right-width: 1px;
}
.headerImage {
	background-image: url(../images/mm_travel_photo.jpg);
	height: 127px;
	width: 382px;
	float: left;
}
.headerTextContainer {
	width: 280px;
	float: left;
	padding-top: 40px;
}
.navStripHorizontal {
	background-color: #ccff99;
	width: 860px;
	padding-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	border-left: solid;
	border-left-color: #3366cc;
	border-left-width: 1px;
	border-right: solid;
	border-right-color: #3366cc;
	border-right-width: 1px;
	
}

.contentContainer {
	float: left;
	width: 860px;
	border-top: none;
	border-left: solid;
	border-left-color: #3366cc;
	border-left-width: 1px;
	border-right: solid;
	border-right-color: #3366cc;
	border-right-width: 1px;
	border-bottom: solid;
	border-bottom-color: #3366cc;
	border-bottom-width: 1px;
}

.leftNavContainer {
	text-align: center;
	float: left;
	width: 200px;
	background-color: #E6F3FF;
	padding-top: 25px;
}

.leftNavHomeContainer {
	text-align: left;
	float: left;
	width: 200px;
	/*height: 1200px;*/
	background-color: #E6F3FF;
	padding-top: 10px;
}

.leftNavHomeContainer li {
	border-bottom: 2px solid #C0DFFD;
	list-style-type: none;
	}
	
.leftNavHomeContainer a {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:inline-block;
	padding:8px 6px 10px 26px;
	background: url("../images/mm_arrow.gif") 5px 45% no-repeat;
	}
	/* Bug fix for IE6
	If a link with display: block and no explicit dimensions is inside a list item, 
	any spaces or linebreaks that follow the list item in the code will cause extra whitespace to appear in the browser.
	The fix involves a cascading 'juggle' of the inline-block property on listed anchors to turn on hasLayout, 
	then revert the rule without turning hasLayout back off. 
	For example: 
		a { display: inline-block; }
		a { display: block; }
	The first rule turns on hasLayout in IE, while the second rule will override the first 
	for all intents and purposes- without turning off hasLayout
	*/
.leftNavHomeContainer a {
 	display: block; 
 }

.leftNavHomeContainer a:hover {
	background: #ffffff url("../images/mm_arrow.gif") 5px 45% no-repeat;
	color:#FF6600;
	}
<!-- Body Positioning and Formatting -->
.bodyTextContainer, .bodyImageContainer {
	 padding-left: 10px; 
}
.bodyText {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#003366;
	line-height:20px;
	margin-top:0px;
	}
.bodyTextBlock {
	/* padding-left: 210px; */
	margin: 10px 30px 10px 230px;
	border-bottom: solid;
	border-bottom-color: #3366cc;
	border-bottom-width: 1px;
}
.bodyTextBlock img{
	float: right;
	margin: 10px 10px 10px 10px;
}

.bodyTextBlockLast {
	border-bottom: none;
}

.bodyImageBlock {
	margin: 0px 0px 0px 220px;
	/*
	border-bottom: solid;
	border-bottom-color: #3366cc;
	border-bottom-width: 1px;
	*/
}
.bodyImageBlock img{
	/*float: left; */
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	/*
	border-bottom: solid;
	border-bottom-color: #3366cc;
	border-bottom-width: 1px;
	*/
}
.bodyImageBlock a{
	font-weight: normal;
	text-decoration: none;
	border: none;
}

.small_img {
	padding: 0px 0px 25px 0px;
	}
	
.pageName{
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	color: #3366CC;
	line-height:24px;
	letter-spacing:.1em;
	}
	
.subHeader {
	font:bold 10px Verdana, Arial, Helvetica, sans-serif;
	line-height:16px;
	letter-spacing:.2em;
	color: #FF9933;
	}

.quote {
	font: 20px Verdana, Arial, Helvetica, sans-serif;
	color: #759DA1;
	line-height:30px;
	}
	
.smallText {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	}
	
.navText {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	}
.returnLink{
	background: url("../images/back.gif") 5px 45% no-repeat;
	padding-left: 5px;
}
.orange {
	color: #FF9933;
	}
	
.bold_orange {
	color: #FF9933; font-weight: bold; 
	}

.header {
	background-color: #3366cc;
	color: #C0DFFD;
	border-bottom: 1px solid #3366cc;
	border-left: 1px solid #C0DFFD;
	border-right: 1px solid #C0DFFD;
}
.col {
	float: left;
	padding: 2px;
	text-align: center;
	/*border-left: 1px solid #3366cc;
	border-right: 1px solid #3366cc;
	*/
	border-left: 1px solid #3366cc;
	border-bottom: 1px solid #3366cc;
	border-right: 1px solid #3366cc;
}
.col_1 {

	width: 300px;	
}
.col_11 {

	width: 500px;	
}
.col_2 {
	width: 100px;
}
.col_last {
	width: 100px;
}
.row_special_offer{
	background-color:#9F9
}
.rate_special_offer{
	text-decoration:line-through; 
}

