body{
	background-color: #DDDDDD; /* Grey Colour */
	font-family: Garamond, Arial, sans-serif;
}
hr{
	color: #99CC99; /* Green Colour */
}
.banner{
	text-align: left;
	position: absolute;
	z-index: 0;
	top: 75px;
	left: 175px;
	width: 450px;
}
hr.hdbar{
	color: #99CC99; /* Green Colour */
	text-align: left;
	position: absolute;
	z-index: 0;
	top: 120px;
	left: 175px;
	width: 450px;
}
td.sideTable{
	border-left: thin solid white;
	border-top: thin solid white;
	border-right: thin solid #999999;
	border-bottom: thin solid #999999;
	background-color: #CCFFCC;
	width: 140px;
	height: 25px;
	text-align: center;
	color: #880000; /* Text Clay Colour */
}
.mainCorner{
	position: absolute;
	top: 0px;
	left: 0px;
}
img.title{
	position: absolute;
	top: 10px;
	left: 225px;
}
table.txtTable{
	position: absolute;
	z-index: 0;
	top: 155px;
	left: 175px;
	width: 450px;
	text-align: justify;
}
.copyright{
	font-size: 70%;
	float: left;
}
table.contactTable{
	position: absolute;
	z-index: 0;
	top: 155px;
	left: 175px;
	width: 450px;
}
li{
	list-style-position: outside;
	padding: 10px;
}