#alphabetNav {
	float: left;
}

#alphabetNav p {
	float: left;
	width: 8px;
	padding: 2px 4px;
	background-color: #D4EAF0;
	border-right: 1px solid #fff;
	text-align: center;
	margin: 0px;
	font-size: 0.7em;
}

#alphabetNav p.on {
	background-color: #0093C2;
}

#alphabetNav p.on a, #alphabetNav p.on a:visited {
	color: white;
	text-decoration: none;
}

#listing {
	padding:10px 10px 10px 0px;
	float:left;
}

#listing a, #listing a:visited {
	color: #0093C2;
	text-decoration: underline;
}

#listing a:hover {
	text-decoration: none;
}

#listing a.dirlinks {
	font-weight: bold;
}

#listing a.prev_next {
	font-weight: bold;
	font-size: 0.8em;
}

#listing span {
	color: #fff;
}

#listing p {
	font-size: 0.8em;
/*	line-height: 0.8em;*/
}

#defintion {
	width: 370px;
	float: left;
	padding-top: 10px;
}

#defintion h1 p {
	color: #0093C2;
	font-weight: bold;
	font-size: 1.0em;
	margin-bottom: 2px;
	margin-top: -5px;
}

#defintion h2 p{
	color: #0093C2;
	font-weight: bold;
	font-size: 0.9em;
	margin-bottom: 5px;
}

#defintion h3 {
	font-size: 0.8em;
	color: #0093C2;
}

#subsections {
	float: left;
	width: 125px;
	padding: 10px 0px 0px 5px;
}

#subsections ol {
	padding-top: 10px;
	padding-left: 30px;
	width: 95px;
	float: right;
}

#subsections li {
	font-size: 0.8em;
	padding-bottom: 5px;
	margin-left: 1px;
}

#defintion a, #subsections li a {
	text-decoration: underline;
}

#defintion a:hover {
	text-decoration: none;
}

#defintion a, #defintion a:visited, #subsections li, #subsections li a, #subsections li a:visited {
	color: #0093C2;
}

#defintion ul {
	margin-left: 25px;
	padding-bottom: 5px;
}

#defintion li {
	padding-right: 80px;
	font-size: 0.8em;
}
#subsections li.on, #subsections li a.on {
	/* color: #80bfd2;*/
	font-weight: bold;
	text-decoration: none;
}

#subsections li a:hover {
	text-decoration: none;
}

/*#defintion li {
	font-size: 0.8em;
}*/

#medfooter {
	color: #656565;
}

