:root {
  --color-text:        #284D65;
  --color-link:        #0000B9;
  --color-link-hover:  #284D65;
  --color-heading-1:   #284D65;
  --color-heading-2:   #3a6a87;
  --color-bg:          #CAD8D3;
  --color-nav-bg:      #284D65;
  --color-nav-accent:  #CAD8D3;
  --color-biblio:      #284D65;
  --font-stack:        Verdana, Tahoma, 'Trebuchet MS', Arial, sans-serif;
  --content-width:     900px;
  --content-padding:   10px;
}

#bannerContent {
  background-color: var(--color-nav-bg);
}

/* Layout */
.content {
  width: var(--content-width);
  margin-left: auto;
  margin-right: auto;
  border-left: 3px solid black;
  border-right: 3px solid black;
}

#contentArea {
  width: 880px;
  padding: 25px var(--content-padding) 0 var(--content-padding);
  background: white;
  margin-left: auto;
  margin-right: auto;
}

body {
  font-family: var(--font-stack);
  font-size: 10pt;
  font-weight: normal;
  color: var(--color-text);
  background-color: var(--color-bg);
  margin: 0;
}

a              { color: var(--color-link); text-decoration: none; }
a:visited      { color: var(--color-link); }
a:hover        { color: var(--color-link-hover); }

img { border: 0; }

p, td {
  font-family: var(--font-stack);
  font-size: 10pt;
  font-weight: normal;
  color: var(--color-text);
}

h1 { font-weight: bold; font-size: 16pt; color: var(--color-heading-1); text-align: center; margin: 0 auto 10px; }
h2, h3, h4 { font-weight: bold; font-size: 12pt; color: var(--color-heading-1); font-family: var(--font-stack); margin-left: 0; }
h3, h4 { font-size: 10pt; }

.headertitle { font-weight: bold; font-size: 10pt; color: var(--color-text); }
.emphasis    { font-weight: bold; font-size: 10pt; color: var(--color-heading-1); }
.bibliography { font-weight: bold; font-size: 9pt; color: var(--color-biblio); }
.citation    { font-weight: normal; font-size: 8pt; }
.center      { text-align: center; margin: 0 auto; }
.imageDiv    { margin: 10px auto; text-align: center; padding: 0; }
.float       { float: right; margin: 20px 30px 20px 40px; }
.logo        { float: right; text-align: center; padding: 0 25px 15px 25px; }
.bodies      { padding: 0 30px 30px 30px; }
.email       { font-weight: normal; }

hr {
  border: none;
  border-top: thin double var(--color-heading-2);
  width: 45%;
  text-align: center;
}

/* --- Mobile ------------------------------------------------- */
@media (max-width: 768px) {
  .content     { width: 100%; max-width: 100%; border-left: 0; border-right: 0; }
  #contentArea { width: 100%; box-sizing: border-box; padding-left: 10px; padding-right: 10px; }
  .bodies      { padding: 0 12px 20px; }
  img          { max-width: 100%; height: auto; }
  .float, .logo { float: none; margin: 10px auto; text-align: center; }
  body, p, td  { font-size: 11pt; }
  h1           { font-size: 14pt; }
  h2, h3, h4   { font-size: 11pt; }
}
