@charset "utf-8";
/* CSS Document */

.container {
	height: 600px;
	width: 800px;
	border: medium solid #000066;
}
.content {
	height: 386px;
	overflow: auto;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(images/coach%20bg.jpg);
}
.content2 {
	height: 386px;
	overflow: auto;
	text-align: center;
	background-color: #FFFFFF;
}
.about {
	float: left;
	width: 68%;
	margin-top: 6px;
	margin-left: 10px;
	line-height: 20px;
}
.news {
	float: right;
	margin-top: 6px;
	margin-right: 10px;
	width: 28%;
	border: 1px solid #000066;
	margin-bottom: 6px;
	background-color: #FFFF99;
}
.testimonials {
	float: right;
	margin-right: 10px;
	margin-bottom: 6px;
	width: 28%;
	border: 1px solid #000066;
	margin-top: 6px;
	background-color: #FFFF99;
}
.text {
	float: left;
	width: 98%;
	margin-left: 10px;
	margin-right: 10px;
}
.text1 {
	font-size: 16px;
	font-weight: bold;
}
.text2 
{
	font-size: 16px;
}
.text9 {
	text-align: left;
}
.tdhead
{
	font-size: 16px;
	font-weight: bold;
	color: #000099;
	text-align: center;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: underline;
}
.tdtitle
{
	background-color: #FFFF66;
	vertical-align: middle;
	font-weight: bold;
	text-align: left;
}
.style1
{
	font-size: smaller;
	font-weight: lighter;
}
.new
{
	font-size: smaller;
	font-weight: bold;
	color: #FF0000;
	vertical-align: super;
}
.text6
 {
	font-size: 12px;
	text-align: justify;
}
.text10
 {
	font-size: 14px;
	color: #000099;
}
.Pic {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-left: 8px;
	margin-bottom: 2px;
}
.Pic2 {
border-width:thin;
border-style:solid;
}
.tourHL {
	font-size: 14px;
	color: #000066;
	vertical-align: top;
	text-align: justify;
}
.tourINFO {
	font-size: 14px;
	color: #000066;
	vertical-align: top;
}
ul {
	list-style-type: square;
	line-height: 40px;
}
.footer {
}

.menu {
	font-size: 14px;
	text-align: center;
	color: #FFFFFF;
	height: 24px;
	vertical-align: middle;
	padding-top: 4px;
}


body {
	background-image: url(images/page%20bg.png);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link
{
	color:#FFFFFF;
	text-decoration:none;
}
a:visited
{
	color:#FFFFFF;
	text-decoration:none;
}
a:hover
{
	text-decoration:none;
	color:#FFFF00;
}
a:active
{
	color:#FF0000;
	text-decoration:none;
}

