@media screen,tv { /* cheap hack to protect NN4.x */
.newsBox1 {
width: 120px;
height: 400px;
position: absolute; 
top: 50px; 
color: #23ff23; 
border: 0px #FFFFFF groove; 
right: 20px;

} 
.newsBox2 {
position: absolute; 
top: 400px; 
right: 10px; 
color: #23ff23; 
border: 0px; 
border-style: groove; 
border-color: #CCCCCC;
} 
}

.mainData {
	background: transparent;
	float: right; 
	margin: 0px;
	width: 60%; 
	padding: 0px; 
	position: absolute; 
	visibility: visible; 
	left: 165px; 
	top: 65px; 	
	}

.news
{
	position:absolute;
	visibility:hidden;
	width:110;
	text-align: center;
	top:0px;
	left:0px;
	color: lime;
	padding: 0px;
}

.dataBorder {
	background:  url(/images/zebrabw.gif); 
	color: #23ff23; 
	text-align: center; 
	text-decoration: underline;
	padding: 0px;
	margin: 0px;
	}
.mainData {
	background: transparent;
	float: right; 
	margin: 0px;
	width: 500px; 
	padding: 0px; 
	position: absolute; 
	visibility: visible; 
	left: 179px; 
	top: 48px; 	
	}
.extras {
	position: absolute;
	top: 500px;
	right: 0px;
	margin: 25px;
	}
.leftNav {
	position: absolute;
	left: 0px;
	top: 30px;
	}
.emphasize {
	color: #23ff23;
	
	}

.hr {
	color: #23ff23;
    }
.footer {
	position: absolute;
	background-color: white;
	margin-left: 0px; 
	left: 0px; 
	top: 1600px;
	width:100%;
	height: 65px;
      }
    
.ahem {
	display: none;
      }
.bottomLinks{color: #FFFFFF;background-color: #ff6699;font-size: 14pt;}
