@charset "utf-8";
/* CSS Document */

body {
	background-color: #ffffff;
	background-image: url(../images/shadow.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-attachment: fixed;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 80%;
	/*	IE7 either shifts the pagewrap to the left by 1px 
		or the background image to the right by 1px. The following lines solve it. *
	padding-left: 1px;
	padding-right: 1px;
	--- This is rectified to some degree by using an odd-numbered pixel width on bgimage. ----
	*/
}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:active {text-decoration: none;}
a:hover {text-decoration: underline;}

#pagewrap {
	width: 950px;
	margin: 0 auto 0; 
	padding: 0;
	background-color: #FFFFFF;
	float: none;
}
#shadowwrap {
	width: 980px;
	margin: 0 auto 0;
	background-image: url(../images/shadow.jpg);
	background-position: center;
	background-repeat: repeat-y;
}
#pagetop {
	float: left;
	width: 950px;
	height: 15px;
	margin: 0;
	padding: 0;
	background-color:#3333CC;
}
#pagebanner {
	width: 950px;
	height: 170px;
	float: left;
	margin: 0;
}
#linksbar {
	width: 950px;
	height: 28px;
	float: left;
	margin: 0;
	padding: 0;
	background-image: url(../images/menufade.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
#sublinksbar {
	width: 950px;
	height: 28px;
	float: left;
	margin: 0;
	padding: 0;
	background-color: #c3d9d6;
}
#leftcol {
	float: left;
	width: 180px;
}
#centrecol {
	float: left;
	width: 590px;
	background-color:#fff;
}
#rightcol {
	float: right;
	width: 180px;
}
#fullrightcol {
	float: right;
	width: 770px;
}
#narrowcentre {
	float: left;
	width: 540px;
}
#wideright {
	float: right;
	width: 230px;
}
#line {
	width: 950px;
	margin-left: 0px;
	margin-top: 20px;
	background-color: #FFFFFF;
	float: left;
}
#footer {
	width: 950px;
	display: block;
	float: left;
	clear: left;
	padding: 0px;
	margin: 0;
	margin-top: 5px;
	padding-bottom: 10px;
	padding-top: 5px;
	background-color:#c3d9d6;
}
#footer p {
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 0;
	padding: 0;
	font-size: 85%;
	color: #333;
}
#footerleft {
	width: 410px;
	float: left;
}
#footercentre {
	width: 200px;
	float: left;
}
#footerright {
	width: 300px;
	float: right;
	text-align: right;
}
#footerright img {
	border: 0;
	margin-top: 5px;
	margin-right: 10px;
	
}
#btmshadow {
	width: 980px;
	height: 20px;
	background-image: url(../images/btmshadow.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #fff;
	margin: 0 auto;
	padding: 0;
}

