html, body {
	margin: 0;
	background: #E1F3F7;
}

#header {
	position: relative;
	background: black;
	color: white;
	height: 60px;
}

#header a {
	color: inherit;
	text-decoration: none;
}

#headerTitle {
	display: block;
	height: 60px;
}

#about {
	position: absolute;
	bottom: 9px;
	right: 13px;
	height: 16px;
	font-size: 12pt;
	font-family: Helvetica, sans-serif;
}

h1, h2 {
	position: absolute;
	font-family: Helvetica, sans-serif;
	margin: 0;
}

h1 {
	top: 8px;
	left: 8px;
	font-size: 22pt;
	font-weight: bold;
}

h2 {
	position: absolute;
	top: 35px;
	left: 34px;
	font-size: 13pt;
	font-weight: normal;
	letter-spacing: +1px;
}

h3, #story {
	font-family: Garamond, Times, Times New Roman, serif;
}

h3 {
	margin: 0 0 12pt;
	font-size: 16pt;
}

#tooltip {
    padding: 4px 8px;
    background: #f9f9f9;
    border: 1px solid black;
    font-family: Helvetica, sans-serif;
    text-align: left;
}

#tooltip h4 {
	margin: 3pt 0 6pt;
	font-size: 10.5pt;
}

#stateList {
	margin-top: 40px;
	font-size: small;
	margin-left: 10px;
	margin-right: 10px;
}

#stateList li {
	list-style: none;
	float: left;
	margin-right: 10px;
}

#stateList a {
	text-decoration: none;
	color: gray;
}

#stateList a:visited {
	color: darkgray;
}

#stateList a:hover {
	color: gray;
	text-decoration: underline;
}


#story {
	border-left: 3px #69C9E3 solid;
	border-bottom: 3px #69C9E3 solid;
	font-size: 13pt;
	margin: 0 0 0 280px;
	padding: 14px;
	background: white;
	min-height: 360px;
}

#story li {
	margin-bottom: 5px;
}

#data {
	font-family: Helvetica, sans-serif;
	color: black;
}

#tooltip #data {
	font-size: 10pt;
}

#story #data {
	position: absolute;
	margin-top: 123px;
	margin-left: -230px;
	font-size: 12pt;
}

#storyData {
	padding-top: 15px;
}

dl {
	clear: left;
}

dt {
	font-weight: bold;
	margin: 0;
	float: left;
	clear: left;
}

dd {
	margin: 0 0 6px 4px;
	float: left;
}

#date {
	text-align: right;
	margin-right: 10px;
	margin-top: 25px;
	font-style: italic;
}

#bottomNav {
	margin: 0;
	padding: 0;
}

#bottomNav li {
	display: inline;
	margin: 0;
	padding: 0;
}

#bottomNav li:not(:last-child) {
	margin-right: 10px;
}

#bottomNav a {
	color: gray;
}

#footer {
	font-family: Helvetica, sans-serif;
	font-size: 8pt;
	text-align: right;
	margin: 8px 24px 8px 0;
}

#storyData a, #footer a {
	color: black;
}