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

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #e9fdfd;
}
.oneColElsCtr #container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #b2dcdc;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height:1900px;
	position:relative;
}
.oneColElsCtr #mainContent {
	padding: 0 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColElsCtr #footer {
	padding: 0 50px;
	height:140px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	bottom: 5px;
	position:absolute;
	bottom:-1px;
	left:-1px;
	width:703px;
}
#worsleylogo{
	height:54px;
	font-size:12px;
	background-position: left top;
	margin: 0px;
	width: 329px;
	padding-top:15px;
	padding-left:50px;
}
#navigationContainer{
	height:150;
	background-position: left top;
	margin-left: 100px;
	margin-top:15px;
	margin-bottom:35px;
	width:135px;
}
#navigation{
	height:15px;
	background-position: left top;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:25px;
	width:110px;
}
.navigation {
	font-family: Arial;
	font-size:14px;
	color:#FFFFFF;
	font-weight: bold;
	background-image: url(images/nav_bground_on.gif);
	background-repeat: no-repeat;
}
.navigation a:link, .navigation a:visited, .navigation a:active{
	color: #353538;
	text-decoration: none;
}
.navigation a:hover{
	color: #168181;
}
#title {
	font-family: Arial;
	font-size:14px;
	color:#168181;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding-bottom:5px;
	text-decoration: underline;
}
#Subtitle {
	font-family: Arial;
	font-size:12px;
	color:#168181;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding-bottom:5px;
	text-decoration: underline;
	margin-top:8px;
}
#Subtitle a:link, #Subtitle a:visited, #Subtitle a:active{
	color: #168181;
	text-decoration: underline;
}
#Subtitle a:hover{
	color: #168181;
}
#mainText {
	text-align: justify;
	vertical-align: top;
}
#sidebarRight {
	text-align: justify;
	vertical-align: top;
	padding-left:15px;
	border-left-color:#333333;
	border-left-style:solid;
	border-left-width:1px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#sidebarRightNews {
	text-align: justify;
	vertical-align: top;
	padding-left:15px;
}
#sidebarHorizontalDivider {
	vertical-align: top;
	border-top-color:#333333;
	border-top-style:solid;
	border-top-width:1px;
	height:5px;
	margin-top:8px;
	margin-bottom:3px;
}
#sidebarLeft {
	text-align: justify;
	vertical-align: top;
	padding-right:15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#sidebarLeftNews {
	text-align: justify;
	vertical-align: top;
	padding-right:15px;
	border-right-color:#333333;
	border-right-style:solid;
	border-right-width:1px;
}
.mainText {
	font-family: Arial;
	font-size:12px;
	color:#353538;
	font-weight: bold;
	text-align: justify;
	vertical-align: top;
}
.mainText a:link, .mainText a:visited, .mainText a:active{
	color: #353538;
	text-decoration: underline;
}
.mainText a:hover{
	color: #168181;
}
.footer{
	font-size:9px;
	font-weight:bold;
	color:#000000;
	text-align: center;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
}
.footer a:link, .footer a:visited, .footer a:active{
	color: #000000;
	text-decoration: none;
}
.footer a:hover{
	color: #168181;
}
.contactMethodText {
	font-family: Arial;
	font-size:12px;
	color:#168181;
	font-weight: bold;
}
.contactMethodText a:link, .contactMethodText a:visited, .contactMethodText a:active{
	color: #168181;
	text-decoration: underline;
}
.contactMethodText a:hover{
	color: #168181;
}
#timetable {
	text-align: justify;
	vertical-align: top;
	margin-top:13px;
	margin-bottom:10px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:15px;
	background-color:#D6F8F8;
	border: 2px solid #168181;
}
.timetableDate {
	vertical-align: middle;
	font-family: Arial;
	font-size:12px;
	color:#168181;
	font-weight: bold;
}
td.timeTableTitle {
	font-family: Arial;
	font-size:14px;
	color:#168181;
	font-weight: bold;
}
td.timeTableText {
	font-family: Arial;
	font-size:12px;
	color:#353538;
	font-weight: bold;
	vertical-align: middle;
}
#formText{
	height:20px;
}
#spacerSmall {
	width:auto;
	height:8px;
}