body {
	background-color:#CCCCCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

/*-------------------------------------------------*/

.wholebody {
	position:relative;
	height: 900px;
	width: 750px;
	top: 20px;
	background-color:#002D59; /* this is th colour for the right hand pane on the body section */
	border: medium outset #0066CC;
	margin-right: auto;
	margin-left: auto;
}

.middlebox h1 {
	background-color:#002D59; /* this is th colour for the right hand pane on the body section */
	}

.wholebody img {
float:right;
padding-top:20px;
padding-right:15px;
}

/* ------------------------------------------------------------- */
.header {
	top: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	background-color: #0078F0;
	position: absolute;
	left: 0px;
	height: 50px;
	width: 750px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

.header h1 {
	color:#FFFFFF;
	font-size:28px;
	width:340px;
	padding-left: 10px;
	position: absolute;
	height: 28px;
	padding-bottom: 10px;
	left: 10px;
	top: 0px;
	display: inline;
}

.header h2 {
	float:right;
	width:250px;
	color:#FFFFFF;
	font-size:22px;
	padding-top:10px;
	padding-right:10px;
	text-align: right;
	z-index: 6;
}

.header img {
	float: left;
}

/*-------------------------------------------------------------------*/

.toppicture {
	background-image: url(images/wires.jpg);
	width: 750px;
	top: 50px;
	height: 100px;
	position: absolute;
	left: 0px;
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #A4D1FF;
	border-right-color: #A4D1FF;
	border-bottom-color: #A4D1FF;
	border-left-color: #A4D1FF;
}


/*-------------------------------------------------------------------*/


.menubar {
	background-color: #004993;
	height: 50px;
	width: 750px;
	position: absolute;
	left: 0px;
	top: 165px;
}


.menubar a {
display:inline;
color:#ffffff;
float:right;
padding: 15px 10px 0 0 ;
font-weight:bold;
}

/*-------------------------------------------------------------------*/


.leftbar {
	background-color: #A4D1FF;
	height: 685px;
	width: 150px;
	position: absolute;
	left: 0px;
	top: 215px;
}

.leftbar a {
	color:#002D59; /* this is th colour for the right hand pane on the body section */
	display:block;
	padding-left:10px;
	padding-top:10px;
	font-weight: bold;

}



/*----------------------------------------------------------------*/
.middlebox {
	top:215px;
	left:150px;
	position:absolute;
	border-collapse:collapse;
	background-color: #ECE9D8;
	height: 685px;
	width: 450px;
}

.middlebox h1 {
width:150px;
color:#FFFFFF;
padding: 5px 10px 5px 10px;
font-size:18px;
}


.middlebox p {
padding: 10px 10px 10px 10px;
}

/*----------------------------------------------------------------*/
.rightbox {
	position:absolute;
	left:600px;
	top:215px;
	border-collapse:collapse;	
	height: 685px;
	width: 150px;
}
.plyers {
	border-collapse:collapse;
	background-image: url(images/logo.jpg);
	position: absolute;
	top: -34px;
	z-index: 3;
	left: -88px;
	height: 99px;
	width: 436px;
}
