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

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

.textContent h2, .textContent h3, .textContent h4,
.textContent h5, .textContent h6 {
	font-family:"trebuchet ms",arial,helvetica,sans-serif;
	margin:1em 0;
}
.textContent h2 {
	font-size:1.8em;
	color:#2F308D;
}
.textContent h3 {
	font-size:1.4em;
	color:#ff9900;
}
.textContent ul li {
	margin-top:1em;
}
.contentArea
{
	padding:0 0 1em 0;
	position : relative;
	background-image : url(../images/home/mainBack.png);
	background-position : 0px 0px;
	background-repeat : repeat-x;
	padding : 1px 0 0 0;
	min-height : 570px;
}

/************************************************/
.textContent #mainSection
{
	position : relative;
}
.textContent #mainSectionTopLeft
{
	position : absolute;
	top : 0;
	left : 0;
}
.textContent #mainSectionTopRight
{
	position : absolute;
	top : 0;
	right : 0;
}
.textContent #mainSectionBigBox
{
	margin : 1%;
	min-height : 410px;
	border : 1px solid #A3B3C3;
	background-color : #fff;
	padding : 0 2% 2% 2%;
}
.textContent #mainSectionTable
{
	width : 100%;

	padding : 1px 0 0 0;
	height : 570px;
}
.textContent #mainSectionTable td
{
	margin : 12px;
	padding : 0 12px 12px 12px;
/*	height : 570px; */
}

.textContent .mainSectionText
{
	font-size : 1.6em;
	line-height : 1.2em;
	font-family : trebuchet MS;
}

.textContent #mainSectionBigBoxText1 { color:#2f308d; }
.textContent #mainSectionBigBoxText2 { padding-bottom : 12px; color:#aeb0c9; }
.textContent #mainSectionBigBoxText3 { padding-top : 12px; color:#fe9a04;	clear : both; }

.textContent #mainSectionBigBoxRight
{
	border : 1px solid #A3B3C3;
	background-color : #fff;
	padding : 2%;
}


.textContent #mainSectionSmallBox1Text1 { display:inline; color:#ea2a00; }
.textContent #mainSectionSmallBox1Text2 { display:inline; color:#fe8371; }

.textContent #mainSectionSmallBox2Text1 { display:inline; color:#007ddf; }
.textContent #mainSectionSmallBox2Text2 { display:inline; color:#59b5de; }




.textContent #mainSectionBigBoxLeft
{
	min-width : 15%;
	margin : 1%;
	min-height : 410px;
	border : 1px solid #A3B3C3;
	background-color : #fff;
	padding : 2%;
}
.textContent #mainSectionBigBoxRight
{
	max-width : 85%;
	border : 1px solid #A3B3C3;
	background-color : #fff;
	padding : 2%;
}

.textContent ul#storyList
{
	list-style : none;
	margin : 1em 0 0 1em;
	padding : 0;
}
.textContent ul#storyList li
{
	list-style : none;
}
.textContent ul#storyList li h3
{
	color : #
}