@charset "UTF-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	width:100%; /* had value 822 - flaged as unsupported */
	height: 100%;
}

a img {
	border:none;
}

img a:visited { 
	text-decoration: none;

}

.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:100%;
	background-color: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#signupContainer { 
	margin: 0px 10px;
	padding: 0px;
	height: 43;
	width: 800px;
	height: 649px;
	display: inline;
	clear:both;
	background-color:#000000;
}

#signup {
	margin: 0px;
	padding: 0px;
	height: 30px;
	text-align: right;
	color:#FF6;
	background-color: #000000;
	float: right;
}

#topImage { 
	margin: 0px;
	padding: 0px;
	width: 240px;
	height: 43px;
	float: left;
}

#signup ul{
	margin: 0px 12px;
	padding: 0px;
	text-decoration: none;	
}

#signup ul li { display: inline; }

#signup ul li a
{
	color: #FF6;
	text-decoration: none;
	font-size:12px;
	
}

#signup ul li a:hover
{
	color: #FFF;
}


.oneColFixCtrHdr #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	background-color: #333;
	background-repeat: no-repeat;
	width: 800px;
	height: 56px;
	/*background-image: url(../images/BannerBar-NoLogo.png); */
	background-position: center;
	
	clear: both;
	
}


#header ul
{
	padding-left: 0;
	margin-left: 0;
	color: #CCC;
	float: right;
	width:100%;
	font-family: arial, helvetica, sans-serif;
	
}

#header ul li { display: inline; }

#header ul li a
{
	padding: 0.2em 1em;
	color: #CCC;
	text-decoration: none;
	float: right;
	font-size:12px;
	/*border-left: 1px solid #FFC000; */
	
}

#header ul li a:hover
{
	/*background-color: #FFC000;*/
	color: #fff;
}
#logo {
	height:35px;
	width:50px;
	float:left;
	padding:0;
	margin: 2px 10px;
	clear:left;
}

#spaceDiv {
	height:16px;
	width:500px;
	float:right;
}

#topNavContainer {
	
	height: 30px;
	float:right;
	width: 500px;
	display:inline;
	
	/*
	margin-top: 10px;
	*/
	
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.oneColFixCtrHdr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000000;
	margin:0 1px;
	height:550px;
	width:800px;
}

.oneColFixCtrHdr #mainVideoContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000;
	margin:100px 1px;
	height:550px;
	width:800px;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

