div._SidebarBlock {
	/* margin: 1em; */
	/* margin-top: 4em; */
	}
	
div.quote {
	padding: 1em;
	text-align: center;
	font-family: serif;
	font-size: 120%;
	color: gray;
	}

._SectionBlock > ._title > ._subtitle {
	float: right;
	/* margin: 4ex 0; */
	}

table._ColumnsBlock {
	width:100%;
	table-layout: fixed;
	border-spacing: 1em;
	}
	
table._ColumnsBlock td {
	vertical-align: top;
	}

._ColumnBlock {
	position: relative;
	}
	
._ColumnBlock * {
	max-width: 100%;
	}

figure._ImageBlock {
	/* border: 1px solid black; */
	display: table;
	padding: 0;
	margin: 0;
	/* margin:0.5em; */
	}
	
figure._ImageBlock figcaption {
	visibility: initial;
	text-align: center;
	}
	
img.center {
	display:block;
	margin-left: auto;
	margin-right: auto;
	}

._ColumnBlock img {
	margin-left: 0;
	margin-right: 0;
	}

iframe._GoogleCalendarWidget {
	width: 100%;
	height: 600px;
	border: none;
	}

._ArticleBodyBlock img {
	float: right;
	}

._FileGalleryBlock {
	}
	
._FileGalleryBlock ._SectionBlock ._title {
	font-size: 150%;
	text-align: left;
	margin: 3ex 2em;
	color: black;
	border-bottom: 2px solid gray;
	}
	
._FileGalleryBlock ._FileBlock  {
	}

._FileGalleryBlock ._FileBlock ._tile {
	margin: 1.5em;
	}
	
._FileGalleryBlock ._FileBlock a {
	background: none !important;
	padding: 0 !important;
	font-size: 120%;
	color: #000080;
	}

._FileGalleryBlock ._FileBlock a.__icon {
	border: none;
	}
	
._FileGalleryBlock ._FileBlock a img {
	border: none;
	margin-left: 8px;
	margin-right: 16px;
	vertical-align: middle;
	height: 40px;
	}

._PopupDialogBlock_Body {
	display: none;
	}
