html {
  font-size: 12pt;
  font-family:Arial,Helvetica,Veranda,FreeSans,sans-serif;
  }

body {
  margin:0px 0px 0px 0px;
  background: #808080;
  }

h2 {
  position:relative;
  text-align: left;
  font-weight: bold;
  display:inline;
  line-height:2.5;
}

a:link {
  color: #000040;
  text-decoration:underline;
  }

a:visited {
  color: #000040;
  text-decoration:underline;
  }

a:hover {
  color: #000040;
  text-decoration:underline;
  }
	
#titlebar {
  top: 0px;
  left: 0px;
  background-color:#333333;
  width:100%;
  height:60px;
  vertical-align: top;
  z-index:1;
  }
  
#socialbar {
	position:absolute;
	width:100%;
	height:60px;
	right:5px;
	font-size: 11pt;
	color:white;
	top:0px;
	display:table-cell;
	text-align:right;
}

div#socialbar a {
	color:white;
	text-decoration:underline;
}

#navbar {
  display:block;
  top: 60px;
  left: 0px;
  width: 100%;
  background-color:#000000;
  border-top: 1px white solid;
  border-bottom: 1px white solid;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  z-index:0;
  }

div#navbar td {
  text-align: center;
  width: 20%;
  border-right: 1px white solid;
  }

div#navbar a {
  color:white;
  text-decoration:none;
  width: 100%;
  height: 100%;
  display:block;
  vertical-align: middle;
  }

div#navbar a:visited {
  color:white;
  text-decoration:none;
  }

div#navbar td:hover {
  background-color: #333333;
  }

div#navbar td a:hover {
  background: #333333;
  }

#content {
  position:absolute;
  top: 85px;
  padding-left: 5px;
  width:97%;
  z-index:1;
  vertical-align:top;
  }

#background {
  position: absolute;
  z-index:0;
  right: 5%;
  top: 100px;
  filter: alpha( opacity = 7.5 );
  opacity:0.075;
  -moz-opacity:0.075;
  }
	   
#video {
  position:absolute;
  z-index:2;
  top:180px;
  right:5%;
  padding-right:5px;
  }

#footer {
  text-align: center; 
  margin-bottom:10px;
  }