@import url(single-column.css);

#atozlist {
	width: 64.9%;
	float: left;
}

#atoznav {
	width: 30%;
	float: right;
	border-left: 2px dotted #cfcfcf;
}

#atoznav h2 {
	margin: 0 0.3em 0.2em 0.3em;
	padding: 0.2em 0 0.1em 0;
	border-bottom: 1px solid #cfcfcf;
}

#atoznav ul {
	margin: 0;
	padding: 0 0 0 0.3em;
}

#atoznav ul li {
	list-style: none;
	float: left;
	margin: 1px;
}

#atoznav a {
	width: 1.5em;
	display: block;
	text-align: center;
	border: 1px solid #cfcfcf;
	text-decoration: none;
	background-color: #FCFCFC;
}

#atoznav a:visited {
	color: #006699;
}

#atoznav a:hover {
	background-color: #006699;
	color: #fff;
}

#atoznav span.current {
	width: 1.5em;
	display: block;
	text-align: center;
	border: 1px solid #000;
	background-color: #555;
	font-weight: bold;
	color: #fff;
}



