/* ********************* INEWS STORY DISPLAY ********************* */

.textContent {
	font-size:0.9em;
	padding:36px 44px 0 44px;
	line-height:1.5em;
	background-color:#9e9e9e;
	background-image:url(../statimages/text_page_background.png);
	background-repeat:no-repeat;
	min-height:480px;
}

.textContent h2, .textContent h3, .textContent h4,
.textContent h5, .textContent h6 {
	font-family:Helvetica ,arial,helvetica,sans-serif;
	margin:1em 0;
}
.textContent h2
{
	margin:0 0 0.1em 0;
	padding:0.0em 0.0em;
	line-height :1.2em;
	font-size:1.5em;
	color:#010101;
}
.textContent h3 {
	font-size:1.2em;
	color:#010101;
}
.textContent ul {
  margin:0px;
  padding:0px 0 0 0;
}


.textContent ul li {
	margin:15px 0 0 0;
    padding:0px 0 0 20px;
    background-image:url(../statimages/li_dot.gif);
    background-repeat:no-repeat;
    background-position:0px 6px;
    list-style:none;
}
.contentArea {
	padding:0 0em 2em 0em;
}

.contentArea p img
{
	display:inline-block;
}

#storyList {
    list-style:none;
    margin:0 0 0 3px;
    padding:0px;
    width:100%;
}


#storyList li {
    width:496px;
    height:164px;
    float:left;
    background-image:url(../statimages/product_background.png);
    background-repeat: no-repeat;
    padding:10px 4px 10px 1px;
    position:Relative;



}

#storyList li h3 {
    position:absolute;
    top:0px;
    left:193px;
}

#storyList .summary {
    position:absolute;
    top:39px;
    left:193px;
    width:280px;
    font-size:0.8em;
    padding:0px;
    margin:0px;
}
#storyList .summary p {

    padding:0px;
    margin:0px;
}

#storyList .image {
     position:absolute;
    top:10px;
    left:5px;
}

#storyList .storyLink {
     position:absolute;
    left:193px;
    top:130px;
    font-size:0.9em;
    color:#FFF;
        padding:0px;
    margin:0px;
}

#storyList .storyLink a {
    color:#FFF;
    font-weight:bold;
}


/***** TEXT EDITOR BACKGROUNG COLOUR ****************************/

body
{
	background-color : #fff;
}
h2
{
        color : #ff0;
}

/****************************************************************/