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

.textContent {
	font-size:0.9em;
	padding:0 0.5em;
	line-height:1.5em;
}

.textContent h3, .textContent h4,
.textContent h5, .textContent h6
{
	font-family:	"trebuchet ms",arial,helvetica,sans-serif;
	margin: 		1em 0;
}

.textContent h2
{
	color:			#D2D1D1;
	font-size:		4em;
	font-weight:	normal;
	padding:		9px 7px;
	margin: 		22px 0 0.2em 0;
	font-family:	Times New Roman,arial,"trebuchet ms",helvetica,sans-serif;
	line-height:	1em;
}

.textContent h3 {
	font-size:1.4em;
	color:#006DC6;
}
.textContent ul li {
	margin-top:1em;
}
.contentArea {
	padding:0 1.5em 2em 1.5em;
}
#bottomLinks {
	margin:3em 0 1em 0;
	padding:0;
	list-style:none;
	border-left:1px solid #000;
	line-height:1em;
}
#bottomLinks li {
	margin:0;
	padding:0 0.5em;
	list-style:none;
	border-right:1px solid #000;
	display:inline;
}


#contentColumn #committeeTable td
{
	border-bottom:  	1px solid #2d4f82;
	padding: 			12px 0 12px 7px;
	vertical-align: 	top;
}
#contentColumn #committeeTable td img
{
	margin-right: 	7px;
}
#contentColumn #committeeTable td h3 {
	margin:0 0 1em 0;
}

#storyContactOtherSocieties h3 {
	margin:1em 0 0 0;
}
#storyContactOtherSocieties p {
	margin:0.2em 0 2em 0.5em;
}


/* *** LIST STORY *** */

#storyList {
	margin:0;
	padding:0;
	list-style:none;
}
#storyList li {
	margin:0;
	padding:0 0 0.5em 0;
	list-style:none;
	color:#5C5858;
	font-size:1em;
	border-top:1px solid #EEEDED;
}
#storyList li.first {
	border-width:0;
}
#storyList li h3 {
	color:#F91838;
	font-size:1.1em;
	margin:1em 0 0 0;
}
#storyList li p {
	color:#5C5858;
	margin:0 0 0.5em 0.2em;
}



