@charset "utf-8";

body {
	background-color: #333;
	margin-top: 0px;
	margin-bottom: 0px;
}
#main {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 1080px;
}
#MainContainer {
	position:relative;
	width:900px;
	height:1080px;
	z-index:1;
	background-color: #FFF;
	top: 0px;
}
#Title {
	position:absolute;
	width:900px;
	height:120px;
	z-index:2;
	left: 0px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60px;
	color: #FFF;
	background-color: #009933;
}

#MenuDiv {
	position:absolute;
	width:898px;
	height:35px;
	z-index:199;
	top: 120px;
	left: 1px;
}
#MainPicture {
	position:absolute;
	width:900px;
	height:280px;
	z-index:2;
	left: 0px;
	top: 155px;
	background-color: #336699;
}
#TopLeftBox {
	position:absolute;
	width:420px;
	height:300px;
	z-index:2;
	left: 20px;
	top: 455px;
	background-color: #FFFFFF;
}
#TopRightBox {
	position:absolute;
	width:420px;
	height:300px;
	z-index:2;
	left: 460px;
	top: 455px;
	background-color: #336699;
}
#BottomLeftBox {
	position:absolute;
	width:420px;
	height:160px;
	z-index:10;
	top: 775px;
	right: 577px;
	left: 20px;
	background-color: #FFFFFF;
}
#BottomRightBox {
	position:absolute;
	width:420px;
	height:160px;
	z-index:4;
	left: 460px;
	top: 775px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #39f;
}
#FooterContainer {
	position:absolute;
	width:900px;
	height:125px;
	z-index:8;
	top: 955px;
	background-color: #202020;
	left: 0px;
}
#FooterA {
	position:absolute;
	width:250px;
	height:100px;
	z-index:9;
	left: 20px;
	top: 965px;
	background-color: #202020;
}
#FooterB {
	position:absolute;
	width:250px;
	height:100px;
	z-index:9;
	top: 965px;
	left: 280px;
	background-color: #202020;
}
#FooterC {
	position:absolute;
	width:250px;
	height:100px;
	z-index:9;
	background-color: #202020;
	left: 630px;
	top: 965px;
	text-align: right;
}
#LongLeftTextBox {
	position:absolute;
	width:420px;
	height:480px;
	z-index:2;
	left: 20px;
	top: 455px;
	background-color: #1f1f1f1;
}

#ContactTextBox {
	position:absolute;
	width:300px;
	height:480px;
	z-index:2;
	top: 455px;
	left: 20px;
	background-color: #336699;
}
#ContactTitleBox {
	position:absolute;
	width:540px;
	height:20px;
	z-index:2;
	top: 455px;
	left: 340px;
	background-color: #FFFFFF;
}

#contactbox {
	position:absolute;
	width:540px;
	height:450px;
	z-index:2;
	left: 340px;
	top: 485px;
}
#UnderContactBox {
	position:absolute;
	width:539px;
	height:60px;
	z-index:4;
	top: 875px;
	left: 341px;
	background-color: #FFFFFF;
}
#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;
}


.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: #202020;
	}
	.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: 24px;
	padding-bottom: 0px;
	padding-left: 24px;
	background-color: #202020;
	background-image: url(images/seperator.gif);
	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:150px;
	z-index:200;
	background-color: #202020;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
	display:block;
	float:none;
	margin:0px;
	padding:0px;
	width:150px;
	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: 14px;
	color: #369;
	font-weight: bold;
}
.Heading3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #369;
	font-weight: bold;
}
.Heading4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	font-weight: bold;
}
.Heading4Red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F00;
}
.MainContentText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}

.DownloadLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
.DownloadLinks a:link {
	text-decoration: none;
	color: #666;
}
.DownloadLinks a:visited {
	text-decoration: none;
	color: #666;
}
.DownloadLinks a:hover {
	color: #fcaf17;
}
.DownloadLinks a:active {
	color: #fcaf17;
}
.BIGtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #39f;
	font-weight: bold;
}
.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: #999;
}

.FooterLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fcaf17;
}
.FooterLinks a:link {
	text-decoration: none;
	color: #fcaf17;
}
.FooterLinks a:visited {
	text-decoration: none;
	color: #fcaf17;
}
.FooterLinks a:hover {
	text-decoration: none;
	color: #39f;
}
.FooterLinks a:active {
	text-decoration: none;
	color: #39f;
}
