/*** styles created for index page ***/

	/* main content wrapper */
#indexContent {
	background-color: #fff; 
	width: 635px; 
	font-size: 11px;
}

	/* general attribute styles for entire page */

#indexContent img {
	border: none;
}

#indexContent hr {
	display: none;
}

#indexContent p {
	margin: 0px; 
	padding: 0px;
}

	/* for display of hyperlinked images at top of page */

#graphicalNavigation img.toprow {
	margin: 1px 1px 1px 0px;
}

#graphicalNavigation img.topend {
	margin: 1px 0px;
}

#graphicalNavigation img.bottomrow {
	margin: 0px 1px 1px 0px;
}

#graphicalNavigation img.bottomend {
	margin: 0px 0px 1px 0px;
}

	/* to create red hr below images */
div.belowgraphics {
	height: 5px; 
	background-color: #c03; 
	padding: 0; 
	margin: 0;
}

	/* for main copy */
#indexCopy p {
	color: #666; 
	line-height: 18px;
	padding: 8px 0px;
}

span.introcopy {
	color: #c03; 
	font-size: 14px; 
	font-weight: bold;
}

	/* for featured articles boxes */
#featureArticles, #featureArticles a {
	color: #600;
}

#featureArticles a.title {
	font-weight: bold;
}

.feature {
	float: left; 
	width: 32.15%; 
	border-right: 1px solid #fff;
	border-bottom: 0px solid #fff;
	border-top:0px solid #fff;
	border-left:0.0px solid #fff;
	padding-left: 3px;
	padding-right: 3px;

} 

.featureend {
	float: left; 
	width: 33%;
}

#featureArticles div p {
	margin: 8px 0px 8px 12px;
}

	/* override standard 2px border between main page and the footer */
#footer {
	border-top: 1px solid #fff;
}