body {
	font-family: Book Antiqua, Bookman Old Style, Times New Roman, serif;
	font-size: 100%;
	width: 100%;
	margin: 15px auto;
	text-align: left;
	padding: 0px;
	/*background: #FBF4D7; #fcfdda;*/
	}
	
a {
	color: #134f47;
	font-family: Arial;
	font-weight: bold;
}

a:hover {
	color: #9f1724; /*#94a09e;*/
	}

h1 {
	font-size: 300%;
	font-weight: bold;
	margin: 10px;
	padding-top: 10px;
	text-align: left;
	width: 80%;
}

h2 {
	font-size: 200%;
	font-weight: bold;
	margin: 15px;
	text-align: right;
	width: 80%;
}

#header {	
	background-image: linear-gradient(to bottom, #EAEFEE, #fff);
	margin: 0px auto;
	margin-top: -35px;
	width: 100%;
	text-align: center;
	position: sticky;
	top: 0;
}

#header ul {
	border-top: 4px solid #134f47;
	border-bottom: 4px solid #134f47;
	list-style-type: none;
	background: #D4DFDE;
	padding: 10px;
	margin: 00px 0px 0px 0px;
	clear: both;
}

#header ul li {
	display: inline;
	margin: 0px 15px 0px 15px;
	padding: 0px;
}

#header ul li a {
	text-decoration: none;
	font-weight: bold;
	font-size: 105%;
	padding: 12px 15px 12px 15px;
}

#header ul li a:hover {
	background: #134f47;
	color: #fff;
	text-shadow: 1px 1px 1px black;
}

#header ul li a.current {
	background: #9f1724;
	color: #fff;
	text-shadow: 1px 1px 1px black;
}

#content {
	margin: 10px auto;
	margin-top: -10px;
	padding: 50px 25px 25px 25px;
	margin-bottom: 30px;
	width: 80%;
	/*border-left: 2px solid #9f1724;
	border-right: 2px solid #9f1724;
	border-bottom: 2px solid #9f1724;*/
	background: #fff;
	/*font-family: Courier New, monospace;*/
}

p {
	text-align: left;
	margin: 10px;
	text-indent: 25px;
	line-height: 1.5;
	font-size: 120%;
}

#footer {
	background: #F9FBFA;
	border-top: 2px solid #134f47;
	margin: 0px auto;
	padding: 5px 10% 10px 10%;
	height: 2.5rem;
	position: absolute;
	bottom: 0;
}

#footer p {
	font-size: 100%;
}

#bottom {
	background: #EEF2F1;
	padding: 2px 0px 20px 2px;
	margin: 100px 0px -10px 0px;
	border-top: 1px solid #EEF2F1;
	position: fixed;
	bottom: 0;
	width: 100%;
}

h3 {
	font-size: 150%;
	text-align: center;
}

h4 {
	font-size: 130%;
}

.right {
	float: right;
	margin: 10px;
}