@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../layout/layoutbg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
.oneColFixCtr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}#row5 h1 {
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	color: #7A2602;
}
#row5 p {
	font-size: small;
	text-align: left;
	padding-left: 15px;
	padding-right: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#row5 h2 {
	color: #88520A;
	text-align: left;
	padding-right: 20px;
	padding-left: 15px;
}

#row7 td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #E5BE97;
	font-size: small;
	text-align: center;
}

#row7 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #E5BE97;
	font-size: small;
	text-align: center;
	text-decoration: none;	
}

#row7 a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFCC00;
	font-size: small;
	text-align: center;
	text-decoration: none;
}
#rowcopyright p {
	text-align: center;
	color: #8A5207;
}

#rowcopyright a {
	color: #0066FF;
	text-decoration: none;
}

#rowcopyright a:hover {
	color: #FF9900;
	text-decoration: none;
}

#timetable {
	text-align: left;
}

#row9 p {
	color: #A9815D;
	text-align: center;
}

#row9 a {
	color: #99CCFF;
	text-align: center;
	
	text-decoration: none;
}

#row9 a:hover {
	color: #FFCC66;
	text-align: center;
	
	text-decoration: none;
}

#row10 td {
	font-size: x-small;
	text-align: center;
	padding-top: 6px;
	color: #FFFFFF;
}

#row10 a {
	color: #FFCC99;
	text-decoration: none;
}

#row10 a:hover {
	color: #FF9900;
	text-decoration: none;
}
h3 {
	color: #903006;
	text-align: left;
	padding-left: 15px;
}
#contactform {
	text-align: left;
	padding-left: 20px;
}

.style2 a {
	text-decoration: none;
	color: #996600;
}
#faq {
	font-size: x-small;
}
#faq p {
	font-size: x-small;
}

#row5 #timetable a {
	text-decoration: none;
	color: #0099FF;
}

#row5 #timetable a:hover {
	text-decoration: none;
	color: #00CC00;
}

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
	}
