html, body {
	height:100%;
	min-height:100%;
	background-image:url(images/bgdTile.gif);
	background-repeat:repeat;
	margin:0px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:0px;
	color:#333333;
	line-height:16px;
}
.highlightText{
	color:#666666;
		font-size:80%;
}
.itineraryText{
	color:#FFFFFF;
}
.itineraryTitle{
	color:#FFFFFF;
	font-size:120%;
}
.inputField{
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
}
.inputButton{
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	border-style:solid;
	border-color:#CCCCCC;
	background-color:#FFFFFF;
}
a:link{
	color:#FF6600;
	text-decoration:underline;
}
a:visited{
	color:#FF6600;
	text-decoration:underline;
}
a:hover{
	color:#FF6600;
	text-decoration:none;
	background-color:#000000;
}
a:active{
	color:#FF6600;
	text-decoration:underline;
}
.textTitle{
	font-weight:bold;
	font-size:large;
	line-height:20px;
	text-transform:uppercase;
	letter-spacing:0px;
	color:#000000;
}
.textNumbers{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#999999;
}
.textDate{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#000000;
}
.textYear{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#FF6600;
}
.textNewsDate{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#FF6600;
}
.btnStyle{
	color:#000000;
	text-decoration:none;
}
a.btnStyle:link{
	color:#000000;
	text-decoration:none;
}
a.btnStyle:visited{
	color:#000000;
	text-decoration:none;
}
a.btnStyle:hover{
	color:#FF6600;
	text-decoration:none;
	background-color:#000000;
}
a.btnStyle:active{
	color:#000000;
	text-decoration:none;
}
.textFooter{
	color:#666666;
}
a.textFooter:link{
	color:#666666;
	text-decoration:none;
}
a.textFooter:visited{
	color:#666666;
	text-decoration:none;
}
a.textFooter:hover{
	color:#FF6600;
	text-decoration:none;
}
a.textFooter:active{
	color:#666666;
	text-decoration:none;
}
#fullheight{
	height:100%;
}
.detailAnswer{
	background-color:#FFFFFF;
	color:#333333;
	padding-left:10px;
	padding-bottom:4px;
	padding-top:4px;
	padding-right:10px;
	border-bottom-style:dotted;
	border-bottom-color:#999999;
	border-bottom-width:1px;
	line-height:14px;
}
.detailTitle{
	background-color:#CCCCCC;
	color:#000000;
	font-weight:bold;
	padding-left:10px;
	padding-bottom:4px;
	padding-top:4px;
	padding-right:10px;
	border-bottom-style:dotted;
	border-bottom-color:#999999;
	border-bottom-width:1px;
	line-height:14px;
}
.detailQuestion{
	background-color:#000000;
	color:#FF6600;
	padding-left:10px;
	padding-bottom:4px;
	padding-top:4px;
	border-bottom-style:dotted;
	border-bottom-color:#999999;
	border-bottom-width:1px;
	line-height:14px;
}
.newsTitle{
	color:#000000;
	font-weight:bold;
	background-color:#CCCCCC;
	padding-left:10px;
	padding-top:4px;
	padding-bottom:4px;
	padding-right:10px;
	text-transform:uppercase;
}
.newsDetail{
	color:#333333;
	background-color:#FFFFFF;
	padding-left:10px;
	padding-top:4px;
	padding-bottom:4px;
	padding-right:10px;
}
.newsDate{
	color:#FF6600;
	font-weight:bold;
	background-color:#FFFFFF;
	padding-left:10px;
	padding-top:4px;
	padding-bottom:4px;
	padding-right:10px;
}
#bannerContainer{
	width:740px;
	height:50px;
	background-color:#000000;
	background-image:url(images/banner.gif);
	background-repeat:no-repeat;
}
#leftColumn{
	width:230px;
	background-color:#FFFFFF;
	background-image:url(images/leftColumnBgd.gif);
	background-repeat:repeat-y;
	padding-top:50px;
}
#middleColumn{
	width:480px;
	background-color:#EFEFEF;
	padding-bottom:50px;
}
#rightColumn{
	width:30px;
	background-color:#EFEFEF;
	background-image:url(images/rightColumnBgd.gif);
	background-repeat:repeat-y;
}

#newsContainer{
	padding-left:30px;
	padding-right:30px;
	width:170px;
	height:auto;
	color:#666666;
}
#bodyCopy{
	padding-top:50px;
	padding-left:30px;
	padding-right:30px;
	width:420px;
	color:#333333;
}
#navContainer{
	padding-top:0px;
	padding-left:30px;
	padding-right:30px;
	font-weight:bold;
	width:170px;
	height:auto;
}
#footerContainer{
	width:710px;
	height:40px;
	background-color:#000000;
	color:#666666;
	padding-top:10px;
	padding-left:30px;
	text-align:left;
}
#splitterBottom{
	background-image:url(images/splitterBottom.gif);
	width:230px;
	height:20px;
}
#splitterTop{
	background-image:url(images/splitterTop.gif);
	width:230px;
	height:20px;
}

