body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #d0f1d0;/*Background colour*/
	color: #838b83;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#container {
	margin: 1em auto;
	width: 964px;
	text-align: left;
	position: relative;
}
#Header {
	height: 85px;
	padding: 0px 0px 0px 0px;
	background-color: #99e099;/*Header background colour*/
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	text-align: center;
	color: #000033;
	background-image: url(../Images/clouds.jpg);
}
#Content {
	margin-right: auto;
	padding: 17px;
	background-color: white;
	color: #333333;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	zoom: 1;/*To rectify IE failure to display paragraph text*/
}
#footer {
	clear: both;
	height: 20px;
	background-image: none;
	color: #333333;
	background-color: #FFFF99;/*Copyright bar colour*/
	text-align: center;
}
a:link {
	text-decoration: underline;
	color:#339933;
	background-color: transparent;
	background: transparent;
}
a:visited {
	text-decoration: underline;
	color: #1a4257;
	background-color: transparent;
	background: transparent;
}
a:hover {
	text-decoration: none;
	color: #1040b0;
	background-color: transparent;
	background: #ffffff;
}
a:active {
	text-decoration:underline;
	color: #1a4257;
	background-color: transparent;
	background: transparent;
}
.floatright {
	float: right;
	margin-top: 0px;
	margin-bottom: 12px;
	margin-left: 15px;
	margin-right: 0px;
}
#Menu {
	text-align: center;
	padding: 0px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	color: inherit;
	background-color: white;
}
#menu, a {
	font-size: 11pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.3px;
	color: #1a4257;
	background-color: white;
	text-decoration: underline;
	padding: 0px;
	margin-bottom: 6px;
}
.active {
	color: #1a4257;
	background-color: #c1cdc1;
}
h1 {
	letter-spacing: 0.1px;
	font-size: 1.8em;
	color: #000000;
}
h2, h3 {
	margin-bottom: 0px;
	color: #000000;
	background-color: white;
	font-size: 18px;
}
h4 {
	letter-spacing: 0.5px;
	color: #333333;
	font-size: 16px;
	text-align: center;
	margin: 0px;
	padding-top: 7px;
}
p {
	text-align: left;
	color: #333333;
	font-size: 11pt;
	line-height: 1.5em;
}
.style1 {
	font-style: normal;
	font-size: 14pt;
}
table.style {
	color: #333333;
}
table.style td {
	font-size: 0.7em;
	line-height: 1.7em;
	border: 1px solid #99cc99;
	vertical-align: top;
	padding: 5px;
}
