#main {
	position:relative;
	top:10px;
	width:950px;
	height:600px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	background-color: #CCCCCC;
}
#menudiv {
	position:absolute;
	left:0px;
	top:0px;
	width:235px;
	height:600px;
	z-index:2;
	background-color: #FFFFFF;
}
.credit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	text-align: center;
}
.creditred {
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	text-align: center;
}
.headline {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	font-weight: bold;
	text-align: center;
}
.bodybold {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	color: #000000;
	text-align: center;
	font-weight: bold;
}
.bodytext {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	text-align: center;
}
.bodycolour {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #FF6600;
	text-align: center;
}
.bodyorangebold {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	color: #FF6600;
	text-align: center;
}
body {
  font-family: "Times New Roman", Times, serif;
}

td {
	font-family: "Times New Roman", Times, serif;
}

th {
	font-family: "Times New Roman", Times, serif;
}
a {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #FF6600;
}
