@charset "utf-8";

body {
	margin-top: 0px;
	background-color: #333;
}
H1 {
	font-size:16px;
	color:#39f;
	margin-top:0px;
	margin-bottom:0px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
#main {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 900px;
}
#MainContainer {
	position:relative;
	width:900px;
	height:980px;
	z-index:1;
	background-color: #FFF;
	top: 0px;
}
#Title {
	position:absolute;
	width:900px;
	height:75px;
	z-index:2;
	left: 0px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60px;
	color: #FFF;
	background-color: #009933;
}
#LinksBar {
	position:absolute;
	width:885px;
	height:20px;
	z-index:2;
	left: 0px;
	top: 75px;
	background-color: #000000;
	text-align: left;
	padding-top: 5px;
	padding-left: 15px;
}
#MainPicture {
	position:absolute;
	width:900px;
	height:260px;
	z-index:2;
	left: 0px;
	top: 110px;
	background-color: #336699;
}
#MainText {
	position:absolute;
	width:420px;
	height:300px;
	z-index:2;
	left: 20px;
	top: 390px;
	background-color: #FFFFFF;
}
#SubImage {
	position:absolute;
	width:420px;
	height:300px;
	z-index:2;
	left: 460px;
	top: 390px;
	background-color: #FFFFFF;
}
#SecondText {
	position:absolute;
	width:420px;
	height:160px;
	z-index:10;
	top: 710px;
	right: 577px;
	left: 20px;
	background-color: #FFFFFF;
}
#SecondTextColourPadding {
	position:absolute;
	width:410px;
	height:150px;
	z-index:10;
	top: 710px;
	right: 577px;
	left: 20px;
	background-color: #FFFF99;
	padding-top: 10px;
	padding-left: 10px;
}
#ThirdTextIcon {
	position:absolute;
	width:105px;
	height:160px;
	z-index:2;
	left: 460px;
	top: 710px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #39f;
}
#ThirdText {
	position:absolute;
	width:420px;
	height:160px;
	z-index:4;
	left: 460px;
	top: 710px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #39f;
}
#FooterContainer {
	position:absolute;
	width:900px;
	height:90px;
	z-index:8;
	top: 890px;
	background-color: #000;
	left: 0px;
}
#FooterA {
	position:absolute;
	width:280px;
	height:75px;
	z-index:9;
	left: 20px;
	top: 895px;
	background-color: #000000;
}
#FooterB {
	position:absolute;
	width:112px;
	height:54px;
	z-index:9;
	top: 908px;
	left: 384px;
	background-color: #000000;
}
#FooterC {
	position:absolute;
	width:280px;
	height:75px;
	z-index:9;
	background-color: #000000;
	left: 605px;
	top: 895px;
	text-align: right;
}
#FooterIconA {
	position:absolute;
	width:60px;
	height:60px;
	z-index:9;
	left: 34px;
	top: 890px;
}
#FooterIconB {
	position:absolute;
	width:60px;
	height:60px;
	z-index:9;
	left: 329px;
	top: 890px;
}
#AboveContactBox {
	position:absolute;
	width:480px;
	height:20px;
	z-index:2;
	top: 390px;
	left: 400px;
	background-color: #FFFFFF;
}

#contactbox {
	position:absolute;
	width:490px;
	height:440px;
	z-index:2;
	left: 395px;
	top: 411px;
}
#ContactTextBox {
	position:absolute;
	width:360px;
	height:480px;
	z-index:2;
	top: 390px;
	left: 20px;
	background-color: #FFFFFF;
}
#UnderContactBox {
	position:absolute;
	width:480px;
	height:140px;
	z-index:4;
	top: 730px;
	left: 400px;
	background-color: #FFFFFF;
}
#SecondTextColour {
	position:absolute;
	width:420px;
	height:160px;
	z-index:10;
	top: 710px;
	right: 577px;
	left: 20px;
	background-color: #FFFF99;
	padding-top: 0px;
	padding-left: 0px;
}
#TimetableBox {
	position:absolute;
	width:535px;
	height:300px;
	z-index:2;
	left: 340px;
	top: 570px;
	background-color: #FFFFFF;
}
#TimetableBanner1 {
	position:absolute;
	width:420px;
	height:160px;
	z-index:2;
	left: 455px;
	top: 390px;
	background-color: #FFFFFF;
}
#TimetableTextBox {
	position:absolute;
	width:300px;
	height:480px;
	z-index:2;
	left: 20px;
	top: 390px;
	background-color: #FFFFFF;
}

