/* CSS Document */


.header {
	font-size: 140%;
	color: #683F5D;
	font-weight: bold;
}

.subhead {
	color: #683F5D;
	font-size: 110%;
	font-weight: bold;
}

.purpletext {
	color: #683F5D;
}

.chapterHeadPurple {
	color: #683F5D;
	font: 120% Arial, Helvetica, sans-serif;
	font-weight: bold;
}

hr {
	background-color: #666;
	border: none;
	height: 1px;
	margin: 7px 0;
}

#nav {
	background-color: #e1dadf;
	width: 160px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav ul li {
	border-bottom: 1px solid #683F5D;
}
#nav a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	width: 144px;
}
#nav li a:link, #nav li a:visited {
	display: block;
	color: #68485F;
	padding: 8px 8px 8px 8px;
}
#nav li a:hover {
	background-color: #eff2f5;
}

#webcasts td {
	border-bottom: 1px solid #683F5D;
	padding-top: 10px;
	padding-bottom: 10px;
}

#webcasts .top {
	border-top: 2px solid #683F5D;
}

#webcasts td.bottom {
	border-bottom: none;
}
