body {
	background-color: #036;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}

.videoBG {
	background-image: url(images/videoBG.jpg);
	background-repeat: no-repeat;
	width: 349px;
	background-position: center top;
	height: 340px;
}
.videoBox {
	margin-left: 13px;
	padding-top: 8px;
	
}
.infoBox {
	margin-left: 13px;
}
a {
	color: #036;
}
a:hover {
	color:#C60;	
}
a:visited {
	color: #036;
}.mainContent {
	width: 589px;
	margin-left: 10px;
	line-height: 18px;
}
.footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 175px;
	text-align: right;
	background-color: #004182;
}
.footerText {
	color: #FFF;
	padding-top: 18px;
	padding-right: 30px;
}
a.footerLink {
	color:#FFF;
}
a.footerLink:visited {
	color:#CCC;
}
a.footerLink:hover {
	color:#F90;
}
.headerText {
	font-size: 16px;
	font-weight: bold;
	color: #036;
}
