body {
	position: relative;
}

.document-header {
	position: relative;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-bottom: 12px;
	text-align: left;
	background-color: #6f5499;
	font-size: 24px;
}

.document-header h1 {
	font-size: 48px;
	color: #ffffff;
}

h2 {
	font-size: 28px;
	}

.document-header p {
	margin-bottom: 0;
	font-weight: 300;
	line-height: 1.4;
	color: #cdbfe3;
}

.document-footer {
	padding-top: 40px;
	padding-bottom: 40px;
	margin-top: 40px;
	text-align: center;
	border-top: 1px solid #e5e5e5;
}

#top-link-block.affix-top {
	position: absolute; /* allows it to "slide" up into view */
	bottom: -82px; /* negative of the offset - height of link element */
	right: 10px; /* padding from the left side of the window */
}

#top-link-block.affix {
	position: fixed; /* keeps it on the bottom once in view */
	bottom: 18px; /* height of link element */
	right: 10px; /* padding from the left side of the window */
}
