body {
	background-color: #333333;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-align: center;
}
h2 {
	font-size: large;
	font-weight: normal;
	color: #002E63;
}
p {
	text-align: justify;
	font-size: x-small;
}
ul {
	margin: 0px;
	padding: 0px;
	font-size: x-small;
}
table{
	text-align: left;
	font-size: small;
}
td {
	vertical-align: top;
	padding: 5px;
}
img {
	border: none;
}
#container{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #FFFFFF;
	background-color: #FFFFFF;
	padding: 0px;
}
#header {
	background-color: #002E62;
}
#menu {
	padding-top: 5px;
	padding-bottom: 15px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-color: #B8B3AD;
}
#content {
	padding-top: 20px;
	padding-right: 80px;
	padding-left: 80px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 120px;
}
#footer {
	color: #FFFFFF;
	background-color: #002E63;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	height: 30px;
}
#menu ul {
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: small;
}
#menu li {
	list-style-type: none;
	display: inline;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: 0px;
	margin-left: 0px;
}
#content li {
	text-align: justify;
	margin-left: 20px;
	margin-top: 5px;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
#menu a:link {
	color: #002E63;
	text-decoration: none;
}
#menu a:visited {
	color: #002E63;
	text-decoration: none;
}
#menu a:hover {
	color: #002E63;
	text-decoration: underline;
}
.bold {
	font-weight: bold;
	color: #002E63;
	font-size: small;
}
.centre {
	text-align: center;
}
