.webpage{
	width: 100%;
	background-color: #DBDAE6;
}

.top{
	height: 124px;
}

.date{
	float: right; 
	height: 114px; 
	margin-right: 10px;
}

.pageframe{
	height: 124px;
	width: 1000px;
	background-image: url('img/headcentre.jpg');
	color: #313131;
	font-family: arial;
	font-size: 10px;
}

.middle{

}

.contentframe{
	width: 1000px;
}

.menuframe{
	position: relative;
	float: left;
	width: 200px;
	margin-left: 10px;
}

.content{
	position: relative;
	float: right;
	width: 1000px;
	background-image: url('img/backbg.jpg');
	background-repeat: repeat-y;
	margin-top: -2px;
	font-family: Verdana;
	font-size: 14px;
}

.bottom{

}

.footer{
	height: 30px;
	width: 1000px;
	background-image: url('img/bottomcentre.jpg');
	background-repeat: no-repeat;
	text-align: center;
	color: #313131;
	font-family: arial;
	font-size: 10px;
}

.buttons a{
	display: block;
	width: 175px;
	height: 22px;
	background-image: url('img/buttonbg.jpg');
	background-position: 0px -25px;
	font-family: arial;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #313131;
	padding: 4px 0px 0px 0px;
}

.buttons a:hover{
	display: block;
	width: 175px;
	height: 22px;
	background-image: url('img/buttonbg.jpg');
	background-position: 0px 0px;
	font-family: arial;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: white;
	padding: 4px 0px 0px 0px;
}

.menulinks {
	font-family: arial;
	font-size: 14px;
	color: #000000;
}

.menulinks a{
	border: 0px none;
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}

.menulinks img{
	border: 0px none;
}

.menulinks a:hover{
	text-decoration: none;
}

.contactbox{
	float: right;
	text-align: right;
	margin-right: 20px;
}

.content4{
	float: right;
	width: 770px;
	margin-right: 20px;
	margin-top: 10px;
	text-align: left;
}

.content2{
	float: right;
	width: 770px;
	margin-right: 20px;
	margin-top: 10px;
	text-align: left;
}

.content2 table{
	width: 100%;
	border-width: 0px;
	border-style: none;
}
.content2 td {
	border-width: 0px;
	border-style: none;
	padding: 20px;
}

.content2 li { 	
	margin-bottom:12px; 
} 

.heading{
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
}

.content3{
	/*Heading*/
	float: left;
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	display: block;
	width: 770px;
}