html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin-bottom: 1rem;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
html {
    height: 100%;
}
body {
    line-height: 1.2;
    height: 100vh;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Additional New Top CSS */
table img {
    display: block;
}
p {
    margin: 1rem 0;
}
strong {
    font-weight: bold;
}
blockquote {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 40px;
    margin-right: 40px;
}

/* Start Legacy CSS */
A:hover {
    text-decoration: underline;
    color: #336699;
}
A:link {
    text-decoration: none;
}
A:visited {
    text-decoration: none;
}
A:active {
    text-decoration: none;
}
a {
    text-decoration: none;
}
body {
    background-color: #ffffff;
    color: #35349a;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
}
h2 {
    font-size: 140%;
}
h3 {
    font-size: 120%;
}
h4 {
    font-size: 100%;
}
pre {
    font-family: Courier New, Courier, monospace;
    font-size: 80%;
}

table {
    border-collapse: collapse;
}
td,
th {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    text-align: left;
    vertical-align: top;
}
th {
    font-weight: bold;
    vertical-align: bottom;
}
ul {
    list-style-type: square;
    padding-left: 40px;
}
#demoBox {
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
    padding: 8px;
    width: 24em;
}
.footer {
    margin-bottom: 0px;
    text-align: center;
}

/* Boxed table styles */

table.boxed {
    border-spacing: 2px;
    empty-cells: hide;
}
td.boxed,
th.boxed,
th.boxedHeader {
    background-color: #ffffff;
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
    color: #000000;
    padding: 2px;
    padding-left: 8px;
    padding-right: 8px;
}
th.boxed {
    background-color: #c0c0c0;
}
th.boxedHeader {
    background-color: #808080;
    color: #ffffff;
}
i {
    font-style: italic;
}

body {
    background-color: #003366;
    display: flex;
    flex-direction: column;
    color: black;
}

img {
    display: block;
}

h1 {
    font-size: 1rem;
    margin: 1rem 0;
}

h2 {
    font-size: 0.9rem;
}

header,
section,
footer {
    width: 860px;
    padding: 5px;
    margin: 0 auto;
    background-color: white;
}

header {
    padding-bottom: 0;
}

section.main-content {
    padding-top: 0;
}

nav {
    border: 1px solid black;
    border-top: none;
    width: 99px;
    padding-bottom: 8px;
    flex-shrink: 0;
    max-height: 270px;
}

nav ul,
footer ul {
    list-style-type: none;
    padding-left: 5px;
}

nav ul li {
    padding: 8px 0;
    color: black;
}

nav a {
    color: black;
}

nav a:hover {
    color: #666;
    text-decoration: underline;
}

footer ul {
    display: flex;
    justify-content: space-between;
}

.main-content {
    display: flex;
    flex-wrap: nowrap;
    flex-grow: 1;
}

.page-content {
    padding: 0 25px;
    flex-grow: 1;
}

.page-content ul {
    list-style-type: none;
    padding-left: 20px;
}

.page-content > ul > li {
    padding: 5px 0;
}

ul.short-list {
    padding-left: 0;
}

ul.short-list li {
    padding: 0;
    font-style: italic;
}

ul.std-list {
    list-style-type: disc;
    padding-left: 40px;
}

table.dated td:first-child {
    white-space: nowrap;
    padding-right: 15px;
    font-weight: 700;
}

table.award-table {
    table-layout: fixed;
    width: 100%;
}

table.award-table tr td {
    padding: 10px 5px;
    border: 1px dotted black;
}

table.award-table tr td:first-child {
    width: 60%;
}

table.award-table tr td img {
    margin: 0 auto;
    max-width: 100%;
}