/* ********************* INEWS STORY DISPLAY ********************* */

.textContent {
	font-size:0.9em;
	padding:0px 10px 30px 20px;
	line-height:1.5em;
}

.textContent img {
	padding:0 15px;

}


.textContent h2, .textContent h3, .textContent h4,
.textContent h5, .textContent h6 {
	font-family: Arial,helvetica,sans-serif;
	margin:0;
}
.textContent h1 {
	margin:15px 0 0.6em 0;
	padding:0.3em 0.3em;
	font-size:17px;
	color:#7B786D;
}
.textContent h2, #listStory h2 {
	margin:0px -10px 15px -10px;
	padding: 0px 15px 0px 10px;
	font-size:17px;
	line-height: 33px;
	color:#000;
	background-image: url(../images/contenttitle_bg.gif);
	background-repeat: no-repeat;
}
.textContent h3, #listStory h3, #storyList h3 a, .faq a {
	font-size:13pt;
	color: #015791;
	font-weight: 500;
}
.textContent ul li {
	margin-top:1em;
}

.contentArea p, .contentArea ul li {
	margin: 0;
	padding: 5px 0px;
}
.contentArea ul li p  {
	padding: 0;
	margin: 0;
}
#storyList {
  margin-left: 0px;
  padding-left: 15px;
  list-style-type: none;
}
#storyList li {
  background-image: url(../images/arrows.gif);
  background-repeat: no-repeat;
  background-position: 0px 10px;
  padding-left: 25px;
}

.faq div {
  display: none;
  margin: 15px;
  border: 1px solid #CCC;
  padding: 15px;
}