#indexContainer {
	position:relative;
	width:100%;
	margin-top:25px;
}

#indexFlash {
	margin-left:auto;
	margin-right:auto;
}

#indexCentre {
	margin:0 330px 0 225px;
	border-right:#83888b 1px solid;
	border-left:#83888b 1px solid;
}

#indexLeft {
	position:absolute;
	left:0;
	top:0;
	width:225px;
}

#indexRight {
	position:absolute;
	right:0;
	top:0;
	width:330px;
}

div.section {
	height:27px;
	background-image:url(../images/main/section_background.png);
	background-repeat:repeat-x;
	margin:0 10px 0 10px;
}

div.sectionLeft {
	height:27px;
	background-image:url(../images/main/section_background_left.png);
	background-position:left;
	background-repeat:no-repeat;
}

div.sectionRight {
	height:27px;
	background-image:url(../images/main/section_background_right.png);
	background-position:right;
	background-repeat:no-repeat;
}

div.sectionTitle {
	font-size:14px;
	color:#2f373c;
	font-weight:bold;
	line-height:27px;
	margin-left:10px;
	background-image:url(../images/main/section_arrow.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:20px;
}

p.formExplain {
	text-align:center;
}

select.formField {
	width:200px;
}

p.newsDate {
	font-size:11px;
	color:#404546;
	margin-left:20px;
}

p.newsDate a {
	color:#404546;
}

p.newsTitle {
	margin-left:20px;
	margin-right:20px;
	font-weight:bold;
	color:#4d5257;
}

p.newsText {
	color:#414647;
	margin-left:20px;
	margin-right:20px;
}

p.featuredImage {
	margin-left:20px;
	margin-right:20px;
	text-align:center;
}

p.featuredText {
	margin-left:20px;
	margin-right:20px;
	text-align:justify;
}
a.more {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
a.more:hover {
	text-decoration:underline;
}
