@charset "UTF-8";
/* CSS Document */



/* -------------------------------------------------
 -------------- CONTENT  STYLES ----------------*/
.contenttop div.tagline { color:#990000;}							/* tagline color */
.contentwrapper img.outline {border-color: #ADB091;}				/* image outline */
 
/* portal box styles */
.contentwrapper .portlet-region a:focus, .contentwrapper .portlet-region a:hover, .contentwrapper .portlet-region a:active { 
	/*background-color: #E6E7DC;*/	 /*custom link roll-over color */
	color:#660000;
	}
.contentwrapper .portlet-region h2, .contentwrapper .portlet-region a { color:#505050; }			

/* article styles */
.contenttop .article .related {
	border-bottom-color: #ADB091;
	border-top-color:#ADB091;
	}
/* ------------ END CONTENT STYLES --------------*/

 