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#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;
	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: left;
}

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;
	font-size: x-small;
}

hr#status-hr{
	background-color: white;
	clear: both;
}