#leftcolumn {
	border-right: 1px solid #fff;
}

#footer {
	/* add    overflow: hidden; if there's a graphic in footer that creates a scrollbar when window's resized too small */ 
	border-bottom: 1px solid #000;
}

h1, h2, h3, h4 {
	font-family: pristina, "Palatino Linotype", Sylfaen, sans-serif;
}

.h2_margins {
  margin: 0 1.75em 0 5em;
}

.divider {
	border-top: 1px dashed #bbd0dd;
	padding-top: 0.5em;
}

.alertbox {
	font-size: 1.2em;
	color: #f00;
	line-height: 130%;
	text-align: center;
	background-color: #eae5e0;
	border: 4px inset #000;
	margin-left: 2em;
	margin-right: 2em;
	padding: 1em;
}



.verticalDivider {
  color: #888888;
}

.captionedImageContainer {
	margin: 1em;
}

.captionedImageText {
	font-style: italic;
	font-size: 100%;
	color: #666;
	line-height: 1.7em;
	text-align: center;
}


.backToTop {
  text-align: center;
}