@charset "utf-8";
body {
	margin:0;
	padding:0;
	background-repeat: no-repeat;
	background-position: bottom;
	background-attachment: fixed;
	width:100%;
	height:100%;
	background-color: #4f97a6;
	background-image: url(pics/backgroundsmooth.jpg);
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #283d80;
}
#container {
	position:relative;
	margin:0 auto;
	padding:0 14px;
	text-align:left;
	width:772px;
	background-image: url(pics/container_bg.gif);
	background-repeat: repeat-y;
	z-index:1;
}

#wave1 {
	background:url(pics/wave1.jpg) no-repeat top left;
	height:280px;
	position: absolute;
	top: 10px;
	width: 250px;
	left: 14px;
}
#wave1:hover {
	background-position: 0 -280px;
}

#wave2 {
	height:280px;
	background-image: url(pics/wave2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	top: 10px;
	width: 250px;
	left: 274px;
}
#wave2:hover {
	background-position: 0 -280px;
}

#wave3 {
	background:url(pics/wave3.jpg) no-repeat top left;
	height:280px;
	position: absolute;
	top: 10px;
	width: 250px;
	left: 534px;
}
#wave3:hover {
	background-position: 0 -280px;
}

#menucentre {
	position: relative;
	width: 180px;
	top: 320px;	
}
#menucentre a:link,  #menucentre a:visited {
	font-size: 15pt;
	text-decoration: none;
	color: #283d80;
	height:26px;
	width:168px;
	padding-left: 12px;
	padding-top: 5px;
	text-decoration: none;
	background-image: url(pics/menultbg1.gif);
	background-repeat: no-repeat;
	display: block;
	position: relative;
}
#menucentre a:hover {
	color: #000000;
	background-image: url(pics/menultbg2.gif);
}


#centretext a:link, #centretext a:visited {
	color: #0000FF;
	text-decoration:none;
}
#centretext a:hover {
	color: #FF0000;
	text-decoration:underline;
}

.pagetitle {
	font-size: 20pt;
	font-weight: bold;
	text-align: right;
}
.style1 {font-size: 10pt}

#address {
	position:relative;
	top:470px;
	padding-left: 12px;
	text-align:left;
	font-size: 10pt;
	height: 70px;
	width: 130px;
}