#MenuDiv {
	position:absolute;
	width:900px;
	height:35px;
	z-index:199;
	top: 75px;
}


.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font-size:12px;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	}
.menu ul{
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
	background-color: #000;
	}
	.menu li{
		float:left;
		padding:0px;
		}
	.menu li a{
	color:#FFF;
	display:block;
	font-weight:normal;
	line-height:35px;
	margin:0px;
	text-align:center;
	text-decoration:none;
	padding-top: 0px;
	padding-right: 14px;
	padding-bottom: 0px;
	padding-left: 14px;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: right bottom;
		}
		.menu li a:hover, .menu ul li:hover a{
	color:#FFFFFF;
	text-decoration:none;
	background-color: #069;
	background-repeat: no-repeat;
	background-position: center bottom;
			}
	.menu li ul{
	display:none;
	height:auto;
	padding:0px;
	margin:0px;
	border:0px;
	position:absolute;
	width:160px;
	z-index:200;
	background-color: #000;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
	display:block;
	float:none;
	margin:0px;
	padding:0px;
	width:160px;
	background-repeat: no-repeat;
	background-position: left bottom;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
	display:block;
	height:35px;
	font-size:12px;
	font-style:normal;
	margin:0px;
	text-align:left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
	border:0px;
	color:#ffffff;
	text-decoration:none;
	background-color: #069;
	background-repeat: no-repeat;
	background-position: left center;
			}
	.menu p{
		clear:left;
		}	


.Heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #39f;
}
.Heading3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3c3;
}
.MainContentText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
.Heading4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #39f;
}
.Heading4Red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F00;
}

.DownloadLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
}
.DownloadLinks a:link {
	text-decoration: none;
	color: #666;
}
.DownloadLinks a:visited {
	text-decoration: none;
	color: #666;
}
.DownloadLinks a:hover {
	text-decoration: underline;
	color: #333;
}
.DownloadLinks a:active {
	text-decoration: none;
	color: #333;
}
.LinksTop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.LinksTop a:link {
	text-decoration: none;
	color: #FFF;
}
.LinksTop a:visited {
	text-decoration: none;
	color: #FFF;
}
.LinksTop a:hover {
	text-decoration: none;
	color: #39f;
}
.LinksTop a:active {
	text-decoration: none;
	color: #FFF;
}
.BIGtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #06F;
	font-weight: bold;
}
#TrialTextBox {
	position:absolute;
	width:360px;
	height:480px;
	z-index:10;
	left: 20px;
	top: 380px;
}
#TrialImageBox {
	position:absolute;
	width:360px;
	height:140px;
	z-index:4;
	left: 20px;
	top: 720px;
}
.FooterHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fcaf17;
	font-weight: normal;
}
.FooterText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

.FooterLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #39f;
}
.FooterLinks a:link {
	text-decoration: none;
	color: #39f;
}
.FooterLinks a:visited {
	text-decoration: none;
	color: #39f;
}
.FooterLinks a:hover {
	text-decoration: underline;
	color: #39f;
}
.FooterLinks a:active {
	text-decoration: none;
	color: #39f;
}
#PleaseNote {
	position:absolute;
	width:450px;
	height:70px;
	z-index:4;
	left: 20px;
	top: 395px;
}
#LongLeftTextBox {
	position:absolute;
	width:420px;
	height:480px;
	z-index:2;
	left: 20px;
	top: 390px;
	background-color: #FFFFFF;
}
