/* Styles for NEWS sections of ANSIRH web site */

body { background-image: url(/_images/backgrounds/news.gif); }
h1, h2, h3, h4, h5, .caption, .emphasis1, .emphasis2, #photoArea p, #photoAreaExp p {  /* main title for content section */
	color: #666699;
}
.date {
	color: #666699;
	font-size: 1em;
	font-weight:normal;
	margin-top:3px;
}
#breadcrumbNav, /* color bar that runs between main nav and primary content areas */
table th,
div#blog-promo { 
	background-color:#9999cc;
}

#breadcrumbNav #left p {
	background-image:url(/_images/decorations/arrow-about.gif);
	background-position: 73px 2px; /* controls placement of arrow */
	background-repeat:no-repeat;
	margin: 0;
}
#mainContent #rightSide p { /* text definition for right side callout */
	color: #666699;
}
#mainContent #leftNav ul li a.current, 
#mainContent #leftNav ul li a:hover,
#mainContent #leftNav ul li#follow,
#mainContent #leftNav ul li#blog a {
	color: #666699;
}
#mainContent #middle ul li {
	background: url(/_images/decorations/bullet_news.gif) no-repeat;
	background-position: 0 7px;	
}
	
