/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, sans-serif;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
	color: #0066CC;
}

td{
	font-family: Arial, sans-serif;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
}

a:link {
	color: #0066CC;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

a:visited {
	color: #0066CC;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}


a:hover {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-size: 135%;
	color: #000099;
	padding-bottom: 12px;
}

h2{
 font-size: 100%;
 color: #0033CC;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}


/************* #siteInfo styles ***************/

#siteInfo{
	font-size: 75%;
	color: #666666;
}

.white {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
.required {
	color: #FF0000;
}
.required a:link {
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.required a:visited {
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}


.required a:hover {
	color: #FF3300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: underline;
}

.resultsdeviderline {
	background-color: #999999;
	background-image: url(images/spacer.gif);
	height: 2px;
	width: 100%;
	background-repeat: no-repeat;
}
.links {
}

.links a:link{
	text-decoration: underline;
}

.links a:visited{
	text-decoration: underline;
}

.links a:hover{
	text-decoration: underline;
}


.resultsborders {
	background-color: #6699CC;
	font-weight: bold;
	color: #FFFFFF;
}

.content {
	width: 95%;
	float: right;
}

#WhiteLinks{
	list-style-type: none;
	list-style-image: none;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#WhiteLinks a:link{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#WhiteLinks a:visited{
	color: #FFFFFF;
	font-weight: bold;
}

#WhiteLinks a:hover{
	color: #FFFF00;
	font-weight: bold;
}
.carttext {
	font-size: 9pt;
}
.tourtitle {
	font-size: 9pt;
	color: #666666;
	background-color: #CCCC99;
	font-weight: bold;
}
.cartborders {
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006699;
}
.pagetitle {
	color: #999999;
	font-size: 80%;
}
