/* CSS Document */

	body
	{
		margin-top: 0;
		padding: 0;
		font: 100% arial, hevetica, sans-serif;
		text-align: center;
		background-color: #006666;
	}   /* centres body and styles text to scale across browsers*/
	
	#container
	{
		margin: auto;
		width: 900px;
		text-align: left;
		background-image: url(images/container.gif);

	}   /* realigns body text, margin auto sets div in centre*/
	
	#header
	{
		height: 119px;
		background-color: #4c8382;
	}
	
	#mainnav
	{
		height: 0px;
		background-color: #4C8382;
	}
	
	#menu
	{
		margin-top: 0px;
		float: left; 
		width: 90px;
		height: 100%;
		padding-top: 25px;
		font-size: 0.8em;
		font-weight: bold;
		text-align: right;
	}
	
	#contents	
	{
	margin-right: 110px;
	margin-left: 180px;
	height: 100%;
	font-size: 0.8em;
	padding-top: 10px;
	line-height: 1em;
	list-style-type: square;
	float: none;

	}
	
	#footer	
	{
		clear: both;
		height: 90px;
		background-color: #006666;
		background-image: url(images/bot_nav.gif);
		background-repeat: no-repeat;
		text-align: center;
		color: #66CC99;

		font-size: 0.8em;
		font-weight: bold;
		word-spacing: 1.5em;
		vertical-align: middle;
		padding-top: 30px;
		line-height: 6em;
	}
	
	a{
	color: #000000;
	text-decoration: none;
}

a:link{
	color: #000000;
	text-decoration: none;
}

a:visited{
	color: #333333;
	text-decoration: none;
}

a:hover{
	color: #006666;
	text-decoration: underline;
}


#footer a{
	color: #CCCCCC;
	text-decoration: none;
}

#footer a:link{
	color: #CCCCCC;
	text-decoration: none;
}

#footer a:visited{
	color: #669999;
	text-decoration: none;
}

#footer a:hover{
	color: #00FFFF;
}



h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.2em;
}
#container #contents img {
}

