@charset "ISO-8859-1";
#header {
	width: 700px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
	text-align: center;
}
#header #logo {
	height: 71px;
	width: 214px;
	float: left;
	margin-left: 61px;
}
#header #homebut {
	height: 34px;
	width: 91px;
	float: left;
	position: relative;
	top: 10px;
	margin-left: 10px;
}
#header #aboutbut {
	height: 34px;
	width: 91px;
	float: left;
	position: relative;
	top: 10px;
	margin-left: 10px;
}
#header #referbut {
	height: 34px;
	width: 91px;
	float: left;
	position: relative;
	top: 10px;
	margin-left: 10px;
}
#header #emailbut {
	height: 34px;
	width: 91px;
	float: left;
	position: relative;
	top: 10px;
	margin-left: 10px;
}
#header #navbar {
	position: relative;
	top: -20px;
	float: none;
	width: 420px;
	left: 280px;
	clear: both;
	height: 22px;
	text-align: left;
}
#header #address {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	text-align: center;
	position: relative;
	top: -15px;
}
#wrapper {
	height: 2000px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #mainCopy {
	font-family: Arial, Helvetica, sans-serif;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #bodyCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 18px;
	line-height: 26px;
}
#wrapper #sidebar {
	background-color: #000066;
	height: 180px;
	width: 100px;
	float: left;
	margin-right: 10px;
	padding: 3px;
}
#wrapper #sideReference {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #FFFFFF;
	background-color: 000066;
	padding: 3px;
	float: left;
	height: 250px;
	width: 150px;
	margin-right: 10px;
}
#wrapper #sideRef {
	background-color: #000066;
	height: 350px;
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-style: oblique;
	float: left;
	margin-left: 65px;
	padding: 3px;
}
#wrapper #references {
	width: 575px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

