html {
	height:100%;
	position:relative;
	margin:0px;
	padding:0px;
}
body {
	height:100%;
	position:relative;
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica;
	color: white;
	background-color: #000000;
	font-size: small;
	
}

#wrapper {
	position:relative;
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
}
#videoDiv {
 	width:800px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
}
h1 {
	font-size:1.5em;
	font-weight:500;
}

a:link {
  color: #FFFF99;
  text-decoration: none
}

a:visited {
  color: #FFFF99;
  text-decoration: none
}

a:active {
  color: #FFFF99;
  text-decoration: none
}

a:hover {
  color: #FFFF66;
  text-decoration: underline
}
p
{
  font-family: Verdana, Arial, Helvetica;
  color: white;
  font-size: small
}

.bodyTitle
{
  font-family: Verdana, Arial, Helvetica;
  color: White;
  font-size: small;
  font-weight: bold
}
.bodyTextLarge
{
  font-family: Verdana, Arial, Helvetica;
  color: white;
  font-weight: bold
}
.bodyText
{
  font-family: Verdana, Arial, Helvetica;
  color: white;
  font-size: small;
}
.bodyTextSmall{
  font-family: Verdana, Arial, Helvetica;
  color: white;
  font-size: x-small
}


.leftBar
{
  font-family: Verdana, Arial, Helvetica;
  font-size: small;
  color: #FFFFFF
}
.leftBarTitle
{
  font-family: Verdana, Arial, Helvetica;
  font-size: small;
  color: #A9A9A9;
  font-weight: bold
}
.navDots {
  font-family: Verdana, Arial, Helvetica;
  color: white;
  font-size: small;
  font-weight: bold
}

/* dotted line for Netscape & IE Browsers */
div.dottedLine {
	margin: 2;
	padding: 2;
	border-bottom: 1px dotted #808080;
}

div.dottedLineHighlight {
	margin: 2;
	padding: 2;
	border-bottom: 1px dotted #FFFF41;
}
#videoDiv {
	width:720px;
	background-color: #000000;
	text-align: center;
}
div.leftContent {
	padding-top:10px;
	float:left;
	text-align:left;
}
div.rightContent {
	padding-top:10px;
	float:right;
	text-align:right;
}
.clearer {
	clear:both;
}
.vidspacer {
	clear:both;
	height:75px;
}


