html {
	font-family: sans-serif;
	text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 1em;
	line-height: 1.4;
	color: #CDCDCD;
	background-color: #2E2433;
}
a {
	cursor: pointer;
	background-color: transparent;
}
a:active,a:hover {
	outline: 0;
}
a, a:visited {
	color: #E6FFF7;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
b,strong {
	font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
	color: #CDCDCD;
	background: none;
	font-weight: normal;
	margin: 0;
	overflow: hidden;
	padding-top: 0.5em;
	padding-bottom: 0.17em;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
	line-height: 1.3;
	margin-bottom: 0.25em;
	padding: 0;
	letter-spacing: 0;
	font-size: 2.3em;
}
img {
	border: 0;
	max-width: 100%;
}
sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
.wrap_all {
	width: 100%;
	max-width: 1620px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.clearfix:before {
	content: " ";
	display: table;
}
.clearfix:after {
	content: " ";
	display: table;
	clear: both;
}
.sidebar_open_button {
	float: left;
	color: #E6FFF7;
	background-color: #2E2433;
	border: none;
	cursor: pointer;
	font-size: 1em;
	font-weight: bold;
}
.sidebar_close_button {
	position: absolute;
	top: 5px;
	right: 25px;
	font-size: 36px;
}
.sidepanel {
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #4D4636;
	border: 1px solid #CDBA90;
	overflow-x: hidden;
	padding-top: 15px;
}
.page_header {
	width: 100%;
	text-align: center;
	color: #777;
}
.page_footer {
	padding: 1.5em 1.3em 2em;
	font-size: 75%;
	line-height: 2em;
}
.page_footer a {
	display: inline-block;
	margin-right: 1em;
}
.body {
	width: 100%;
	background: #46364D;
}
.article {
	padding: 1.25em 1.5em 1.5em 1.5em;
	border: 1px solid #BA90CD;
	background: #46364D;
	line-height: 1.6;
	font-size: 0.875em;
}
.article p {
	line-height: inherit;
	margin: 0.5em 0;
}
.article p.subtitle {
	font-size: 92%;
}
.article p.roleNote {
	padding: 1em 0 0 1.6em;
	font-style: italic;
}
.article h1 {
	font-family: 'Linux Libertine','Georgia','Times',serif;
	border-bottom: 1px solid #BA90CD;
}
.article h2 {
	font-size: 1.6em;
	margin: 0.5em 0 0.5em 0;
	font-family: 'Linux Libertine','Georgia','Times',serif;
	border-bottom: 1px solid #BA90CD;
	line-height: 1.4em;
	padding-bottom: 0em;
}
.article h3 {
	font-weight: bold;
	font-size: 1.2em;
}
.article h4 {
	font-weight: bold;
}
.subtitle {
	font-size: 92%;
}
.breakout_box {
	border: 2px solid #CDCDCD;
	padding: 3px;
	background-color: #4D4D4D;
	font-size: 94%;
	text-align: center;
	overflow: hidden;
	line-height: 1.4em;
	padding: 3px;
}
.contents_box {
	width: 280px;
	border: 1px solid #CDBA90;
	background-color: #4D4636;
	padding: 5px;
	font-size: 95%;
	position: relative;
	line-height: 1.7em;
}
.contentsHeader {
	font-family: sans-serif;
	font-weight: bold;
	text-align: center;
}
.contents_box ul {
	padding: 0 0 5px 5px;
	list-style-type: none;
	list-style-image: none;
	margin: 0;
}
.contents_box ul li a {
	display: inline-block;
	margin-left: 8px;
}
.contents_box ul li ul li {
	padding: 0 0 0 25px;
}
.category_box {
	color: #FFFFFF;
	background: #364D46;
	border: 1px solid #90CDBA;
	clear: both;
	font-size: 88%;
	text-align: center;
	padding: 3px;
	line-height: 1.7em;
	margin: 1em auto 0;
}
.category_header {
	background: #90CDBA;
	padding: 0.25em 1em;
	line-height: 1.5em;
	text-align: center;
	font-weight: bold;
	font-size: 115%;
	margin-bottom: 3px;
}
.category_subtitle {
	background: #5A8074;
}
.leftcolumn {
	width: 30%;
	vertical-align: top;
	font-weight: bold;
}
.linklist a:after {
	content: " · ";
	font-weight: bold;
}
.linklist a:last-child:after {
	content: "";
}
.linklist a {
	white-space: nowrap;
}
.ext_link_container {
	display: grid;
	padding: 10px;
	grid-template-columns: auto auto auto;
}


.lock.left,.lock.right {
	width: 40%;
	max-width: 256px;
	max-height: 100%;
}
.flex.left,.flex.right {
	width: 256px;
	max-height: 100%;
	/* width changes to 100% at 550px screen width or less */
}
.right.flex,.right.lock {
	float: right;
	margin: 0 0 5px 15px;
}
.left.flex,.left.lock {
	float: left;
	margin: 0 15px 5px 0;
}
@media screen and (max-width: 1200px) {
	.ext_link_container {
		grid-template-columns: auto auto;
	}
}
@media screen and (max-width: 550px) {
	.flex.left,.flex.right {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.ext_link_container {
		grid-template-columns: auto;
	}
}