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

body {
	background:#001d57;
}

* {
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
}

.header {
	background:url(images/logo.gif) no-repeat left bottom;
	/*height:169px;*/
	height:140px;
}

.divider {
	border-bottom:1px solid #ccc;
	height:1px;
	padding-top:5px;
}

.video {
	/*background:url(../img/player.jpg) no-repeat;*/
	height:376px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	letter-spacing:0px;
}

h2, .h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	letter-spacing:0px;
	line-height:18px;
}

a {
	color:#fff;
	text-decoration:none;
}

.clear {
	height:24px;
}

.blue-highlight {
	color:#001d57;
	font-weight:bold;
}

.footer {
	height:150px;
	background-color:#001d57;
	/*margin-bottom:30px;*/
}

.copyright p {
	margin-bottom:0px;
}

.bigspace {
	height:200px;
}