* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Times New Roman;
	background-color: #fff;
	color: #444;
	text-decoration: none;
	word-spacing: -0.2em;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.4em; /*1.6 looks too big...*/
	font-size: 1em; /*1.1 also looks too big */
	font-style: italic;
	background: #FFF;
	font-size: 0.7em;
}

#EvaReeseHeader {
	padding: 0;
	text-align: left; 
	position:fixed; 
	top:0;
	padding-left: 30px;
	padding-top: 100px;
	width:100%; 
	background: white;
	z-index: 1;
}

#EvaReeseNavigation {
	background-color: #fff;
	width: 215px;
    top: 0px;
	padding-top: 149px;
    height: 100%;
    bottom: 0;
	left: 0;
	padding-left: 29px;
    overflow: auto;
	position: fixed;
	z-index: 0;
}

#EvaReeseContent {
	margin-top: 150px;
	margin-left: 250px;
}

#EvaReeseContent img {
	margin-bottom: 40px;
}

#EvaReeseContent p {
	word-spacing: 0em;
	width: 70%;
}

a:link.SubLink {
	color: #9A4129;
	word-spacing: 0em;
}

a:visited.SubLink {
	color: #9A4129;
	word-spacing: 0em;
}

p.Copy {
	padding-bottom: 6px;
	line-height: 14px;
}

.left { float: left; }
.right { float: right; text-align: right; }

a:link { text-decoration: none; color: #000; }
a:active { text-decoration: none; color: #000; }
a:visited { text-decoration: none; color: #000; }
a:hover { text-decoration: underline; }

a img { border: none; }

/* horizontal rule */
div.hr { height: 3px; border-bottom: 1px solid #ccc; width: 700px; }
div.hr hr { display: none; }