html, body {
	margin: 0;
	padding: 0;
}
div, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li, dt, dd, address, blockquote {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
#header {
	margin-bottom: .5em;
	color:#FFFFFF;
	font-family: "Montserrat Black", "Montserrat Hairline", "Montserrat Light";
	font-weight: normal;
	font-size: large;
	background-color: #F2385A;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-indent: 10px;
}
p {
	margin-bottom: 1em;	
}
#footer {
	line-height: 50px;
	text-align: center;
	background: #F2385A;
	color: white;
	font-size: 0.8em;
	padding: 0em;
	margin: 10px auto;
}
#footer a {
	text-decoration: none;
	font-weight: bold;
	color: #CC9;
	display: inline-block;
}

#header h1 {
	color: #663300;
	font: normal 3em Georgia, "Times New Roman", serif;
}
#header h2 {
	margin-bottom: 0.5em;
	font-size: 1.4em;
}
.alignLeft {
	float: right;
	padding:2em;
}
.alignMiddle {
	float:none;
	padding-bottom: 1em;
	width:100%;
	height:auto;
}
dt {
	color: #663300;
	font-weight: bold;
	margin-bottom: 0.5em;
}
dd {
	margin-bottom: 1em;
}
.gallery img {
	display: block;
	margin: 0 auto;
}
.caption {
	font-style: italic;
	text-align: left;
}
#footer p a {
	display:block;
	line-height: .8em;
}




.addpointer {
	cursor:pointer;
}
#returnToTimelineBtn {
	margin-bottom: 1em;
	color:#FFFFFF;
	font-family: "Montserrat Hairline";
	font-weight: normal;
	font-size:medium;
	background-color: #F5A503;
	padding-top: 5px;
	padding-bottom: 5px;
	text-indent: 10px;
	text-align:center;
}
#showhidealltimelines{
	margin-bottom: 1em;
	color:#FFFFFF;
	font-family: "Montserrat Hairline";
	font-weight: normal;
	font-size:medium;
	background-color: #F5A503;
	padding-top: 5px;
	padding-bottom: 5px;
	text-indent: 10px;
	text-align:center;
}

.spBclass{
	float: right;
	height:2em;
	width:auto;
	padding-right:0.58em;
	text-decoration: underline;
}