@charset "UTF-8";

* {
	margin: 0; 
	padding: 0;
	background-color: #F4F4F4;
	}

h1 { font-family: 'Roboto Slab', Arial, serif; 
font-weight: 700; 
font-size: 3em; 
color: #484848;
line-height: 85%;
}

h2 { font-family: 'Roboto Slab', Arial, serif; 
font-weight: 700; 
font-size: 1.6em; 
color: #484848;
line-height: 80%;
}

body {font-family: 'Roboto Slab', Arial, serif; 
font-weight: 400; 
font-size: 1.2em; 
line-height: 150%;
}

p {	
margin-top: 1em;
margin-bottom: 1em;
}

/* unvisited link */
a:link {
    color: #0066CC;
	text-decoration: none;
}

/* visited link */
a:visited {
    color: #000066;
	text-decoration: none;
}

/* mouse over link */
a:hover {
    color: #0033CC;
	text-decoration: none;
}

/* selected link */
a:active {
    color: #0000FF;
	text-decoration: none;
}


#ledeimage {
	margin:-1;
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
#wideimage {
	max-width: 100%;
	height: auto;
	padding-top: 1em;
	padding-bottom: .5em;
}

#narrowimage {
	height: auto;
	float: right;
	padding-left: 2em;
	padding-bottom:1.5em;
	max-width: 40%;
}

.intro {
	float: left;
}

.textindent {
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 2em;
	padding-right: 2em;
}
.endnotes {
	font-size: .7em;
	color: #484848;
	text-align:center;
}