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

/* BR* fixed text color */
body { background-image: url(/_images/backgrounds/training.gif); }
h2, h3, h4, h5, .emphasis1, .emphasis2, #photoArea p, .caption {  /* main title for content section */
	color: #6987a5;
}
#breadcrumbNav { /* color bar that runs between main nav and primary content areas */
	background-color:#7799bb;
}
#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;
}
/* BR* fixed text color,  added rightSideExp back in */
#mainContent #rightSide p, #mainContent #rightSideExp p { /* text definition for right side callout */
	color: #6987a5;
}
/* BR* fixed text color */
#mainContent #leftNav ul li a.current, #mainContent #leftNav ul li a:hover {
	color: #6987a5;
}
/* BR* fixed text color */
#mainContent #middle ul li {
	background: url(/_images/decorations/bullet_training.gif) no-repeat;
	background-position: 0 7px;
}	
