.headerWrapper {
	background-image: url(../grfx/dottedunderline.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 8px 0px;
}

.subLink {
	display: none;
}
.subLink a {
	display: block;
	margin: 10px 20px;
	padding-left: 20px;
	background-image: url(../grfx/plus_icon_nobg.gif);
	background-position: left center;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #333333;
}
.subLink a:hover {
	text-decoration: underline;
}
.answer {
	display: none;
	padding-left: 40px;
}

h5 {
	background-image: url(../grfx/plus_icon_nobg.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	padding-left: 20px;
	text-align: left;
}
h5 a {
	text-decoration: none;
	color: #333333;
}
h5 a:hover {
	text-decoration: underline;
}