html, body {
	background-image: url(../images/background_gradient.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #0071BC;
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

#centreContent {
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/background_centre_edges.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	line-height: normal;
	float: none;
	margin-top: auto;
	margin-bottom: auto;
	overflow:auto;
	min-height:100%;
}

#masthead {
	background-image: url(../images/mastheads/blue_waterfall.jpg);
	background-repeat: no-repeat;
	background-position: center top;

}

#mastheadLogo {
	padding-left: 55px;
	
	
}

#leftNav {
	padding-left: 17px;
	width: 200px;
	float: left;

}

#copyrightLine {
	width:730px;
	float:right;
	text-align:center;
	position: inherit;
	
}

.currentPageMenuHighlight {
	text-decoration: none;
	display: block;
	color: #f7931d;
	line-height: 20px;
}



ul.navMenu li {
	list-style-type: none;
	border: 1px solid #f7931d;
	margin-top: 5px;
	width: 120px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0071BB;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
}

ul.navMenu a {
	text-decoration: none;
	display: block;
	color: #0071bc;
	line-height: 20px;
}

ul.navMenu a:hover {
	background-color:#fadcb9;
}

ul.navMenu ul {
	text-decoration: none;
	display: block;
	color: #0071bc;
	line-height: 20px;
}

#mainContent {
	width: 440px;
	float: right;
	padding-right:70px;
	float:right;

}

.title-blue {
	font-weight: bold;
	color: #0071BD;
	font-size:24px;
}

.title-green {
	font-weight: bold;
	color: #8CC63F;
	font-size:24px;
	line-height: normal;
}

.title-orange {
	font-weight: bold;
	color: #f7931d;
	font-size:24px;
}

.bold-blue {
	font-weight: bold;
	color: #0071BD;
}

.bold-green {
	font-weight: bold;
	color: #8CC63F;
}

.bold-orange {
	font-weight: bold;
	color: #f7931d;
}

ul {
	list-style-position: outside;
	list-style-type: square;
}

li {
padding-bottom: 10px;
}

a {
	color:#000000;
}

