body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #0055A5;
	background-image: url(images/bg.gif);
	background-position: center;
	background-attachment: fixed;
	font-size: small;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: large;
	font-weight: normal;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
h2 {
	font-weight: bold;
	font-size: medium;
	font-style: italic;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
h3 {
	font-size: small;
	font-weight: normal;
	text-align: center;
}
img {
	padding: 25px;
	border: 1px solid #9999FF;
}
#menu li, #menu2 li{
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding-right: 20px;
	padding-left: 20px;
}
p {
	text-align: justify;
}
#content ul {
	text-align: left;
}

table {
	margin-top: 20px;
	width: 600px;
	margin-bottom: 20px;
}
table p {
	text-align: left;
	margin: 0px;
	padding: 0px;
}



td {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: medium solid #0055A5;
	background-color: #FFFFFF;
}
#header {
	background-image: url(images/flourish.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 20px;
	text-align: center;
}
#menu {
	text-align: center;
}
#content {
	margin-right: 50px;
	margin-left: 50px;
	margin-top: 20px;
	border: 1px solid #8287C0;
	padding-right: 50px;
	padding-left: 50px;
	text-align: center;
	padding-bottom: 50px;
}
#footer {
	font-size: xx-small;
	text-align: center;
	height: 50px;
	padding-top: 30px;
	background-image: url(images/flourish2.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#footer img {
	margin-top: 10px;
}
#logo {
	background-image: url(images/wheelbarrow.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-right: 20px;
	margin-left: 20px;
	padding-bottom: 30px;
	padding-top: 30px;
}
#notice {
	color: #F00;
	font-weight: bold;
	width: 600px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
a:link {
	color: #0055A5;
	text-decoration: underline;
}
a:visited {
	color: #0055A5;
	text-decoration: underline;
}
a:hover {
	color: #0055A5;
	text-decoration: none;
}
.bold {
	font-weight: bold;
}
.centre {
	text-align: center;
}

.right {
	text-align: right;
}
.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}
.highlight {
	color: #FF0000;
}
.kennedy {
	background-image: url(images/kennedy.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
