body {
	margin:0px;
	padding: 0px;
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
}
.TopBar {
	padding: 10px;
	background-color: #7F8B9A;
	background-image: url(images/blue-bars.gif);
	background-position: 650px;
	background-repeat: no-repeat;
}

.TopAddress {
	text-align:right;
	font-size:60%;
	font-weight: bold;
	width:740px;
	color:#000000;
	margin-top:5px;
}
.TopAddress a{
	color: #050505;
}
.TopAddress a:hover{
	text-decoration: none;
	color: red;
}
.TagBar {
	padding: 5px;
	background-color: #32304C;
	border-bottom: 2px solid #787878;
}
.TagText {
	font-size: 90%;
	font-weight: bold;
	text-align: right;
	border: none;
	color: #FFFFFF;
	width: 740px;
}
.Width {
	width: 740px;
}

.Width2 {
	width: 1000px;
}

#NavBar {
	margin: 0px;
	padding: 10px 0px 0px;
	width: 160px;
	float: left;
}
#NavBar ul li {
	margin-left:-20px;
	font-size: 70%;
	font-weight: normal;
	list-style-image: none;
	list-style-type: none;
	letter-spacing: 1px;
	line-height: 26px;
	border-top: 1px none #666666;
	border-right: 1px none #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px none #666666;
}
.Photo{
	margin-left:20px;
}
ul li a{
	text-decoration: none;
	color: #000000;
}
ul li a:hover{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #837C9C;
	font-size: 130%;
}
#mainArea {
	width: 530px;
	margin-left: 180px;
	background-color: #ffffff;
	margin-top: 15px;
	padding: 20px;
	font-size: 80%;
}
#mainArea a{
	color: #050505;
}
#mainArea a:hover{
	text-decoration: none;
	color: red;
}
#mainArea ul{
	font-size: 90%;
	margin:0 0 0 15px;
	padding:0 0 0 15px;
}
#mainArea2 {
	width:100%;
	margin-left: 180px;
	margin-right: 20px;
	background-color:#CC0000;
	margin-top: 15px;
	padding: 20px;
	font-size: 80%;
}
#mainArea2 a{
	color: #050505;
}
#mainArea2 a:hover{
	text-decoration: none;
	color: red;
}
#mainArea2 ul{
	font-size: 90%;
	margin:0 0 0 15px;
	padding:0 0 0 15px;
}

#Resources {
	width: 790px;
	margin-left: 180px;
	background-color: #ffffff;
	margin-top: 15px;
	padding: 20px;
	font-size: 80%;
}
#Resources a{
	color: #050505;
}
#Resources a:hover{
	text-decoration: none;
	color: red;
}
#Resources ul{
	font-size: 90%;
	margin:0 0 0 15px;
	padding:0 0 0 15px;
}

#LeftContent {
	width: 450px;
	margin-right: 50px;
	margin-top: 15px;
}
#RightContent {
	position: absolute;
	float: left;
	width: 250px;
	margin-left: 530px;
	margin-top: 80px;
}

.quote {
	font-size: 90%;
	font-weight: bold;
	color: #666666;
	background-color: #E4E6E9;
	margin: 10px 0 10px 0;
	padding: 10px;
}

.courses {
	font-size: 90%;
	background-color: #E4E6E9;
	padding: 10px;
	margin: -15px 0px 10px 0px;
}
#courses {
	font-size: 90%;
	background-color: #E4E6E9;
	padding: 10px 10px 30px 10px;
	margin: -15px 0px 10px 0px;
}
#title{
	font-size: 110%;
	font-weight:bold;
	color: #666699;
}

.table{
	font-size: 100%;
	font-weight: bold;
	color: #666699;
}

.courses2 {
	font-size: 90%;
	background-color:#000000
	padding: 10px;
	margin: -15px 0px 10px 0px;
}
h1{
	font-size: 150%;
	font-weight: bold;
}
h2{
	font-size: 150%;
	font-weight: bold;
	color: #666699;
}
.smallHeading{
	font-size: 100%;
	font-weight: bold;
	color: #666699;
}
.from {
	color: #000000;
	font-weight: normal;
	font-size: 90%;
}

.footer {
	background-color: #7F8B9A;
	background-image: url(images/blue-bars.gif);
	background-position: 650px;
	background-repeat: no-repeat;
	border-top: 25px solid #32304C;
	color: #006;
	font-size: 11px;
	margin-top: 20px;
	padding: 2px 10px 0 0;
	clear: both;
	height: 70px;
}
.FooterText {
	font-size: 110%;
	font-weight: bold;
	text-align: right;
	color: #000000;
	width: 640px;
}
#bookingForm input {
	float: right;
  	width: 220px;
  	text-align: left;
}

div.row {
  clear: both;
  padding-top: 0px;
  }

div.row span.label {
  float: left;
  width: 140px;
  text-align: right;
  }

div.row span.formw {
  float: right;
  width: 335px;
  text-align: left;
  } 
#smallText{
	font-size:80%;
}