/* CSS Document */
body {
	margin:0px;
	background-color:#016AB5;
}
#wrapper{
	position:relative;
	float:left;
	top:0px;
	left:0px;
	background-image:url(../img/video/videobg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width:510px;
	height:605px;
	background-color: #0071C1;
}
#videowrap{
	position:relative;
	margin:auto;
	width:460px;
	top:15px;
}
#videobg{
	position:relative;
	margin:auto;
	width:460px;
	padding: 5px;
	background-color: #005189;
}
#wrapper2{
	position:absolute;
	top:0px;
	left:0px;
	background-image:url(../img/video/videobg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width:380px;
	height:400px;
}
#videowrap2{
	position:relative;
	margin:auto;
	width:340px;
	top:15px;
}
#videobg2{
	position:relative;
	margin:auto;
	width:330px;
	padding: 5px;
	background-color: #005189;
}
#videowrap3{
	position:relative;
	margin:auto;
	width:340px;
	top:15px;
}
#videobg3{
	position:relative;
	margin:auto;
	width:320px;
	padding: 5px;
	background-color: #005189;
}

#helptext{
	position:relative;
	float:left;
	color:#b3d0e8;
	padding:21px;
	font-family:helvetica;
	font-size:11px;

}

#helptext a{
	color:#b3d0e8;
}

#textinfo{
	position:relative;
	float:left;
	width:300px;
	padding: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	}
	
	#textinfo a{
	color:#ffffff;
	}
	
#dateinfo{
	position:relative;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffffff;
	padding-top:3px	}
#pdf{
	position:relative;
	float:left;
	width:490px;
	}
/*Links*/
a:link {
	font-weight:normal;
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	font-weight:normal;
	text-decoration: none;
	color:#333333;
}
a:active {
	font-weight:normal;
	text-decoration: none;
	color: #005089;
}
a:visited {
	font-weight:normal;
	text-decoration: none;
	color: #005089;
}

