html * {
    margin: 0;
    /*padding: 0; SELECT NOT DISPLAYED CORRECTLY IN FIREFOX */
}

/* contact formatting */



#contactbox {
	align: center;
	width: 625px;
	position: relative;
	left: 225px;
}
#contact {
	background: #EEE;
	border: ridge;
	padding-bottom: 1.5em;
	width: 100%;
}
#contact label {
	font-weight: bold;
	line-height: 1.4em;
	font-variant: small-caps;
	position: absolute;
	left: 30;
}
#contact input {
	margin-left: 15em;
	font-weight: normal;
	line-height: 1.4em;
	font-variant: normal;
	position: relative;
	background: #FFF;
}
#contact input.errorfield {
	margin-left: 15em;
	font-weight: normal;
	line-height: 1.4em;
	font-variant: normal;
	position: relative;
    background: #FFFDDA;
    color: #F00;
}
#contact textarea {
	margin-left: 15em;
	font-weight: normal;
	line-height: 1.4em;
	font-variant: normal;
	position: relative;
	background: #FFF;
}
#contact textarea.errorfield {
	margin-left: 15em;
	font-weight: normal;
	line-height: 1.4em;
	font-variant: normal;
	position: relative;
    background: #FFFDDA;
    color: #F00;
}
#contactinfo {
	position: relative;
	background: #FFF;
	font-size: 1.6em;
	width: 625px;
	left: 225px;
	color: #111;
	border: 1px solid #443;
}
#contactinfo h1 {
	color: #111;
	font-size: 2em;
	font-weight: normal;
}
#contactinfo h3 {
	color: #023A67;
	font-size: 1em;
	font-weight: bold;
	position: relative;
	left: 30;
	text-decoration: underline;
}
#contactinfo hr {
	size: 5px;
	color: #555;
}
#contactinfo a {
	color: #00F;
	text-decoration: underline;
}
#contactinfo img {
	position: relative;
	text-align; center;
}
#contactinfo p {
	line-height: 1.8em;
	text-align: left;
	margin: 20 0 0 20;
	font-weight: bold;
	font-size: .8em;
}
#contactinfo p.address {
	line-height: 1.5em;
	text-align: left;
	margin: 0 0 0 100;
	font-weight: normal;
	font-size: .8em;
}
#contactinfo ul {
	margin: 0 0 0 50;
	text-align: left;
}
#contactinfo ul li {
	font-size: .8em;
	line-height: 1.4em;
	text-align: left;
	list-style-position:outside;
	list-style-type: disc;
}
#contactinfo ul li ul {
	position: relative;
	left: -50;
	line-height: 1.4em;
	text-align: left;
	list-style-position:outside;
	list-style-type: disc;
}
#contactinfo ul li ul li.nobullet {
	font-size: 1em;
	line-height: 1.4em;
	text-align: left;
	list-style-type: none;
}
div.topper {
	position: relative;
	left: 50;
}
div.topper h1 {
	font-size: 2em;
	font-weight: bold;
}
div.topper hr {
	size: 5px;
	color: #555;
}


