@charset "UTF-8";
body {
	background-color:#000;
	margin-top:20px;
	color: #FFF;
}
/* All of this stuff came from the template - may need to put back if goes wrong */
#blackrectangle {
	position:absolute;
	left:50%;
	width:1000px;
	margin-left:-500px;
	padding-top:30px;
	z-index:1;
	background-color: #000000;
	height: 6200px;
}
#header {
	position:absolute;
	left:140px;
	top:10px;
	width:720px;
	height:80px;
	z-index:2;
}
#menu {
	position:absolute;
	left:141px;
	top:95px;
	width:720px;
	height:40px;
	z-index:999; /* this is high so that the menu will drop down over anything below it */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11pt;
	background-color: #000;
}

#main {
	position:absolute;
	left:140px;
	/*	top:230px;*/
	top:134px;
	width:720px;
	z-index:4;
	color: #000;/*	the height of this section is not defined here as it needs to change on each page. It is therefore defined in each page
	height:700px; */
	background-color: #000000;
}
#footernavigation {
	position:absolute;
	left:140px;
	/*	the top position is not in here, as it changes on different pages. It is therefore in the head section of each page
	top:950px;
*/
	width:720px;
	height:30px;
	z-index:5;
}
#copyright {
	position:absolute;
	left:140px;
	/*	as above - defined in each page
	top:990px; */
	width:720px;
	height:30px;
	z-index:6;
}
/* down to here */
#main h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #000;
}
#main h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	font-stretch:expanded;
	color: #600;
	text-decoration: none;
}
#blackrectangle #main a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #600;
	text-decoration: underline;
}
#blackrectangle #main #maincontent #index h2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #600;
	text-decoration: underline;
	line-height: 17px;
}
#main h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	text-align: center;
	text-decoration: none;
}
#main h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #600;
	text-align: center;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
#main h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000;
	text-decoration: none;
}
#main h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-stretch:expanded;
	color: #600;
	font-style: normal;
	text-decoration: none;
}
#main p {
	font-size: 80%;
	line-height: 17px;
	font-weight: normal;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
#main h7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight:bold;
	color:#600;
	text-decoration: none;
}
#main h8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 17px;
	font-weight:bold;
	color:#FFF;
	text-decoration: none;
}

#main h9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	font-stretch:extra-expanded;
	color:#669933;
	text-decoration: none;
}
#main h10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	color:#600;
	text-decoration: none;
}

#main p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #600;
	text-decoration: none;
}
#blackrectangle #main #maincontent tr td h7 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #600;
}
#main #maincontent h11 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #600;
	text-decoration: underline;
	line-height: 17px;
}
#main h13 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-stretch:expanded;
	color: #600;
	text-decoration: none;
}

