body
{
	background-color: white;
}
a{
	text-decoration:none;
}

.divPage /*will set the main web page position in the browser */
{
	width: 960px;
	height:530px;	
	margin-top:12px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
}

.header /*will provide a banner image across the top of the web page */
{
	width:960px;
	height:125px;
	background-image: url(../Images/data2.png); /* display image for the header*/
	/*background-repeat: no-repeat; /* display the image once. even if the image could fit more than once */
	background-color:gray;
}

.navbar /*will provide a background image for our navigation section */
{	
	width:960px;
	height:25px;
	/*background-image: url(../Images/nav.png); /*image to display in the navigation section*/
	/*background-repeat: repeat-x */ /*The background image will be repeated only horizontally */
	background-color:#C0C0C0;
}

.navbutton a
{
	float:left;
	width: 100px;
	height:25px;
	line-height:22px;
	font-family:calbri;
	font-size: 16px;
	color:Black;
	font-weight:700;
	text-align:center;
	padding-left:3px;
	
}

.navbutton a:hover
{
	float:left;
	width: 100px;
	height:25px;
	line-height:22px;
	font-family:calibri;
	font-size: 16px;
	color:white;
	font-weight: 700;
	text-align:center;
	/*background-image: url(../Images/nav.png);*/
	background-repeat: repeat-x;
	padding-left:3px;
}

.bodyContent
{	
	margin-top:12px;
	width:960px;
	height:450px;
	font-family: Times New Roman;
	font-size:14px;
	color:black;
	padding-left:12px;
	
}
.footer
{
width:960px;
	height:25px;
	/*background-image: url(../Images/nav.png); /*image to display in the footer section*/
	background-repeat: repeat-x;  /*The background image */
	color:black;
	font-weight:bold;
	font-weight:900;	
	text-align:center;
	text-transform:uppercase;	
	background-color:#C0C0C0;
	padding-top:10px;
}

.header-unit {
  height: 135px;
  width:164px;
  /*border: 2px solid #000;
  border-right:none;
  border-left: none;*/
  border: none;
  position: relative;
  /*padding: 20px;*/
  float:left;
}
#video-container {
	position: absolute;
}
#video-container {
	top:0%;
	left:0%;
	height:100%;
	width:100%;
	overflow: hidden;
}
video {
	position:absolute;
	z-index:0;
}
video.fillWidth {
	width: 100%;
}
