/* Designed by Graham Sanders www.gsanders.co.uk */


#header {
}

#title {
	height: 70px;
	background-image:url(../images/title_welcome.gif);
}

#footer {
	background-color: #859275;
}

#copyright {
	background-image: url(../images/copyright_welcome.gif);
	height:20px;
}

li#welcomeLink a.selected, li#welcomeLink a.selected:hover {
	background-image: none;
	background-color: #859275;
	height:25px;
	margin-top:-5px;
	position:relative;
}


li {
  list-style: none;
  padding: 0px 0px 6px 16px;
  background: url(../images/green_bullet.gif) top left no-repeat;
   line-height: 15px;
  font-size: 90%;
  font-style: normal;
  color: #888;
}
