body{	background-color: white;	color: black;}div#logo{	background-color: dodgerblue;	color: white;	font-family: "Century Gothic", serif;	font-weight: bold;	font-size: 3.5em;}div#to-top{	font-weight: bold;	background-color: black;	}a#a-to-top{	color: white;}div#sub-logo-left{	float: left;	width: 65%;	background-color: black;	color: white;	font-family: "Century Gothic", serif;	font-weight: bold;}div#sub-logo-right{	float: right;	width: 35%;	background-color: dodgerblue;	color: white;	font-family: "Century Gothic", serif;	font-weight: bold;	text-align: right;}div#menu{	float: left;	width: 20%;	margin-right: 3%;	font-size: x-small;	background-color: gainsboro;	color: navy;}h3#menu-h3{	background-color: dodgerblue;	color: white;	font-weight: bold;	text-align: center;	font-family: "Century Gothic", serif;}div#main{	float: right;	width: 77%;}div#main-full-width{	clear: both;}div#citation{	background-color: palegoldenrod;	color: black;	width: 96%;	margin-left: 2%;	margin-right: 2%;	margin-top: 1em;	margin-bottom: 1em;}address{	background-color: dodgerblue;	color: white;	clear: both;	font-style: italic;}hr#status-hr{	background-color: white;	clear: both;}
