body {
	background-color: #000066;
}

#wrapper {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	display: inline-block;
	margin: auto;
	height: auto;
	width: 955px;
	border: thin ridge #99CCFF;
	background-color: #E9EEF9;
}
#header {
	width: 955px;
	display: inline-block;
	background-color: #E9EEF9;
}

#navTools
{
	width: 955px;
	background-color: #406DCA;
	float: left;
	height: 20px;
	border-left-style: none;
}

#narrative {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #000033;
	text-align: justify;
	width: 955px;
	padding-top: 15px;
	float: left;
	background-color: #E9EEF9;
}


.coBold {
	font-weight: bold;
	font-size: large;
	color: #990000;
}
