body {
  background-color: white;
   margin: 0px;
}

div.headspace {
  position: relative;
  text-align: center;
  }
	
div.centerhead {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.center {
	display: block;
  margin-left: auto;
  margin-right: auto;
}


div.navcenter {
   text-align: center;
   width: 100%;
   background-color: darkblue;
  padding-top: 3px;
  padding-bottom: 3px;
  
   position: absolute;
 
  left: 50%;
  transform: translate(-50%, -50%); 
}

H1 {
color: darkblue;
text-shadow: 2px 2px 5px grey;}

H2 {
color: white;
text-shadow: 2px 2px 3px grey;
text-align: center;
margin: 3px;
}

H3 {
color: darkblue;
text-shadow: 2px 2px 4px grey;
font-style: italic;}

H3.bodyh3
{
color: white;
font-style: normal;
text-shadow: 0px 0px;
margin: 2px;}

H4  {
	color: white;
text-shadow: 1px 1px 2px grey;
font-style: italic;
text-align: center;
margin: 2px;
}

span.listed {
	color:white;
	font-style: italic;
	
}
hr.top {
  display: block;
  color: darkblue;
  background-color: darkblue;
  height: 2px;
}

hr {
  display: block;
  color: darkblue;
}
a.navlink {
	text-decoration: none;
  padding-right: 25px;
  padding-left: 25px
}

span.hyphen { color:white;
}

a.navlink:link {
  color: white;}

a.navlink:visited {
  color: white;}

a.navlink:hover {
  color: lightblue;}

a.navlink:active {
  color: red;}

div.sidebar {
	float:right;
	padding: 10px;
	padding-top: 50px;
	background-color: lightgrey;
	border: 2px outset grey;
	margin-top: 0px;
	color: darkblue;
	width: 18%;
}
div.sbtitles {
	margin-bottom: 7px;
	font-weight: bold;
	color: darkblue;
	text-align: center;
}

div.sbsub {
	text-align: center;
}

div.maincont{
	background-color: blue;
	color: lightgrey;
	padding-left: 4%;
	padding-right: 25%;
	padding-top: 70px;
}




p {
	padding-left: 10px;
}

div.footer {
	background-color: darkblue;
	color: lightgrey;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
	
a.footerlink:link {
	color: white;
}
	
a.footerlink:visited {
	color: white;
}
a.footerlink:hover {
	color: lightblue;
}
a.footerlink:active {
	color: red;
}	
	
	