/* CSS Document */

#contentColumns { /* contains content and imagebar to allow rebuild of page flow with floats */
	width: 600px;
}
#content {
	width: 460px;
}

#imagebar {
	width: 140px;	
}
#imagebar ul {
	list-style: none;
	border-top: 1px solid #aa94c4;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-top: 10px;
}
#imagebar ul li a {
	display: block;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: 1px solid #aa94c4;
	padding: 0.5em 0 0.5em 5px;
}
#imagebar ul li a.sectionEnd {
	border-bottom: 5px solid #aa94c4;
}
#imagebar ul li a.pdf {
	padding-left: 24px;
	background: url(../images/css/pdf.gif) no-repeat center left;
}
#imagebar ul li a:hover {
	background-color: #e9e4f0;
	color: #542989;
}