/* General Navigation */
DIV.articleLink 
{
	margin: 5px 0px 20px 0px;
	padding: 0;
}
DIV.articleLink a
{
	display: block;
	font-size: 14px;
	font-weight: bold;
}

/* Corrections */
#textArea h1, #textArea h2
{
	margin: 20px 0px 20px 233px;
	color: #19338F;
}
#SportsNewsSummary h1, #SportsNewsSummary h2
{
	margin: 0px 0px 15px 0px;
}
#featuredNav h1, #featuredNav h2
DIV.article h1, DIV.article h2
{
	margin: 0px;
	color: Black;
	border-bottom: none;
}

/* Featured News Navigation */
#featuredNav
{
	position: absolute;
	left: 800px; 
	top: 0px; /* changed since it is inside #textArea -- was 300px; */
	width: 150px; /* allow extra 100px for pix on right */
	z-index: 500;
	padding: 5px 5px 5px 10px;
	margin: 0px;
	border: double 4px #CB9999;
}
#featuredNav ul li
{
	margin-right: 0px;
	padding-right: 0px;
}

/* Content Area */
#contentArea
{
	/* removed as #contentArea has been placed inside #textArea
	border: none;
	position: absolute;
	left: 0px; 
	top: 314px;
	*/
	width: 800px; /* allow extra 100px for pix on right */
	z-index: 10;
}

#contentArea DIV.article
{
	width: 100%; /* 900px as set in #contentArea */
	overflow: hidden;
	margin-bottom: 40px;
}
P 
{
	line-height: 18px;
}
/* each individual column in DIV.article */
DIV.article DIV.articleColumnL
{
	width: 223px;
	text-align: right;
	margin-right: 10px;
	float: left;
}

DIV.article DIV.articleColumnC
{
	width: 400px;
	margin-right: 10px;
	float: left;
}
DIV.article DIV.articleColumnR
{
	width: 150px;
	float: left;
}
DIV.article DIV.articleColumnR img, DIV.article DIV.articleColumnL img
{
	margin-top: 20px;
}
DIV.article DIV.articleColumnC h3
{
	margin-bottom: 10px;
}
DIV.article DIV.articleDate
{
	font-weight: bold;
	color: #6595c5;
	text-align: right;
	clear: both;
	width: 600px;
	margin-bottom: 10px;	
}
html>body DIV.article DIV.articleDate
{
	margin-bottom: 0px;	
}

DIV.BTT		/* BACK TO TOP */
{
	margin: 20px 0px 0px 10px;
	clear: both;
}


/* OVERRIDE */
div.bottomNavBox { display:none; }
div.copyrightNavText { top: 2000px; margin-bottom: 50px;}
