/* Main CSS Document containing all GLOBAL styles 
***************************************************/

/*** Tags ***/

body {
	font-family: "Times New Roman", Times, serif !important;
	background-color: #fff;
	font-size: 62.5%;
	color: #3D3D3D;
	margin:0px;
}

img { display:none }

a:link {color: #000;}
a:visited {color: #000;}

/*** Containers ***/
/******************/

#Container { 
	text-align:left; 
	line-height: 1.6em;
	margin:0px;
	padding:0px;
	width: 100%;
}

#ctTopSection { display:none; }
#ctColumnHolder{ margin: 0px; width:100%; background:none; position:static;} 
#ctMainContent{ width:100%; margin:0px; padding:0px;}
#ctSidebar { display:none; }
#ctContent1 { }
#menu { display: none; }

#footer { display:none; }

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Articles */
div.articleFrame{margin:0px; width:100%; padding:0px;}
div.articleInfo{display:none;}

div.articleInfo a:link, div.articleInfo a:visited {color: #5D5D5D; text-decoration:none;}
div.articleInfo a:hover {color: #CC0000; text-decoration: underline;}
div.articleBody{
	font-size: 1.2em;
	line-height: 1.7em;
	text-align:justify;
	margin:0px;
	padding:0px;
	width:100%;
}

div.articleText{}

.linkBoard1 {padding:14px; margin:0px 0px 14px 14px; float:right; background-color:#F4F4F4; border:1px solid #ccc}
table.itinerary td { /* used for itinerary tables */
	padding: 6px 3px 6px 1px;
	font-size:13px;
	border-style:1px solid #ccc; 
}

.textbox ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	color: #216CB1;
}

.textbox a:link {color: #216CB1;}
.textbox a:visited {color: #216CB1;}.floatRight {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}
.floatLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* text styles */

p.verdana_pixel { display:none; }