#bd {
	width:717px;
	margin:0 auto;
}

#frontpage_nextlink {
	font-size:12px;
	color:#800605;
	position:absolute;
	top:300px;
	right:10px;
}

.parentlink {
	padding-top:12px;
}

/* links are set to class="plainlink" when unselected, class="selectedlink" when selected */
/* links have no padding if within a linkset, otherwise they're padded to match the arrow */
.plainlink, .selectedlink {
	padding:12px 0 0 12px;
}

.linkset .plainlink, .linkset .selectedlink {
	padding:0;
}

#helplinks a.selectedlink {
	color:#c72c16;
}

.arrowspacer {
	display:block;
	float:left;
	width:13px;
	height:25px;
}

#helplinks {
	width:199px;
	height:570px;
	float:left;
	text-align:left;
	font-size:12px;
	padding-right:10px;
}

#helplinks a {
	color:#757575;
	display:block;
	clear:left;
}


.linkset a {
	padding-bottom:3px;
}

.linkset {
	display:none;
	padding:5px 0 0 30px;
}

#helpwrapper {
	position:relative;
	float:left;
	border-bottom:3px solid #a9a9a9;
	border-left:3px solid #a9a9a9;
	border-right:3px solid #a9a9a9;
	height:330px;
	width:501px;
}

#helpwrapper img.helpimg {
	padding-top:15px;
}

#prevlinks, #nextlinks {
	font-size:12px;
	position:absolute;
	bottom:5px;
}
	
#prevlinks {
	left:5px;
}

#nextlinks {
	right:5px;
}

#helptext {
	border-left:3px solid #a9a9a9;
	border-right:3px solid #a9a9a9;
	width:481px;
	height:217px;
	float:left;
	padding:10px;
	font-size:12px;
	text-align:left;
	line-height:20px;
	overflow:auto;
}

#helptext p {
	margin:0 0 10px 0;
}

.pagetext {
	display:none;
}

a.navlink {
	display:none;
	color:#858585;
}

.letter {
	vertical-align:middle;
}
