	
	#container
	{
		margin: 1em auto;
		color: #000000;
		width: 920px;
		text-align: left;
	}
	
	#header
	{
		text-align: center;
		margin: 0px;
		/*border: solid 1px #000;*/
	}
		
	#menu
	{
		float: right; 
		width: 240px;
		border: solid 1px #0066CC;
		border: none;
		border-left: solid 2px #000000;
		border-right: solid 2px #000000;
		background: #EDEBB8;
	}
	
	#contents	
	{
		margin-right: 0px;
		margin-left: 0px;
		width: 670px;
		text-align: left;
		border: none;
		border-left: solid 2px #000000;
		border-right: solid 2px #000000;
		background: #EDEBB8;
	}
	
	#footer	
	{
		text-align: center;
		color: #000000;
		padding: 10px;
		clear: both;
	}

	



/*	Note the use of an absolute URI for the background image		*/
/*	This is a workaround for NN using an address relative to the		*/
/*	.html file rather than the .css file					*/
body {
color: #FFFFFF;
background-color: #800000;
margin: 0;
padding: 0;
font: 85% arial, hevetica, sans-serif;
text-align: center;
}

/*	Paragraph									*/
p {
margin-left: 0px;
font-family: "verdana", "arial", "geneva", sans-serif;
padding: 5px;
}

/*	Division									*/
div {
font-family: "verdana", "arial", "geneva", sans-serif;
font-size: 12px;
}


/*	Links unvisited links							*/
a.link:link {
color: #0000FF;
background: ;
}

/*	Links visited links							*/
a.link:visited {
color: #000080;
background: ;
}

/*	Links active links (not widely supported)				*/
a.link:active {
color: #0000FF;
background: ;
}

/*	Links when hovered over (MSIE only)					*/
a.link:hover {
color: #0000FF;
background: ;
}

/*	Unvisited links								*/
a:link {
color: #0000FF;
background: ;
}

/*	Visited links								*/
a:visited {
/* color: #FFFFFF; */
color: #000080;
background: ;
}

/*	Active links (not widely supported)					*/
a:active {
color: #0000FF;
background: ;
}

/*	Links when hovered over (MSIE only)					*/
a:hover {
color: #0000FF;
background: ;
}

/*	Links unordered lists							*/
ul {
margin-left: 30px;
list-style: disc;
color: #000000;
background: ;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	Links ordered lists							*/
ol.links {
margin-left: 40px;
padding: 0px;
color: #000000;
background: ;
font-family: "verdana", "arial", "geneva", sans-serif;
font-size: 12px;
}
ol.links li {
margin-bottom: 5px;
}

ul.links {
list-style-type: none;
margin: 0px;
padding: 0px;
margin-left: 10px;
margin-bottom: 15px;
color: #000000;
background: ;
font-family: "verdana", "arial", "geneva", sans-serif;
font-size: 12px;
/*border: solid 1px #000;*/
}
ul.links li {
margin-bottom: 5px;
margin-left: 0px;
}

/*	The link description							*/
span.descript {
font-size: 12px;
color: #333333;
background: ;
font-family: "verdana", "arial", "geneva", sans-serif;
}


/*	This is for main headers on all pages *apart* from the home page	*/
h1 {
text-align: left;
margin: 0px 0px 10px 0px;
font-size: 25px;
font-weight: normal;
border: none;
border-top: solid 4px #000000;
border-bottom: solid 4px #000000;
color: #000000;
padding: 5px;
font-family: "arial", "verdana", "geneva", sans-serif;
background: orange;
}


/*	This is used for the sub headers					*/
h2 {
margin: 0px;
padding: 2px;
padding-left: 5px;
font-size: 16px;
font-weight: bold;
border: none;
border-top: solid 2px #000000;
border-bottom: solid 2px #000000;
color: #ffffff;
background: orange;
font-family: "arial", "verdana", "geneva", sans-serif;
}

h3 {
margin: 0px;
padding: 5px;
font-size: 14px;
font-weight: bold;
border: none;
color: #000;
font-family: "arial", "verdana", "geneva", sans-serif;
}


/*	This is for page $title_linked						*/
strong.title {
font-size: 12px;
font-weight: bold;
color: #000000;
background: ;
font-family: "verdana", "arial", "geneva", sans-serif;
}


