﻿html {
	overflow-y: scroll;
}
body {
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #BBBDAA;
}
#container {
	padding: 20px;
	width: 700px;
	margin-left: auto;
	background-color: #ffffcc;
	margin-right: auto;
}
#masthead {
	width: 100%;
	background-color: #FDE095;
}
#masthead h1 {
	color: #887BB9;
	font-family: "Comic Sans MS";
	text-align: center;
	font-size: 2.5em;
	letter-spacing: 0.2em;
	margin-bottom: 10px;
}
#masthead h2 {
	color: #000000;
	font-family: "Comic Sans MS";
	text-align: center;
	font-size: 2.0em;
	letter-spacing: 0.1em;
	margin-bottom: 8px;
	margin-top: 6px;
}
#mainpic {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 25px;
}
#mainbody {
	width: 100%;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	color: #000000;
}
#mainbody h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	margin-bottom: 8px;
}
#mainbody li {
	margin-bottom: 10px;
}
p {
	font-size: 1.0em;
	margin-bottom: 0.8em;
	margin-top: 0px;
}
.style_centre {
	text-align: center;
}
.style_bold {
	font-weight: bold;
}
.style_border_collapse {
	border-collapse: collapse;
}
.style_noborder {
	border-style: none;
}
.style_margin_bottom {
	margin-bottom: 18px;
}
.style_text_left {
	text-align: left;
}
.style_text_right {
	text-align: right;
}

