@charset "utf-8";
#maincontainer {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	overflow: hidden;
	background-color: #00CCFF;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}#banner {
	height: 100px;
	width: 980px;
	background-color: #3366CC;
}
#header_left {
	float: left;
	width: 120px;
	height: 100px;
}
#header_right {
	float: right;
	height: 100px;
	width: 120px;
	background-color: #3366cc;
	overflow: hidden;
	}
#header_centre {
	height: 100px;
	overflow: hidden;
	position: relative;
	width: 740px;
}
#menu {
	height: 20px;
	width: 990px;
	overflow: visible;
	position: relative;
}
#left_column {
	width: 195px;
	background: #00ccff;
	padding-left: 10px;
	padding-right: 10px;
	overflow: visible;
	float: left;
	clear: left;
	margin: 0px;
	position: absolute;
	top: 133px;
	left: 7px;
	height: 1219px;
}
#centre_column {
	background: #00ccff;
	padding-left: 5px;
	padding-right: 5px;
	overflow: hidden;
	right: 250px;
	left: 12em;
	top: 150px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 14em;
}
#right_column {
	background: #00ccff;
	float: right;
	width: 300px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#info {
	padding-left: 0px;
	padding-right: 0px;
	overflow: hidden;
	margin: 0px;
	height: auto;
	background-color: #09F;
	empty-cells: show;
}
.RedHeading {
	color: #F00;
}

