@charset "utf-8";
/* CSS Document */

body  {
	margin: 0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	background:url(../images/background.png)
/*	background:#DFFDE7; */
	}


#base {
	width:100%;
	z-index:1;
	left: 0;
	top: 0;
	text-align:center;
}
#container {
	width:960px;
	z-index:1;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;

}

#top {
	margin:0px;
	width:960px;
	height:180px;
	z-index:1;
	background:url(../images/bassingbourn.jpg);
}
#date	{
	float:right;
	margin-top:10px;
	margin-right:20px;
	width:16.25em;
	height:1.25em;
	background:#003366;
	border-style:solid;
	border-width:thin;
	border-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:1em;
	font-weight:bold;
	}

#left {
/*	margin-left:15px; */
	margin-top:10px;
	width:230px;
	z-index:2;
	float:left;
	text-align:left;
/*	border-right-style:dotted;
	border-right-color:#666666;
	border-right:thin; */
	
}

#content {
	margin-top:0px;
	width:960px;
	z-index:2;
	clear:both;
	float:left;
/*	border:#000066;
	border-style:solid;
	border-width:thin; */
	background:url(../images/bg.jpg);
}
#text {
	margin-top:15px;
	margin-left:10px;
	float:left;
	width:680px;
	z-index:3;
	text-align:left;  

}
#footer {
	clear:both;
	width:960px;
	height:45px;
	background:url(../images/footer.jpg);
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	z-index:10;
	}
#footer a {
	text-decorations:none;
	color:#FFFFFF;
	}
#text p {
	margin-left:10px;
	}
#left ul {
		width:185px;
		padding:0px;
		margin-left:15px;
		}
li.main {
		padding:0px;
/*		margin-top:2px;
		margin-bottom:2px; */
		list-style:none;
		line-height:20px;
		text-align:left;
		font-family:Arial, Helvetica, sans-serif;
		font-size:.9em;
		width:185px;
		background:#000066;
		}
li.main a {
		margin-left:0px;
		display:block;
		text-decoration:none;
		font-size:.9em;
		color:#ffffff;
/*		background: url(images/button.jpg); */
	    background:#003366;
		text-align:center;
		font-weight:bold;
		border-style:solid;
		border-color:#ffffff;
		border-width:2px;
		}
li.main a:hover {
		margin-left:0px;
		display:block;
		line-height:20px;
		text-decoration:none;
		color:#000000;
		font-weight:bold;
		font-size:.9em;
/*		background: url(images/button-hover.jpg); */
		text-align:center;
		background:#9966CC;
		}
li.indented {
		width:185px;
		margin-left:15px; 
/*		margin-top:2px;
		margin-bottom:2px; */
		list-style:none; 
		line-height:20px;
/*		background: url(images/in-button.jpg); */
		text-align:center;
		font-family:Arial, Helvetica, sans-serif;
		font-size:.9em;
		color:#000000;
		background:#6699CC;
		font-weight:bold;
		border-style:solid;
		border-color:#ffffff;
		border-width:2px;
		}
li.indented a {
		display:block;
		text-decoration:none;
		color:#000000;
		line-height:20px;
		font-size:.9em;
		}
li.indented a:hover {
		display:block; 
		line-height:20px;
		text-decoration:none;
		color:#000000;
		font-weight:bold;
		background:#FFCCFF;
		font-size:.9em;
/*		background: url(images/in-button-hover.jpg); */
		}
h1		{
		font-family:Arial, Helvetica, sans-serif;
		font-size:1.5em;
		color:#006699;
		}
#content img		{
		padding:10px;
		}