#mainImage {
	position: absolute;
	left: 233px;
	top: 103px;
	z-index:20;
}
#colorBand {
	position:absolute;
	left: 233px;
	top: 67px;
	z-index:20;
}
#blackCorner {
	position:absolute;
	left: 220px;
	top: 89px;
	z-index:30;
}
#headline {
	position:absolute;
	left: 233px;
	top: 276px;
	z-index:20;
}

#textArea {
	position: absolute;
	left: 0px;
	top: 314px;
}
div.bottomNavBox {
	top: 375px;
}

/* Depreciated ... */
#SportsNewsSummary 
{
	margin-left: 233px;
	margin-bottom: 30px;
	width: 550px;
}
#SportsNewsSummary .dateGroup
{
	margin-bottom: 15px;
}
#SportsNewsSummary .dateHeading
{
	font-weight: bold;
}
#SportsNewsSummary .event
{
	padding: 2px 0px 4px 10px;
}
#SportsNewsSummary TABLE
{
}
#SportsNewsSummary TABLE TD
{
	padding: 0px 0px 0px 10px;
}
#SportsNewsSummary TABLE TD.team
{
	width: 130px;
}
#SportsNewsSummary TABLE TD.scoreUS
{
	width: 60px;
}
.athleticScoreTable 
{
	background-color: #CEEBF7;
	width: 100%;
}
.athleticScoreTable td 
{
	padding: 2px 10px 2px 10px;
	background-color: #CEEBF7;
	border-bottom: solid thin #19338F;

}
.athleticScoreTable .heading 
{
	padding: 2px 0px 5px 0px;
	font-weight: bold;
	color: #19338F;
	font-size: 11pt;
	border-bottom: solid thin black;
}