/* General Navigation */
DIV.articleLink 
{
	margin: 5px 0px 20px 0px;
	padding: 0;
}
DIV.articleLink a
{
	display: block;
	font-size: 14px;
	font-weight: bold;
}

/* Featured News Navigation */
#featuredNav
{
	position: absolute;
	left: 800px; 
	top: 200px;
	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;
}
#contentArea
{
	border: none;
	position: absolute;
	left: 0px; 
	top: 200px;
	width: 900px; /* 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: 430px;
	margin-right: 10px;
	float: left;
}
DIV.article DIV.articleColumnR
{
	width: 200px;
	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: #FB805F;
	text-align: right;
	clear: both;
	width: 653px;
	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 */
.bottomNavBox { top: 150px }
.copyrightNavText { top: 2000px; margin-bottom: 50px;}
