/* LAYOUT ------------------------------ */

#header {
	color: #000;
	height: 100%;
	width: 100%;
	text-align: center;
}

#nelogo {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: 0;
	margin: 0;
	padding: 0;
	border: none;
}

#nelogo h3 {
	font-size: 170%;
	color: #005184;
	margin: 0.5em 0 1em;
}

a#archived_newsletters {
	display: none;
}

#container {
	background: none;
}

#wrapper {
	width: 100%;
	margin: 0;
}

#nav {
	display: none;
}

#content {
	width: 100%;
	background-color: #fff;
}

#content h2 {
	font-size: 122%;
	color: #005184;
}

#content h3 {
	font-size: 77%;
	color: #333;
	font-style: italic;
	margin: 0 0 1em;
}

#content p {
	margin: 1em 0;
}

#footer {
	clear: both;
	height: 55px;
	color: #fff;
	background-color: #005184;
	border-top: 2px solid #fbaf28;
}

#footer ul {
	width: 720px;
	font-size: 77%;
	margin: 2em auto 0;
	text-align: center;
}

#footer li {
	float: left;
	margin: 0 1.5em;
	vertical-align: bottom;
}

#footer li img {
	display: none;
}