BODY {
	MARGIN: 10px 0px 0px 50px;
	background: #9CCEFF;
}
P {
	font: 14px Verdana;
	color: #000;
}
H1 {
	font: 18px Verdana;
	color: #000;
}
H2 {
	font: 16px Verdana;
	color: #000;
}
H3 {
	font: 14px Verdana;
	color: #000;
}
LI {
	font: 14px Verdana;
	color: #000;
}
#container {
	width: 980px;
	text-align: left;
	margin: auto;
	height: auto;
	position: absolute;
	border: medium solid #03F;
	background: #9CCEFF;
}
#header {
	height: 90px;
	width: 980px;
	text-align: center;
	background: #FFF url(Graphics/HeaderBanner.gif) no-repeat center;
}
#navbar {
	height: 35px;
	width: 980px;
	text-align: center;
	background: #FFF;
	margin: 0px;
	padding: 0px;
}

#content {
	MARGIN-TOP: 10px;
	WIDTH: 740px;
	float: left;
	margin-left: 10px;
	padding-left: 10px;
	background-color: #FFF;
	height: auto;
}
#contentleft {
	FLOAT: left;
	POSITION: relative;
	width: 300px;
	background: #FFF;
	margin-right: 20px;
}
#contentlefttext {
	FLOAT: left;
	POSITION: relative;
	width: 350px;
	background: #FFF;
	margin-right: 20px;
}
#contentright {
	FLOAT: left;
	WIDTH: 300px;
	POSITION: relative;
	background: #FFF;
	height: auto;
}
#contentrighthome {
	FLOAT: left;
	WIDTH: 400px;
	POSITION: relative;
	background: #FFF;
	height: 240px;
}
#contentcentre {
	WIDTH: 720px;
	background: #FFF;
	text-align: center;
	height: auto;
	position: relative;
	float: left;
}
#rightcolumn {
	WIDTH: 200px;
	padding-top: 0px;
	height: auto;
	float: right;
	margin-top: 10px;
	background-color: #9CCEFF;
	font-size: 14px;
	color: #03F;
	padding-left: 10px;
}

#footer {
	height: 50px;
	width: 980px;
	text-align: center;
	background-color: #FFF;
	margin-top: 20px;
}
.SearchLink {
	COLOR: #137dc1;
	TEXT-DECORATION: none;
	font: bold 12pt Verdana;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

