html * {
    margin: 0;
    /*padding: 0; SELECT NOT DISPLAYED CORRECTLY IN FIREFOX */
}

/* FAQ formatting */


#faqlist {
	position: relative;
	background: #FFF;
	font-size: 1.4em;
	left: 50;
	width: 900;
	color: #111;
	text-align: left;
}
#faqlist h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #023A67; 
	text-decoration: none;
}
#faqlist hr {
	size: 5px;
	color: #555;
}
#faqlist a {
	color: #00F;
	text-decoration: underline;
}
#faqlist p {
	line-height: 1.8em;
	text-align: left;
	margin: 0 0 0 50;
	font-weight: bold;
	font-size: .8em;
}
#faqlist p.address {
	line-height: 1.5em;
	text-align: left;
	margin: 0 0 0 150;
	font-weight: bold;
	font-size: .8em;
}
#faqlist ul {
	margin: 0 0 0 100;
	text-align: left;
}
#faqlist ul li {
	font-size: .8em;
	line-height: 1.4em;
	text-align: left;
	list-style-position:outside;
	list-style-type: disc;
}
#faqlist ul li ul {
	position: relative;
	left: -50;
	line-height: 1.4em;
	text-align: left;
	list-style-position:outside;
	list-style-type: disc;
}
#faqlist ul li ul li.nobullet {
	font-size: 1em;
	line-height: 1.4em;
	text-align: left;
	list-style-type: none;
}

