html, body, ul, ol, li, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}
body{
font-size: 10pt;
background-color: #3886a9;
color:#000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
text-align: center;
}
#wrapper{
position: relative;
min-height: 675px;
background-color: white;
width: 900px;
margin:10px auto;
border: 10px double #909090;
text-align:left;
}

#header {
	text-align: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 100px;
	margin-top: 20px;
}
#mainarea {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}

#mainmenu {
	float: left;
}
#mainmenu ul {
}
#mainmenu ul li{
min-height: 20px;
border-bottom-color: white;
border-bottom-width: 1px;
border-bottom-style: solid;
float: left;
text-align: center;
border-right-width: 1px;
border-right-style: solid;
width: 159px;
display: inline;
list-style-type: none;
border-right-color: white;
color: white;
background-color: #3886a9;
}

#mainmenu ul li a {
	min-height: 20px;
	text-decoration: none;
	width: 159px;
	text-align: center;
	float: left;
	color: black;
	background-color: #46aad1;
}
#mainmenu ul li a:hover {
	min-height: 20px;
	text-decoration: none;
	text-align: center;
	float: left;
	color: #000000;
	background-color: #c8e1fa;
}
#footer {
	bottom: 5px;
	position: absolute;
	float: left;
}
#footer ul {
}
#footer ul li {
	float: left;
	width: 159px;
	border-style: none;
	display: inline;
	min-height: 20px;
}
#footer ul li a {
	float: left;
	text-align: center;
	width: 159px;
	color: #000000;
	text-decoration: none;
	min-height: 20px;
	background-color: #46aad1;
}
#footer ul li a:hover {
	float: left;
	min-height: 20px;
	background-color: #c8e1fa;
	color: #000000;
}
.centred {
	text-align: center;
}
.leftimage {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}
.rightimage {
	float: right;
	margin-bottom: 5px;
	margin-left: 15px;
}
h1, h2, h3, h4, h5, h6 {
	color: #3886a9;
}
p {
	padding-bottom: 3px;
}
.listspace {
	padding-bottom: 3px;
}
