@charset "utf-8";
/* CSS Document */
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif white;
	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 */
	text-decoration:none
	color: white;
}
.oneColFixCtr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	
	min-height: 500px;
	height: 400px; 	
}

#leftbox {
	float: left;
	width: 310px;
        background-color: black;
}

#rightbox {
	background-color: white;
	float: right;
	width: 635px;
}

/*left box elements*/
#flash-menu{
	height: 455px;
	padding-bottom: 20;
        background-color: black;
}

#updates{
	 height: 100%;
	 padding-left: 10px;
	 padding-right: 10px;
	 padding-top: 0;
	 line-height: 15px;
         background-color: black;
}

#updates a{
	color: #00CCCC;
	text-decoration: none;
}

/*right box elements*/

#content{
	color: black;
	text-decoration:none;
	padding-left: 15px;
	padding-right: 15px;
	
	font-size: 11px;
	
	margin-bottom: 25px;
}

#footer{
	/*total height of footer must be 45px*/
	height: 30px;
	padding-top: 15px;
	background-image:url(footer-gradient.jpg);
	background-repeat:repeat-x;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:white;
	text-align: center;
	font-weight: bold;
}

#footer a{
	text-decoration: none;
	color: white;
	text-transform: uppercase;
	font-size: 14px;
}

#footer a:hover{
	text-decoration:underline;
}

#enter 
	text-decoration:none;

}
/*universal*/
H5.sidebar{
	text-transform:uppercase; 
}

fieldset{
border:1px solid #0000FF;
margin:1em 0;
padding:1em;
}
legend{
font-family: "Trebuchet MS";
input, textarea{
;
background-color:#0000FF;
}
