body
{
	background-color: #e6e6e4;
	margin: 0px;
	font-family: Arial;
}
header
{
	text-align: center;
	position: sticky;
	top: 0;
	z-index: 999;
}
.nav
{
	border: 1px solid #002b80;
	background-color: #002b80;
	color: white;
	width: 100%;
}
.nav tr
{
	height: 40px;
}
.nav a
{
	color: white;
	text-decoration: none;
}
.nav a:link
{
	color: white;
	text-decoration: none;
}
.nav a:visited
{
	color: white;
	text-decoration: none;
}
.nav a:hover
{
	color: white;
	text-decoration: none;
}
.nav a:active
{
	color: white;
	text-decoration: none;
}
.navbarbutton
{
	width: 15%;
}
.navbartitle
{
	width: 70%;
}
h1
{
	margin: 0px;
}
h2
{
	font-size: 100%;
}
.grid
{
	margin-top: 18px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.grid td
{
	width: 33%;
}
.grid button
{
	background-color: #ffffff;
	border: 1px solid #d4d4d5;
	color: #2a2a2a;
	width: 100px;
	height: 100px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 110%;
	font-weight: bold;
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 4px;
	padding: 0px;
}
.contentbox
{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	border: 1px solid #d4d4d5;
	background-color: #ffffff;/*#fefefc;*/
	color: #2a2a2a;
	width: 95%;
}
p
{
	text-align: left;
	padding: 5px;
}
ul
{
	text-align: left;
}
li
{
	margin-bottom: 5px;
}

a:link
{
	color: #336eff;
	text-decoration: none;
}
a:visited
{
	color: #336eff;
	text-decoration: none;
}
.standardtable
{
	border: 1px solid;
	border-collapse: collapse;
}
.standardtable td
{
	border: 1px solid;
	padding: 5px;
}
.collapsiblebutton {
  
  background-color: #ffffff; /*clickable background colour*/
  color: #2a2a2a; /*clickable text colour*/
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 110%;
  font-weight: bold;
}
.active, .collapsiblebutton:hover {
  background-color: #f2f2f2;
}
.collapsiblebutton:after {
  content: '\002B';
  color: #2a2a2a;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}
.collapsiblecontent {
  padding: 0 10px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #ffffff;
}
hr
{
	margin-top: 30px;
	margin-bottom: 30px;
}