@charset "utf-8";
:root {
	var-content-width: 800px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 112px;
	font-weight: normal;
	margin: 0 auto;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	margin: 0 auto;
}
h3 {
	font-family: Verdana, Helvetica, Arial;
	font-size: 16px;
	letter-spacing: 1px;
	color: #707070;
	text-align: left;
}
a:link, a:visited, a:hover, a:active {
	color: black;
	text-decoration: underline
}
#body {
	height: 100%;
	width: 100%;
	z-index: 1;
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;
}
#main {
	width: 720px;
	height: 100%;
	/* border: 2px solid #C8C8C8; */
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	z-index: 2;
}
#foot {
	height: 200px;
	width: 800px;
	margin: 0 auto;
	border-top: 1px solid #C0C0C0;
}
#footer {
	width: 400px;
	margin: 0 auto;
	vertical-align: middle;
    display: table-cell;
}
#footer-left, #footer-right {
	display: inline-block;
    vertical-align: middle;
    margin-top: 20px;
}
#footer-left {
	border-right: 1px solid #C0C0C0;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 10px;
	text-align: right;
}
#footer-left img {
	width: 80px;
	height: 80px;
}
#footer-right {
	padding-left: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 140%;
}
p.sim-info {
	font-family: Verdana, Helvetica, Arial;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
}
.synopsis {
	line-height: 175%;
}
.superscript {
	vertical-align: super;
	font-size: 9px;
	font-weight: bold;
}
.signature {
	text-align: right;
	font-style: italic;
}
div.footnote {
	border-top: 1px dotted #C0C0C0;
	width: 75%;
}
p.footnote {
	font-size: 10px;
}
a.sample {
	text-decoration: underline;
	cursor: pointer;
}
#sim-container {
	/* width: 600px;
	height: 600px; */
	outline: 1px solid black;
}
#map-tile {
	width: 10px;
	height: 12px;
	float: left;
	font-family: Monaco, "Courier New", Courier, monospace;
    font-size: 7pt;
    color: white;
    padding: 1px;
}
div.tile0 {
	background-color: #00C4E5;
}
div.tile1 {
	background-color: #00E1BD;
}
div.tile2 {
	background-color: #00DD77;
}
div.tile3 {
	background-color: #00D933;
}
div.tile4 {
	background-color: #4CD200;
}
div.tile5 {
	background-color: #88CE00;
}
div.tile6 {
	background-color: #C2CA00;
}
div.tile7 {
	background-color: #C69200;
}
div.tile8 {
	background-color: #C25500;
}
div.tile9 {
	background-color: #BF1900;
}
