@charset "utf-8";
@import url("global.css");

.wrapper {
	width: 668px;
	margin: 0 auto;
	border: 1px solid #999;
	padding: 20px 40px;
}

#header h1 {
	display: block;
	margin: 0;
	width: 249px;
	height: 43px;
	background: url("http://mydocs.epri.com/docs/CorporateDocuments/Includes/Common/img/EPRIlogo.jpg") no-repeat top left;
}
#header h1 span {
	position: absolute;
	overflow: hidden;
	left: -32776px;
	width: 1px;
}

#header h2,
#header h3 {
	font-family: Arial;
	font-weight: bold;
	color: #003399
}
#header h2 {
	font-size: 18px;
}
#header h3 {
	font-size: 14px;
}

#content .archive {
	overflow: auto;
}

#content .archive li {
	overflow: auto;
	margin-bottom: 1em !important;
}
#content .archive li p,
#content .archive li li {
	margin-bottom: 0.5em !important;
}

#content .archive .headline {
	display: inline;
}
