body {
	font-family: Arial, Helvetica, sans-serif;
	background: #ADD8E6;
}

#extra_wrapper {
	text-align: center;
}


#centred {
	position: relative;
	top: 0;
  	right: 0;
  	bottom: 0;
  	left: 0;
	width: 800px;
	height: 50%;
	margin: 0 auto;
	Text-align: left;
	
}

#content {
	padding: 2px 7px 10px 7px;
	background-image: url(images/back_middle.jpg);
	position: relative;
	font-size: 10pt;
	
}

#content a, a:visited, a:active {
	color: Blue; 
}

#content a:hover {
	text-decoration: underline;
}

#navlist {
	margin: 0px;
	color: #fff;
	background-image: url(images/back_topnav.gif);
	background-repeat: repeat-x;
	height: 20px;
	width: 800px;
	position: relative;
	padding: 1px 0px 1px 0px;
	
}

#navlist li {
	display: inline;
	list-style-type: none;
	font-size: 13t;
	padding: 5px 3px 3px 3px;

}


#navlist a, a:visited, a:active {
	text-decoration: none;
	color: #fff;
	font-size: 13pt;
}

#navlist a:hover {
	text-decoration: underline;
}

#active {
	text-decoration: underline;
}

#footer {
	width: 800px;
	background-color: white;
	color: #ADD8E6;
	
}

#footer p{
	margin: 0;
	font-size: 10pt;
	text-align: center;
}


#footer a, a:visited {
	color: #999;
	font-size: 10pt;
}

.image {
	float: right;
	padding: 0px 0px;
	margin: 0 5px 0 5px;
	
}

.imagel {
	float: left; 
	padding: 0px 0px;
	margin: 0 6px 0 4px;
	
}

.smaller {
	font-size: xx-small;
}

.clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }



