/* CSS Document */


.header {
	font-size: 120%;
	color: #007ac9;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.subhead {
	color: #007ac9;
	font: 95% Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.bluetext {
	color: #007ac9;
}

.chapterHeadBlue {
	color: #007ac9;
	font: 120% Arial, Helvetica, sans-serif;
	font-weight: bold;
}

hr {
	background-color: #666;
	border: none;
	height: 1px;
	margin: 7px 0;
}

#nav {
	background-color: #d7dfe6;
	width: 160px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav ul li {
	border-bottom: 1px solid #007ac9;
}
#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: #007ac9;
	padding: 8px 8px 8px 8px;
}
#nav li a:hover {
	background-color: #eff2f5;
}

#webcasts td, #monograph td, #podcasts td {
	border-bottom: 1px solid #007ac9;
	padding-top: 10px;
	padding-bottom: 10px;
}

#webcasts .top, #monograph .top, #podcasts .top {
	border-top: 2px solid #007ac9;
}
