/*************************************************
			GLOBAL STYLES
*************************************************/
body{
	color: #000000;	
	font-size: 10px;
	font-family:verdana,arial;
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(../images/header/bkg_tour.gif);
	
}
td{
	font-size: 12px;
	color: #000000;
}
h3{
	font-size:16px;
}
/*************************************************
			HEADER STYLES
*************************************************/
#TourWelcome{
	COLOR: #FFFFFF;
	Font-family:Verdana,arial;
	font-size: 20px;
	padding-right: 20px;
}

/*************************************************
			GENERAL STYLES
*************************************************/
.Required{
	color: #FF0000;
}
#Container{
	width: 950px;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
}

#PageName{
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}
#SectionName{
	COLOR: #FFFFFF;
	font-size: 20px; 
	font-family: verdana;
}
#LevelStatus{
	color: #FFFFFF;
}
.LegalText{
	font-size: 10px;
}
#ResourceCenter{
	COLOR: #FFFFFF;
	font-size: 20px; 
	font-family: verdana;
}
/*************************************************
			Main Body STYLES
*************************************************/
#BodyContainer{	
	height: 450px;
	width: 660px;
	text-align: left;
	overflow: auto;
	background-color: #FFFFFF;
}
#BodyContainer #BodyPadding{
	width: 630px;
	position: absolute;
	z-index: 1;
}
 html > body #BodyContainer{
 	width: 660px;
 }
  html > body #BodyContainer #BodyPadding{
  	width: 630px;
	position:relative;
 }
#PageContent{
	Padding-left:20px;
	padding-top: 20px;
}
#ThumbnailContainer{
	width: 250px;
	height: 424px;
	overflow: auto;
	text-align: left;
	background-color: #FFFFFF;
}
#ThumbnailContainer #ThumbnailPadding{
	width: 200px;
	position: absolute;
	z-index: 1;
}
 html > body #ThumbnailContainer #ThumbnailPadding{
  	width: 230px;
	position:relative;
 }
.ImageBorder{
	border: 1px solid black;
}
.ThumbText{
	font-size: 10px;
	clear:both;
	width: 80px;
}
#LeftSubNav{
	width: 225px;
	text-align: left;
}
#LeftSubNav a{
	font-size:14px;
	color: #23625C;
	text-decoration: none;
	line-height: 20px;
}
#LeftSubNav a:hover{
	text-decoration: underline;
	color: #000000;
}
/*************************************************
			FOOTER STYLES
*************************************************/
a.FooterLinks{
	color: #FFFFFF;
	text-decoration: none;
}
a.FooterLinks:hover{
	Text-decoration: underline;
}
#FooterSection{
	color: #FFFFFF;
}


