
	/* Scroll bar definitions */
<!--
body {
	scrollbar-face-color:yellow;
	scrollbar-arrow-color:blue;
	scrollbar-track-color:#9B30FF;
	scrollbar-shadow-color:red;
	scrollbar-highlight-color:green;
	scrollbar-3dlight-color:'';
	scrollbar-darkshadow-Color:green;
	background: yellow
	}
	-->
	
	/* H1 definitions */
	<!--
h1 {
	margin: 0px;
	padding: 0px;
	font-size: 28px;
	line-height: 29px;
	font-weight: bold;
	}
	-->
	
	/* Link definitions */
	<!--
	a:link {color: blue; font-weight: bold;}
	a:visited {color: cae1ff;}
	a:hover {background-color: #ffff00;}
	-->
	
	/* Leftnav */
	<!--
#leftnav {
	padding: 0;
	background: yellow;
	color: #800080;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	padding: 0px 3px 0px 3px;
	position: absolute;
	border: 0px none;
	top: 0%;
	left: 0%;
	height: auto;
	width: 25.2%;
	
}
-->

	/* Header */
	<!--
#header {
	background: #9B30FF;
	color: #FFA500;
	background-image:	url('bjack029.jpg');
	font-family: "comic Sans MS", verdana, arial, helvetica, sans-serif;
	text-align: center;
	font-size:11px;
	position: absolute;
	margin: 0;
	border-top: 0px none;
	border-right: 2px solid #800080;
	border-bottom: 0px none;
	border-left: 2px solid #800080;
	top: 0%;
	left: 24.6%;
	height: 110px;
	width: 77.4%;
	padding-left:100px; padding-right:10px; padding-top:2px; padding-bottom:2px;

}
-->

	/* Main */
	<!--
#main {
	position: absolute;
	background: #FFA500;
	color: #800080;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	border: 2px solid #800080;
	left: 24.6%;
	top: 110px;
	height: auto;
	width: 77.4%; padding-left:30px; padding-right:30px; padding-top:0px; padding-bottom:0px
	
}
-->

	/* Left Box */
	<!--
#boxlhs {
	position: relative;
	float: left;
	background: yellow;
	color: #800080;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	border: 1px solid #800080;
	height: 125px;
	width: 125px; 
	padding-left:3px; padding-right:3px; padding-top:3px; padding-bottom:3px
	
}

-->
/* Right Box */
	<!--
#boxrhs {
	position: relative;
	float: right;
	background: yellow;
	color: #800080;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	border: 1px solid #800080;
	height: 125px;
	width: 125px; 
	padding-left:3px; padding-right:3px; padding-top:3px; padding-bottom:3px
	
}
-->
/* Centre Box */
	<!--
#boxmid {
	position: relative;
	float: none;
	background: yellow;
	color: #800080;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	border: 1px solid #800080;
	height: 125px;
	width: 125px; 
	padding-left:3px; padding-right:3px; padding-top:3px; padding-bottom:3px
	
}
-->