.clear {
	clear: both;
}

#atoz_content {
	float: left;
	width: 725px; /* 760 - (margins.horiz = 35) */
	font-family: verdana,arial,sans-serif,helvetica;
	font-size: 12px;
	line-height: 16px;
	background-color: #ffffff;
	margin-top:   20px;
	margin-left:  115px;
	margin-right: 10px;
}

#atoz_header {
	float: left;
	width: 470px;
	margin-top: 20px;
}

#atoz_title {
	float: left;
	color: #CD1F28;
	font-size: 18px;
	font-weight: bold;
	width: 100%;
}

#atoz_description {
	float: left;
	color: #888888;
	margin-top: 5px;
	width: 100%;
	font-size: 12px;
}

.cc_logo {
	float: right;
	background-image: url('/images/cc_logo_sm.gif');
	background-repeat: no-repeat;
	background-position: 0 5px;
	width:  116px;
	height: 56px; /* (image.width=51) + (position-vertical=5) */
	margin-right: 20px;
	font-size: 10px;
	font-family: Arial;
	color: #7f8b92;
	cursor: pointer;
	text-decoration: none !important;
}
cc_logo > * {
	float: right;
}
#cc_logo_link:hover {
	text-decoration: none !important;
}
#poweredbycc {
	text-align: right;
	margin-bottom: 0;
}

#atoz_navlink_wrapper {
	margin-top: 20px;
}
#atoz_navlink_wrapper li {
	display: inline;
	margin: 2px;
	color: #333D93;
	font-size: 14px;
	font-weight: bold;
}
#atoz_navlink_wrapper a {
	text-decoration: underline;
	color: #333D93; /* match '#atoz_navlink_wrapper li' */
}
#atoz_navlink_wrapper a:hover {
	color: #999999;
}

a.atoz_navlink {
	text-decoration: underline;
}


#atoz_navanchor_wrapper {
}

.atoz_navanchor {
	margin-top: 20px;
}
.atoz_navanchor .anchor {
	float: left;
	color: #CB202C;
	font-size: 14px;
	font-weight: bold;
}
.atoz_navanchor .BackToTop {
	float: right;
	font-size: 10px;
}
.atoz_navanchor .hrLine {
	width: 100%;
}
.atoz_navanchor .hrLine hr {
	margin-top: 0px;
	color: #CB202C;
	background-color: #CB202C;
	border-width: 0;
	height:2px;
}

#atoz_school_wrapper {
	width: 100%;
}
#atoz_school_wrapper td {
	width: 33%;
	/* changed padding-left=5 to 15 and added text-indent=-10. this gives illusion of hanging paragraphs, which is more intuitive for wrapped text */
	padding-left: 15px;
	text-indent: -10px;
	text-align: left;
	vertical-align: top;
	padding-right: 5px;
}

.atoz_school {
	font-size: 12px;
	color: #44527F;
}

