body{
	padding:0px;
	margin:0px;
	background-image:url(images/background.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#061556;
	font-family:Arial, Helvetica, sans-serif;
	color:#323232;
}
#header{
	width:800px;
	background-color:#FFFFFF;
	height:115px;
	overflow:hidden;
}
#content{
	width:800px;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
#content a{
	color:#061556;
	text-decoration:none;
}
#content a:hover{
	text-decoration:underline;
}
.mainLinks{
	font-size:16px;
}
.introText{
	width:750px;
	font-size:14px;
	line-height:20px;
	padding:25px 25px 15px 25px;
}
.introText2{
	width:750px;
	font-size:14px;
	line-height:20px;
	padding:0px 25px 10px 25px;
}
.header{
	width:750px;
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	padding:20px 20px 15px 20px;;
}
.headerVid{
	font-size:16px;
	line-height:22px;
	font-weight:bold;
	padding:20px 20px 0px 0px;;
}
.menu{
	font-size:14px;
	line-height:22px;
	font-weight:bold;
	padding:0px 20px 0px 20px;
}
.menu a{
	color:#061556;
	text-decoration:none;
}
.menu a:hover{
	text-decoration:underline;
}
.date{
	position:relative;
	top:-179px;
	font-size:12px;
	padding:10px;
	z-index:2;
}
.form{
	font-size:14px;	
}
.formHeader{
	padding-left:10px;
	font-size:14px;
	font-weight:bold;
	background-color:#fdbe11;
}
.formHeader em{
	font-size:12px;
	font-style:italic;
}
.tDrop{
	margin:0px 0px 2px 0px;
}
.station{
	font-size:16px;
	font-weight:bold;
}
.hlt{
	background-color:#CCCCCC;
}

#footer{
	width:800px;
	height:69px;
	background-image:url(images/footer.jpg);
	overflow:hidden;
}


.footerLink{
	position:relative;
	top:-30px;
	left:-15px;
}

.footerLink a{
	color:#061556;
	text-decoration:none;
}

.footerLink a:hover{
	text-decoration:underline;
}