@charset "utf-8";
/* CSS Document */
body{
	background-color:#f7fcff;
	/*border-color:#000;
	border-style:solid;*/
	width:800px;
	margin:0 auto;
}
header{
	/*width:800px;*/
	color:#638694;
	font-family:Verdana, Geneva, sans-serif;
	font-size:24px;
	margin:10px;
}
#reflected{
	display:none;
}
nav{
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,248,254,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(238,248,254,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,248,254,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,248,254,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,248,254,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(238,248,254,1) 100%);
	/*width:800px;*/
}
nav a{
	display:inline-block;
	box-sizing:border-box;
	padding:5px;
	margin:1%;
	width:100px;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#638694;
	text-align:center;
	transition-duration:0.5s;
}
nav a:hover{
	font-size:10px;
}
.active{
	font-weight:bold;
	pointer-events: none;
	cursor: default;
}
footer{
	background-color:#eaf8fb;
	padding:10px;
	color:#638694;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
}
section{
	padding-bottom:10px;
	margin-top:10px;
	margin-bottom:10px;
	border-bottom-color:#638694;
	border-bottom-style:dotted;
	border-bottom-width:2px;
}
.cit{
	font-family:Verdana, Geneva, sans-serif;
	color:#638694;
	font-size:16px;
}
#citation{
	font-size:20px;
	width:580px;
	margin-bottom:5px;
}
.cit>p{
	margin:0;
}
#page404{
	display:inline-block;
	width:400px;
	color:#638694;
	font-family:Verdana, Geneva, sans-serif;
	font-size:60px;
	margin-top:100px;
	position:fixed;
}
#image404{
	position:relative;
	left:400px;
	display:inline-block;
	margin-top:20px;
}