body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #333366;
}

#wrapper {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	display: inline-block;
	margin: auto;
	height: auto;
	width: 955px;
	background-color: #FFFFFF;
	text-indent: 10px;
	border: thin ridge #FF6600;
}
#logo {
	display: inline;
	float: left;
	height: 96px;
	width: 499px;
}
#rtHeader {
	display: inline;
	float: right;
	height: 76px;
	width: 426px;
	color: #006699;
	margin-top: 20px;
}
#navBar {
	display: inline;
	float: left;
	height: 24px;
	width: 955px;
	background-color: #99CC99;
	text-align: center;
	margin-top: 10px;
}
#narrative {
	display: inline;
	float: left;
	height: auto;
	width: 925px;
	padding-top: 15px;
	font-size: 14px;
	line-height: 1.5em;
	color: #333300;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#wrapper #narrative h1 {
	font-size: 18px;
	font-weight: bold;
	color: #333366;
}

#slideShow {
	display: inline;
	height: 320px;
	width: 420px;
	float: left;
	margin: 10px;
		
}
#footer {
	display: inline-block;
	float: left;
	height: auto;
	width: 925px;
}
#wrapper #narrative #footer h5 {
	color: #CCCCCC;
	font-size: 9px;
}


.busBold {
	font-size: 16px;
	font-weight: bold;
}
