#atozlist {
	width: 64.9%;
	clear: left;
	float: left;
}

#atozlist h2 {
	display:none;
	height:0;
	width:0
}

#atoznav {
	width: 30%;
	float: right;
	border-left: 2px dotted #ccc;
}

#atoznav h2 {
	margin: 0.2em 0.3em 0.2em 0.3em;
	padding-top: 0.4em;
	/* border-bottom: 1px solid #cfcfcf; */
}

#atoznav ul {
	margin: 0;
	padding: 0 0 0 0.3em;
}

#atoznav ul li {
	list-style: none!important;
	list-style-type: none!important;
	float: left;
	margin: 1px;
	padding: 0;
}

#atoznav a {
	width: 1.5em;
	display: block;
	text-align: center;
	border: 1px solid #cfcfcf;
	text-decoration: none;
	background-color: #FCFCFC;
	color: #045CD0;
	font-weight: bold;
}

#atoznav a:hover {
	background-color: #E9F5F6;
	color: #000;
}

#atoznav span.current {
	width: 1.5em;
	display: block;
	text-align: center;
	border: 1px solid #000;
	background-color: #555;
	font-weight: bold;
	color: #fff;
}

div.clearing {
			height:1px;
			overflow:hidden;
}
