#headerlist {
	margin: 0;
	padding-left: 0;
	list-style: none;
	line-height: 15px;
	}

#header li {
	padding-left: 18px;
	line-height: 20px;
	}
	
#copyright 
{
	margin-top: 50px;
	margin-bottom: 20px;
	font-size: 10px;
}

	
.icoPhone {
	padding-left: 5px;
	background-image: url(/images/IcoTelephone.gif);
	background-repeat: no-repeat;
	background-position: .1em;
	}

.icoFax {
	padding-left: 5px;
	background-image: url(/images/IcoFax.gif);
	background-repeat: no-repeat;
	background-position: .1em;
	}

.icoEmail {
	padding-left: 5px;
	background-image: url(/images/IcoEmail.gif);
	background-repeat: no-repeat;
	padding-right:10px; 
	background-position: .1em;
	}

.icoWeb {
	padding-left: 5px;
	background-image: url(/images/IcoWeb.gif);
	background-repeat: no-repeat;
	padding-right:10px;
	background-position: .1em; 
	}
	
.structure #email input[type=submit] {
	margin-top: 10px;	
	}
	
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

dd
{
	margin-left: 0px;
	margin-bottom: 14px; 
}

dl
{
	margin: 0;
}
