﻿* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {background-color: white;}
BODY, div.section {
	margin: 0 auto;
  padding: 2em 2em .5em;
	font-family: Verdana;
	font-size: 20px;
  line-height: 1.5;
	color: #000;
	background-color: #fff;
}

div.section {max-width: 960px;}

/** === LINKS === **/

h1, h2, dt {color: #000080;}

A {
	padding: 0 2px 0 0;
	color: #326891;
	text-decoration: none;
}
A:link, A:visited, A.button:hover {border-bottom: 1px solid #326891;}
A:hover, A:active {
	border-bottom: none;
	color: #e23923;
}
a.button:hover {border-bottom-color: #e23923;}

/** === END OF LINKS === **/
/** === HEADINGS ==== **/

h1, h2  {
	font-family: 'Segoe UI', Tahoma, Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
}
h1 {
	font-family: 'Segoe UI Semilight';
	font-size: 30pt;
	text-align: center;
	line-height: 1.15;
	padding: 4px 1px;
}
h2 {
	font-size: 20pt;
	letter-spacing: 0.28px;
   	padding-bottom: 8px;
	border-bottom: 2px solid #000080;
	margin-bottom: 20px;
}

/** === END OF HEADINGS === **/
/** === NAV LINKS === **/
div.navigation {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	line-height: 1.45;
	margin-bottom: 2em;
}
div.navigation a {
	padding-right: 4px;
	text-decoration: none;
	margin-bottom: 6px;
	letter-spacing: 0.1px;
	border-bottom: 1px solid #000080;
}

div.navigation a:hover {
	padding-bottom: 1px;
	border-bottom: none;
}

/** === END OF NAV LINKS === **/
/** === DEFINITION LIST ITEMS === **/
dl, ul {
	font-family: Arial, sans-serif;
	font-size: 1.05rem;
	letter-spacing: .09px;
}

ul {
	line-height: 1.7;
	margin: 14px 0 14px 35px;
	padding-left: 0;
}
dt {
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: .32px;
}
dd {
	margin-left: 20px;
	margin-bottom: 6px;
}

/** === END DEFINITION LIST ITEMS === **/
/** === BUTTON === **/

.button {
	display: block;
	width: 80px;
	font-family: Arial, sans-serif;
	font-size: 8pt;
	line-height: 30px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	margin: 25px 0 25px auto;
	text-align: right;
	border: 1px solid transparent;
}

/** === END BUTTON === **/
footer {
	height: 70px;
	border: 1px solid royalblue;
	text-align: center;
	line-height: 70px;
	vertical-align: middle;
}

/** === END OF SPANS === **/
