#enewList DIV.nav
{
	position: absolute;
	left: 700px; /* 233px; */
	top: 290px;
	width: 200px;
	border-bottom: solid 3px #666;
	border-right: solid 3px #666;
	border-left: solid 3px #CCC;
	border-top: solid 3px #CCC;
	padding: 5px;
	text-align: center;
	z-index: 1000;
}
#enewList DIV.nav h3 
{
	text-align: center;
	margin-bottom: 5px;
}
#enewList DIV.nav p.subTitle
{
	font-weight: normal;
	text-align: center;
	border-bottom: solid 1px #666;
	margin: 0px 10px 10px 10px;
	padding-bottom: 10px;
}
#enewList DIV.nav DIV.enewsArchives
{
	padding: 10px 0px 10px 0px;
}
#enewList DIV.nav DIV.enewsArchives a
{
	color: #890C08;
}

#contentArea
{
	border: none;
	position: absolute;
	left: 0px; 
	top: 290px;
	width: 900px; /* allow extra 100px for pix on right */
	z-index: 10;
}

#contentArea DIV.comingEvents
{
	margin-bottom: 20px;
}
#contentArea DIV.pastEvents
{
	margin-top: 40px;
}
#contentArea DIV.groupHeader
{
	color: #4F638C;
	font-weight: bold;
	font-size: 12pt;
	margin: 10px 0px 10px 233px;
}

#contentArea DIV.article
{
	width: 100%; /* 900px as set in #contentArea */
	overflow: hidden;
}
/* 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.articleDate
{
	font-weight: bold;
	color: #809CC9;
	text-align: right;
	clear: both;
	width: 653px;
	margin-bottom: 10px;	
}
html>body DIV.article DIV.articleDate
{
	margin-bottom: 0px;	
}

/* eNews (match with template.Newsletters.css) */
DIV.enewsListbox 
{
	position: absolute;
	top: 290px;
	left: 700px;
	width: 200px;
	border: outset 3px #4F638C;
	padding: 5px;
	z-index: 500;
}
DIV.enewsListbox h3 
{
	text-align: center;
	margin-bottom: 5px;
}
DIV.enewsListbox p.subTitle
{
	font-weight: normal;
	text-align: center;
	border-bottom: solid 1px #666;
	margin: 0px 10px 10px 10px;
	padding-bottom: 10px;
}
DIV.enewsListbox DIV.enewsLink, DIV.enewsListbox DIV.enewsArchives
{
	text-align: center;
}
DIV.enewsListbox DIV.enewsArchives
{
	padding: 10px 0px 10px 0px;
}
DIV.enewsListbox DIV.enewsArchives a
{
	color: #890C08;
}

/* OVERRIDE */
.bottomNavBox { top: 250px }
.copyrightNavText { top: 2000px; margin-bottom: 50px;}
