body {
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	background-image:url(images/bg.jpg);	
	overflow-y: scroll;
}

.bodytext {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	text-align: left;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.bodytextcentre {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: centre;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.topofpage {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: black;
	text-align: center;	
}
.red24centred{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}
.red40centred{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: #FF0000;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-align: center;
}
.black18centred {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	text-align: center;
}
.black24centred {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	text-align: center;
}
.pageheader{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	text-align: center;	
}
.black40centred_border {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	text-align: center;
	margin: 3px;
	padding: 3px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
.blue18 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.blue14 {
	font-family:Arial, Helvetica, sans-serif;	
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
.burgundy14 {
	color: #993300;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;	
	font-style: italic;
	font-weight: bold;
}
.burgundy14centered{
	color: #993300;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;	
	font-style: italic;
	font-weight: bold;
	text-align:center;
}
a:link {
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	color: #6699CC;
	text-decoration: underline;}

#navcontainer { width: 160px; }

#navcontainer ul
{
margin-left: 10;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 153px;
background-color: #808437;
}

#navcontainer a:link, #navlist a:visited
{
color: #000000;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #897165;
color: black;
}

