/* CSS Document */
body, td.body{
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 14px;
}
/************************************************** BEGINNING LAYER POSITIONING AND SETUP **************************************************/

/*******Main Content area *******/
#Main{
	position:absolute;
	left:0px;
	top:15px;
	right:0px;
	z-index:1;
}
/*******Navigation Bar *******/
#Navigation{
	display: none;
}
/*******Banner *******/
#Banner{
	display: none;
}
#Footer{
	position:absolute;
	left:195px;
	top:0px;
	width:60%;
	height:10px;
	z-index:3;
	padding: 20px;
	font-size: 12px;
 	text-align: left;

}
/*****Tabs at top of department page*****/
#tabs{
	display: none;
}

/*****RSS Feed on Web page*****/
#RSS{
	position:absolute;
	left:200px;
	top:0px;
	width:200px;
	z-index:1;

	padding: 10px;

}

/************************************************** END OF LAYER POSITIONING AND SETUP **************************************************/





/************************************************** BEGIN HYPERLINK SETUP **************************************************/

/*******GENERAL HYPERLINKS*******/
	a:link {
		color: #000000;
		text-decoration: underline;
		font-size:12px;

	}

	a:active {
		color: #000000;
		text-decoration: underline;
		font-size:12px;

	}

	a:visited {
		color: #000000;
		text-decoration: underline;
		font-size:12px;

	}

	a:hover {
		color: #000000;
		text-decoration: underline;
		font-size:12px;

	}

/*******Navigation Hyperlink Buttons *******/
	#Navigation a{
		display: none;
	}

	#Navigation a:hover{
		display: none;
	}
	#Navigation a:active{
		display: none;
	}
/******** Subject Hyperlinks *********/
	#SubDiv a{
		display: none;
	}
	#SubDiv a:hover{
		display: none;

	}
	#SubDiv a:active{
		display: none;
	}

/****** Navigation Tab Hyperlink Setup********/
	#tabs a{
		display: none;
	}


/****** Navigation Tab Hyperlink hover********/
	#tabs a:hover {
		display: none;
	}
	
/****** Navigation Tab Hyperlink Highlight********/
		div.Home a#Home,
		div.KS3 a#KS3,
		div.KS4 a#KS4,
		div.AS a#AS,
		div.A2 a#A2,
		div.Links a#Links,
		div.RevGam a#RevGam
	{
		display: none;
	}
/****** Navigation Tab Hyperlink span Setup********/
	
	#tabs span{
		display: none;	
	}
/************************************************** END HYPERLINK SETUP **************************************************/

/******** Image Alignment *********/
	#ImgRight{
		float:right;
		clear: left;
		margin:10px 0px 10px 10px;
	}

	#ImgLeft {
		float:left;
		margin:10px 10px 10px 0px;
		clear: none;
	}
	img.centre {
		vertical-align:middle;
	}
/********************************************** Begin List Setup ***************************************************/
	#Navigation ul {
		display: none;
	}

	#Navigation li {
		display: none;
	}

	#tabs ul {
		display: none;
	}

	#tabs li {
		display: none;
	}
	
