@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
	background-color: #e6e6e6;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	margin: 0px;
	padding: 2px 0;
}

.BusinessWorld #container {
	width: 1024px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	background-color: #e6e6e6;
	background-image: url(Bck-Shadow-Repeat.gif);
	background-repeat: repeat-y;
}
#header  {
	background-color: #880f28;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin: 0px;
}
#header #Logo {
	padding: 0px;
	height: 94px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 260px;
}
#header #Leaderboard {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 90px;
	width: 728px;
	border: 2px solid #FFFFFF;
}
#Navlinks {
	background-color: #000000;
	margin: 0px;
	height: 60px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#Navlinks .bonus a { background:none; width:auto !important; float:none; }
#Navlinks .bonus a:hover { background:none; }
.bonus span { font-size:12px; font-weight:bold; }
#Navlinks a {
	background-image: url(Btn-Navlink.gif);
	background-repeat: no-repeat;
	height: 31px;
	width: 135px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	float: right;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#Navlinks a:hover {
	background-image: url(Btn-Navlink-Over.gif);
	color: #880f28;
}
#TickerTape {
	margin: 0px;
	height: 33px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#TickerTape #Date a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #880f28;
	float: right;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	width: 120px;
	font-weight: bold;
}
#footer  {
	background-color: #880f28;
	margin: 0px;
	height: 46px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	clear: both;
}
#footer ul{ padding:0; margin:0; }
#footer li { list-style-type:none; margin:0; padding:0; display:inline; }
 #footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC9999;
	text-decoration: none;
	font-weight: bold;
	text-decoration:none;
	
	float: right;
	height: 18px;
	
	padding-right: 10px;
	
	padding-left: 15px;
	
	
}
#footer a:hover {
	color: #FFFFFF;
}
#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 */
}
 #Legal a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC9999;
	text-decoration: none;
	
	
}
#Legal {
	background-color: #000000;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
}

