

/* STORY DEFINES THE BG IMG AND WRAPPER; STORY CONTENT IS P CONTENT AND IMG's */

#story { /*  SETS BG IMAGE ONLY */
	position: relative;
	left: 20px; 
	background-image: URL(images/yellowGrad3.jpg);  
	background-repeat: repeat-x;
	width: 510px;  
	}  

#storyContent  {
	padding: 5px 5px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #616161;   
	line-height: 1.5  /*  1.5 */
	}


#storyContent p:first-letter {
	font-size: 14px;
	}
		
#storyContent img {
	float: left;
	margin: 0px;
	padding: 5px 10px;
	}

#storyContent ul {
list-style: square;
}

	
#topicTitle {
	font: small-caps 700 14px arial;
	color: #000066;
	}

#storyCallout {
	color: #04359B;
	}