html, body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	height:100%;
	width:100%;
	background-image: url(images/leaves_bg.gif);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.footer {
	width: 400px;
	margin-top: 40px;
	font-size: 0.5em;
	text-align: center;
	margin-left: 40px;
	margin-right: 40px;
	padding-top: 30px;
	background-image: url(images/line.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFFF99;
}
.footer a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.footer a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.normalText{
	text-align: justify;
	font-size: 0.8em;
}
li {
	text-align: left;
	font-size: 0.8em;
	margin-bottom: 0.5em;
}
.introPara {
	font-weight: bolder;
	color: #FFFFCC;
	font-size: 0.8em;
	text-align: justify;

}
.centredHighlight {
	font-weight: bolder;
	color: #FFFFCC;
	font-size: 0.8em;
	text-align: center;
	margin-top: 0.4em;
	margin-bottom: 0.6em;
}
.picRight {
	clear: left;
	float: right;
}
.picLeft {
	float: left;
}
.line {
	width: 400px;
	margin-top: 20px;
	font-size: 0.5em;
	text-align: center;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 20px;
	height: 15px;
	clear: right;
	background-image: url(images/line.gif);
	background-repeat: no-repeat;
	background-position: top;
}
h1 {
	color: #FFFFCC;
	font-size: 1.5em;
	text-align: center;
	background-image: url(images/line.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 25px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
.narrowColumn {

	text-align: left;
	font-size: 0.8em;
}
.pageHeader {
	color: #FFFFCC;
	font-size: 1.7em;
	text-align: center;
	background-image: url(images/line.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 25px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	letter-spacing: 0.1em;
}
.subHeader {
	color: #FFFFCC;
	font-size: 0.9em;
	text-align: left;
	font-weight: bolder;
}
a:link {
	color: #FFCC66;
	text-decoration: none;
}
a:visited {
	color: #FFCC66;
	text-decoration: none;
}
a:hover {
	color: #FFFF99;
	text-decoration: none;
}
a:active {
	color: #FFCC00;
}

