body
{
	font-family: Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	/* Ensure the body takes at least the full viewport height */
}

div#wrapper
{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	border: 1px solid #000;
}

div#header
{
	background: linear-gradient(90deg,rgba(32, 60, 118, 1) 0%, rgba(0, 118, 192, 1) 50%, rgba(32, 60, 118, 1) 100%);
	padding: 20px;
	text-align: left;
	border: 1px solid #000;
}

div#footer
{
	background: linear-gradient(90deg,rgba(32, 60, 118, 1) 0%, rgba(0, 118, 192, 1) 50%, rgba(32, 60, 118, 1) 100%);
	padding: 20px;
	text-align: right;
	border: 1px solid #000;
}

div#header img
{
	width: 40%;
	height: auto;
}

div#main
{
	flex-grow: 1;
	/* Allow main to take up remaining space */
	background-color: #FFF;
	padding: 20px;
	text-align: left;
	border: 1px solid #000;
	/* Default text alignment */
}

.skip
{
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.skip:focus
{
	position: static;
	width: auto;
	height: auto;
}

div#external
{
	background-color: #727779;
	padding-top: 1em;
	height: 2em;
}

div#external ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: right;
}

div#external li
{
	display: inline-block;
	width: -webkit-auto;
	margin-right: 1.5em;
}

/* unvisited link */
div#external a:link { color: white; }

/* visited link */
div#external a:visited { color: white; }

/* mouse over link */
div#external a:hover { color: white; }

/* selected link */
div#external a:active { color: blue; }

div#footer
{
	text-align: center;
	color: white;
	border: 1px solid #000;
}

/* unvisited link */
div#footer a:link { color: white; }

/* visited link */
div#footer l a:visited { color: white; }

/* mouse over link */
div#footer  a:hover { color: white; }

/* selected link */
div#footer  a:active { color: blue; }

/* MFA Styles */

/* unvisited link */
a:link {
  color: #214077;
}

/* visited link */
a:visited {
  color: #214077;
}

/* mouse over link */
a:hover {
  color: #727779;
}

/* selected link */
a:active {
  color: blue;
  }
  p.xlargeText {
    font-size: 2em;
}

p.largeText {
    font-size: 1.5em;
}

img#download{
display: block;
border: .15em solid #214077;
width: 40%;
height: 40%;
margin-left: auto;
margin-right: auto;
margin-top: 1em;
margin-bottom: 1em;
}