body {
	background-color: #006C9B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #03226F;
	background-position: center center;
}
#content {
	padding: 5px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #006C9B;
	font-size: medium;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #006C9B;
	text-decoration: underline;
	font-weight: bold;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #004986;
	text-align: center;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #BE678A;
	text-decoration: none;
	font-weight: bold;
}
.centre {
	background-position: center;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #C44882;
	text-align: center;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #AB3F71;
	font-weight: normal;
	text-align: center;
}
hr {
	background-color: #006C9B;
	height: 3px;
	margin-top: 0px;
	margin-right: 5%;
	margin-bottom: 0px;
	margin-left: 5%;
	color: #006C9B;
}
.pad20 {
	padding: 0px 20px;
}
li {
	list-style-position: outside;
	list-style-image: url(images/flower.gif);
	
}
ul {
	margin-left: 20px;
}
.photocaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #03226F;
}
p {
	text-align: center;
}
#logo {
	background-color: #379F3A;
	text-align: center;
	padding: 5px;
}
#content img {
	padding: 10px;
}

