body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #ced4ef;/*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: transparent;
}
a:active {
	text-decoration:underline;
	color:#1a4257;
	background-color: transparent;
	background: transparent;
}
div.float {
	float: left;
	position: relative;
}
div.float p {
	text-align: center;
	position: relative;
}
.floatleft {
	float: left;
	margin-top: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	margin-right: 15px;
}
.floatright {
	float: right;
	margin-top: 0px;
	margin-bottom: 12px;
	margin-left: 15px;
	margin-right: 0px;
}
.clear {
	clear: left;
}
#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-style: normal;
	font-variant: normal;
	font-weight: normal;
	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-style: normal;
	font-variant: normal;
	font-size: 18px;
}
h3 {
	font-size: 16px;
	text-align: left;
	color: #000000;
}
p {
	margin-bottom: 1.2em;
	text-align: left;
	color: #333333;
	background-color: white;
	font-style: normal;
	font-size: 11pt;
	line-height: 1.5em;
}
#box {
	border: 5px #838b83;
	border-style: outset;
	padding: 0.7em;
}
.style1 {
	font-style: normal;
	font-size: 16pt;
}
table.style {
	color: #333333;
	background-color: #FFFFF0;
	border: 4px outset #838b83;
}
table.style th {
	border-width: thin;
	padding: 2px;
	border-style: solid;
	border-color: #99cc99;
}
table.style td {
	font-size: 0.9em;
	border-width: thin;
	padding: 2px;
	border-style: solid;
	border-color: #99cc99;
}
ul {
	margin: 10px;
	text-align: left;
	width: auto;
}
li {
	list-style: disc;
	padding-left: 15px;
	margin: 1em 0;
}
#li1 {
	margin-left: 80px;
}
#li2 {
	margin-left: 80px;
}
#li3 {
	margin-left: 230px;
}
#li4 {
	margin-left: 350px;
}
#list {
	list-style: circle;
	padding: 15px;
	margin-bottom: 55px;
}
li.inline {
	font-size: 11pt;
	display: inline;
	padding-left: 15px;
	padding-right: 15px;
	border-right: 1px dotted #808080;
	color: #000033;
	background-color: white;
}
li.last {
	font-size: 11pt;
	display: inline;
	padding-left: 15px;
	padding-right: 3px;
	border-right: 0px;
	color: #000033;
	background-color: white;
}
#HR1 {
	height:3px;
	width:auto;
	color: #838b83;
	background-color:#99E099;
	margin-left: 25%;
	margin-right: 25%;
}
#HR2 {
	height:5px;
	width:auto;
	color: #838b83;
	background-color:#99E099;
	margin-left: 20%;
	margin-right: 20%;
}
img {
	border-style: none;
}
div.thumbnail {
	float:left;
	width:920px;
	margin:0 10px 0 0 10px;
	padding-bottom: 10px;
}
div.thumbnail img {
	float:left;
	margin:10px 10px 20px 10px;
}
div.thumbnail p {
	margin: 0;
	padding: 50px;
}
