body {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	position: relative;
	padding: 0px;
	width: 955px;
	margin: 0 auto;
	background-color: #000066;
}
#logo {
	display: none;
}
#logo-print {
	position:absolute;
	width:319px;
	height:185px;
	z-index:1;
	left: 0;
	top: 0;
}
#statment {
	display: none;
}
.quote {
	font: 1.5em Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}
.quote-author {
	padding-left: 1em;
	font: italic 0.7em Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}
#nav-top {
	display: none;
}
#right {
	display: none;
}
#content {
	position:absolute;
	margin: 0px;
	padding: 0px;
	width:749px;
	left: 0;
	top: 190px;
	z-index:5;
	background-color: #FFF;
}
#content h1 {
	font: normal 2em Georgia, "Times New Roman", Times, serif;
	color:#000;
	margin: 0 0 0.8em 0;
}
#content h2 {
	margin:2em -8px 1em;
	padding:0.15em 8px;
	font: normal 1.25em Georgia, "Times New Roman", Times, serif;
	color: #000;
	text-transform:uppercase;
	border-top: 1px solid #000;
}
#content h3 {
	margin:2em 0 0 0;
	padding:0.15em 0;
	font: bold 0.9em Georgia, "Times New Roman", Times, serif;
	color: #000;
	text-transform: uppercase;
}
#content p {
	font: normal 1em/1.5em Georgia, "Times New Roman", Times, serif;
	margin-top:0;
	margin-bottom:1.2em;
	padding-bottom:1px;
}
#content a {
	color: #000;
}
#content li {
	font: 1em/1.25em Georgia, "Times New Roman", Times, serif;
	list-style-position: outside;
	list-style-image: url(../img/asterisk.png);
	list-style-type: none;
	padding-bottom: 1em;
}
#updates {
	display: none;
}
#footer {
	margin-top: 3em;
	padding: 0.5em;
	font: 0.7em Arial, Helvetica, sans-serif;
	color: #000;
}
#footer img {
	padding: 0 0.5em 0 0;
}