
h1.headingspecial {
	color:#A73E28;
	font-size:16px;
	font-style:normal;
	font-weight:bold;
	margin:20px 0 10px;
	text-transform:uppercase;
}

#button {
	cursor: pointer;
}

div#toggleList li.linkslistitem a {
	color: #999;
	text-decoration: none;
}

div#toggleList li.linkslistitem a:hover {
	text-decoration: underline;
}

div#toggleList {
	background:#E6E6E6;
	padding:8px 0;
	position:relative;
	display:block;
}

div#toggleList ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align:center;
}

div#toggleList ul li {
	width: 32%;
	float: left;
}

div#toggleList br.clear {
	border: none;
	height: 0px;
	clear: both;
}

