
body {
	background: #ffffff;
	margin:0;
	font-family: Georgia, Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: normal;
	min-height: 100vh;
	display:flex;
	flex-direction:column;
	}



#nav {
	width: 100%;
	padding: 0;
	list-style: none;
	background-color: #ffffff;
	 }


#nav ul {
height:120px;
margin:0 auto;
	display:flex;
	flex-flow:row nowrap;
justify-content:space-between;
align-items:center;
	}

#nav li {
	margin:0 4%;
	 }

#nav li.topborder {
	border-top: 1px solid #c0c0c0; 
	height:44px;
	 }



#nav li a {
	display: block;
	padding: 8px 12px;
	text-decoration: none;
	border-right: 1px solid rgb(254,254,216); 
	}


#content {
	position:relative;
	top: 20px;
	width:100%;
	height:400px;
	text-align:center;
	overflow-y:auto;
}

p {
	margin:0;
	text-align: center;
	padding-bottom:1.2em;
	line-height:1.4;
	}

h3  {
	font-size:1.4em;
	font-weight:normal;
	text-align: center;

}

a.pdf {font-size:1.6em;}

a:link {color:#336633; text-decoration:none;}
a:hover {color: #666633;text-decoration:underline;} 
a:active {color:#669966;}
a:visited {color: #336633;text-decoration:none;}

div#footer {
	clear:both;
	width:100%;
	height:30px;
	background: #003300;
	color: rgb(254,254,216);
	margin-top: auto;
	padding:12px 0 0 0; 
	font-size:80%; 
	text-align:center;
	}


.center {text-align:center} 
.right {text-align:right} 
.left {text-align:left}
  