@charset "utf-8";
/* CSS Document */

simple reset ----------------------------------- */ html, body, ul, ol, li, form, fieldset, legend {
  margin: 0;
  padding: 0;
}

fieldset, img {
  border: 0;
}

legend {
  color: #000;
}

input, textarea, select, button {
  font-size: 110%;
  line-height: 1.1;
  font-family: helvetica, arial, sans-serif;
}

button {
  width: auto;
  overflow: visible;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}

abbr, acronym {
  border-bottom: .1em dotted;
  cursor: help;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

pre, code {
  font-family: "Courier New", monospace, serif;
  font-size: 100%;
  line-height: 1.2;
}

/* ------------ End Reset -------- */

/* -----------------------------------
elements
----------------------------------- */

body {
  margin: 20px auto;
  padding: 0 5px;
  color: #000;
  background-color: #ffffff;
  font: 90%/1 "DejaVu Sans", "URW Gothic L", "Helvetica Neue", Helvetica, Arial, "Microsoft Sans Serif", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 .5em;
  color: #c40000;
}

h1 {
  font-size: 200%;
}

h2 {
  font-family: helvetica, arial, sans-serif;
  font-size: 180%;
  color: #CCFFFF;
}

h3 {
  font-size: 160%;
}

h4 {
  font-size: 140%;
}

h5 {
  font-family: helvetica, arial, sans-serif;
  font-size: 120%;
  color: #CCFFFF;
}

h6 {
  font-size: 110%;
  font-family: helvetica, arial, sans-serif;
  color: #CCFFFF;
}
/*  Layout
--------------------------- */

.container {
	max-width: 700px;
	margin: 0 auto;
	padding: 20px;
	font-family: "Times New Roman", Times, serif;
	display: grid;
	grid-template-columns: 200px 1fr;
	grid-auto-rows: minmax(10px, auto);
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	grid-template-areas:
		"hd hd"
		".   ."
		"pic lul"
		".   ."
		"hc hc"
		".   ."
		"ft ft";
}
.photo {
  grid-area: pic;
  max-height: 244px;
}

.leftul {
  grid-area: lul;
  align-self: start;
  justify-self: start;
}
.leftul-adr {
  grid-column: 1/-1;
  grid-row: 2/3;
  align-self: center;
  justify-self: center;
}
.header {
  height: 100px;
  background: #8EC0F2;
  grid-area: hd;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 2fr 1fr;
}

.homeCopy {
  grid-area: hc;
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  text-decoration: none;
}

.pscName {
  align-self: center;
  text-align: center;
  font: 20px times new roman;
  color: #0E177C;
  letter-spacing: 0.3em;
  font-weight: lighter;
  line-height: 22px;
}

.sections {
  align-self: center;
  text-align: center;
}

.sections a {
  text-decoration: none;
  font-weight: bold;
  color: #CC3300;
  letter-spacing: 0.2em;
  font-family: "times new roman";
  font-size: 16px;
}

.sections a:hover {
  text-decoration: none;
  color: #000000;
  font-size: 1.2em;
}

.date {
  height: 18px;
  grid-column: 1;
  grid-row: 2;
  padding: 10px 0;
  align-self: END;
  text-align: center;
  background: #006;
}

.date a {
  font: 12px times new roman;
  color: #fff;
  line-height: 18px;
  text-decoration: none;
}
.pnumber {
  height: 18px;
  grid-column: 2/-1;
  grid-row: 2;
  padding: 10px 0;
  align-self: END;
  color: #fff;
  text-align: center;
  background: #006;
}
.footer {
  grid-area: ft;
  background: #006;
  padding: 5px 2px;
  color: #fff;
  text-align: center;
  font-family: "times new roman";
  grid-area: ft;
}

.footer a {
  color: #CCC;
}

.pageHeaderSmall {
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
  font-style: italic;
  line-height: inherit;
  color: #990000;
  background-color: #FFFFFF;
  text-align: left;
  margin-bottom: 2px;
}

/*  lists
-------------------------- */

.leftul ul {
  color: #000;
  font-size: 18px;
  line-height: 24px;
}

.lefColTitle {
  border: 1px #003366;
  border-right-style: groove;
}

.leftul li {
  padding: 5px;
  margin: 5px;
  color: #000000;
  background: #FFFFFF;
}

.leftul li:hover {
  color: rgb(2, 0, 87);
}

/* Main body
------------------------ */

.pageTitle {
  border: 1px #003366;
  border-right-style: groove;
  border-bottom-style: ridge;
  margin-top: 68px;
  text-align: center;
  font: 14px times new roman;
  color: #0E177C;
  letter-spacing: 0.3em;
  font-weight: lighter;
  line-height: 22px;
  background: #FFF;
  text-shadow: 1px 0px 0px #000066;
}

.pageTitleReal {
  border: 1px #003366;
  border-right-style: groove;
  border-bottom-style: ridge;
  margin-top: 25px;
  text-align: center;
  font: 14px times new roman;
  color: #0E177C;
  letter-spacing: 0.3em;
  font-weight: lighter;
  line-height: 22px;
  background: #FFF;
  text-shadow: 1px 0px 0px #000066;
}

.pageTitleRealCl {
  border: 1px #003366;
  border-right-style: groove;
  border-bottom-style: ridge;
  margin-top: 46px;
  text-align: center;
  font: 14px times new roman;
  color: #0E177C;
  letter-spacing: 0.3em;
  font-weight: lighter;
  line-height: 22px;
  background: #FFF;
  text-shadow: 1px 0px 0px #000066;
}

.homeLi {
  padding: 0 0 0 10px;
  margin-left: 13px;
  color: #000000;
  text-decoration: underline;
  text-outline:  !important;
  font-weight: bold;
}

.topLink {
  margin-top: 15px;
  width: 15px;
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
  text-align: center;
  text-indent: hanging;
}
.homeCopyNoUnderline {
  float: left;
  margin: 30px 0 0 30px;
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}

.homeCopyNoUnderline li {
  padding: 0 0 0 10px;
  margin-left: 13px;
  color: #000000;
}

.homeCopyNoUnderlineTitle {
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
  font-style: italic;
  line-height: inherit;
  color: #990000;
  background-color: #FFFFFF;
  text-align: left;
  margin-bottom: 2px;
}

.adr li {
  font-style: normal;
  text-decoration: none;
  font-weight: normal;
}

.adrSpeak li {
  font-style: normal;
  text-decoration: none;
  font-weight: normal;
}

.underlineText {
  text-decoration: underline
}

/*  ------------     Media Queries -----------------    */

@media screen and (min-width: 700px) {
  .pnumber {
    display: none;
  }
	.container {
	  max-width: 1200px;
	  margin: 0 auto;
	  font-family: "Times New Roman", Times, serif;
	  display: grid;
	  grid-template-columns: 200px 1fr;
	  grid-auto-rows: minmax(10px, auto);
	  grid-column-gap: 30px;
	  grid-template-areas: "pic hd" "pic ." "pic hc" "pic hc" "lul hc" "lul hc" ".   hc" ".   ." "ft ft";
	}

	.photo {
	  grid-area: pic;
	  max-height: 244px;
	}

	.leftul {
	  grid-area: lul;
	  align-self: start;
	  justify-self: start;
	}
	.leftul ul {
	  color: #000;
	  font-size: 16px;
	  line-height: 20px;
	}
  .leftul-adr {
    grid-column: 1;
    grid-row: 1/10;
    align-self: start;
    justify-self: start;
  }
	.header {
	  height: 100px;
	  background: #8EC0F2;
	  grid-area: hd;
	  display: grid;
	  grid-template-columns: 2fr 1fr 1fr;
	  grid-template-rows: 2fr 1fr;
	}

	.homeCopy {
	  grid-area: hc;
	  font-family: "Times New Roman", Times, serif;
	  font-size: 16px;
	  line-height: 24px;
	  color: #000000;
	  text-decoration: none;
	}

	.pscName {
	  align-self: center;
	  text-align: center;
	  font: 22px times new roman;
	  color: #0E177C;
	  letter-spacing: 0.3em;
	  font-weight: lighter;
	  line-height: 22px;
	}

	.sections {
	  align-self: center;
	  text-align: center;
	}

	.sections a {
	  text-decoration: none;
	  font-weight: bold;
	  color: #CC3300;
	  letter-spacing: 0.2em;
	  font-family: "times new roman";
	  font-size: 18px;
	}

	.sections a:hover {
	  text-decoration: none;
	  color: #000000;
	  font-size: 1.3em;
	}

	.date {
	  grid-column: 1 / -1;
	  grid-row: 2;
	  padding: 10px 0;
	  align-self: END;
	  text-align: center;
	  background: #006;
	}

	.date a {
	  font: 12px times new roman;
	  color: #fff;
	  line-height: 18px;
	  text-decoration: none;
	}

	.footer {
	  grid-area: ft;
	  background: #006;
	  padding: 5px 2px;
	  color: #fff;
	  text-align: center;
	  font-family: "times new roman";
	  grid-area: ft;
	}

	.footer a {
	  color: #CCC;
	}
}
@media screen and (max-width: 500px) {
  .container {
  	max-width: 100vw;
  	margin: 0 auto;
  	padding: 2px;
  	font-family: "Times New Roman", Times, serif;
  	display: grid;
  	grid-template-columns: 200px 1fr;
  	grid-auto-rows: minmax(10px, auto);
  	grid-column-gap: 10px;
  	grid-row-gap: 5px;
  	grid-template-areas:
  		"hd hd"
  		"pic pic"
      "lul lul"
  		"hc hc"
  		"ft ft";
  }
  .photo {
    grid-area: pic;
    max-height: 244px;
    justify-self: center;
  }

  .leftul {
    grid-area: lul;
    align-self: start;
    justify-self: start;
  }

  .header {
    height: 100px;
    background: #8EC0F2;
    grid-area: hd;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 2fr 1fr;
  }

  .homeCopy {
    grid-area: hc;
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    text-decoration: none;
  }

  .pscName {
    align-self: center;
    text-align: center;
    font: 20px times new roman;
    color: #0E177C;
    letter-spacing: 0.3em;
    font-weight: lighter;
    line-height: 22px;
  }

  .sections {
    align-self: center;
    text-align: center;
  }

  .sections a {
    text-decoration: none;
    font-weight: bold;
    color: #CC3300;
    letter-spacing: 0.2em;
    font-family: "times new roman";
    font-size: 14px;
  }

  .sections a:hover {
    text-decoration: none;
    color: #000000;
    font-size: 1.2em;
  }

  .date {
    grid-column: 1 / -1;
    grid-row: 2;
    padding: 10px 0;
    align-self: END;
    text-align: left;
    background: #006;
  }

  .date a {
    padding-left: 10vw;
    font: 12px times new roman;
    color: #fff;
    line-height: 18px;
    text-decoration: none;
  }
  .pnumber {
    height: 18px;
    grid-column: 2/-1;
    grid-row: 2;
    padding: 10px 0;
    align-self: END;
    color: #fff;
    text-align: center;
    background: #006;
  }
  .footer {
    grid-area: ft;
    background: #006;
    padding: 5px 2px;
    color: #fff;
    text-align: center;
    font-family: "times new roman";
    grid-area: ft;
  }

  .footer a {
    color: #CCC;
  }

  .pageHeaderSmall {
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    font-style: italic;
    line-height: inherit;
    color: #990000;
    background-color: #FFFFFF;
    text-align: left;
    margin-bottom: 2px;
  }

  /*  lists
  -------------------------- */

  .leftul ul {
    font-size: 18px;
    line-height: 24px;
  }
  .leftul ul li {
    padding: 0px;
    margin: 0px;
    color: #000000;
    background: #FFFFFF;
  }

  .leftul ul li:hover {
    color: rgb(2, 0, 87);
  }
  .leftul-adr {
    grid-column: 1/-1;
    grid-row: 2/3;
    align-self: center;
    justify-self: center;
  }
  /* Main body
  ------------------------ */

  .pageTitle {
    border: 1px #003366;
    border-right-style: groove;
    border-bottom-style: ridge;
    margin-top: 68px;
    text-align: center;
    font: 14px times new roman;
    color: #0E177C;
    letter-spacing: 0.3em;
    font-weight: lighter;
    line-height: 22px;
    background: #FFF;
    text-shadow: 1px 0px 0px #000066;
  }

  .pageTitleReal {
    border: 1px #003366;
    border-right-style: groove;
    border-bottom-style: ridge;
    margin-top: 25px;
    text-align: center;
    font: 14px times new roman;
    color: #0E177C;
    letter-spacing: 0.3em;
    font-weight: lighter;
    line-height: 22px;
    background: #FFF;
    text-shadow: 1px 0px 0px #000066;
  }

  .pageTitleRealCl {
    border: 1px #003366;
    border-right-style: groove;
    border-bottom-style: ridge;
    margin-top: 46px;
    text-align: center;
    font: 14px times new roman;
    color: #0E177C;
    letter-spacing: 0.3em;
    font-weight: lighter;
    line-height: 22px;
    background: #FFF;
    text-shadow: 1px 0px 0px #000066;
  }

  .homeLi {
    padding: 0 0 0 10px;
    margin-left: 13px;
    color: #000000;
    text-decoration: underline;
    text-outline:  !important;
    font-weight: bold;
  }

  .topLink {
    margin-top: 15px;
    width: 15px;
    font-family: "Times New Roman", Times, serif;
    font-size: 12px;
    text-align: center;
    text-indent: hanging;
  }

  .homeCopyNoUnderline {
    float: left;
    margin: 30px 0 0 30px;
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
  }

  .homeCopyNoUnderline li {
    padding: 0 0 0 10px;
    margin-left: 13px;
    color: #000000;
  }

  .homeCopyNoUnderlineTitle {
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    font-style: italic;
    line-height: inherit;
    color: #990000;
    background-color: #FFFFFF;
    text-align: left;
    margin-bottom: 2px;
  }

  .adr li {
    font-style: normal;
    text-decoration: none;
    font-weight: normal;
  }

  .adrSpeak li {
    font-style: normal;
    text-decoration: none;
    font-weight: normal;
  }

  .underlineText {
    text-decoration: underline
  }
}
