/* updated 2/10/2025 */

body {
	background-color: #ffffff;
	margin: 0 2em 1em 5em;
}
main {
    margin-left: 2.5em;
    margin-right: 2.5em;
    width: 55em;
}
a {
    font-weight: bold;
    text-decoration: none;
	color: #577da8;
}
a:hover {
	color: #000;
}
hr {
/*display: none;*/
}
h1 {
	color: #46597D;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: normal;
}
h2 {
	color: #46597D;
/*font-family: Garamond, Times New Roman, Times, serif;*/
	font-size: 1.5em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
}
h3 {
	color: #46597D;
	font-size: 1.4em;
	font-weight: normal;
}
.noteSpace > h3:first-child {
    color: #FFFFFF; /* change the color to match your background */
	font-size: 1.4em;
	font-weight: normal;
}
h4 {
	color: #46597D;
	font-size: 1.2em;
	font-weight: bold;
}
h5 {
	color: #46597D;
	font-size: 1.0em;
	font-weight: bold;
}
h6 {
	color: #46597D;
	font-size: 0.8em;
	font-weight: bold;
}
div.teidiv > h2:first-child {
/*background: red;*/
	font-family: verdana, arial, helvetica, sans-serif;
}
ol {
    padding: 1em;
	font-size: 1.0em;
	line-height: 1.8em;
}
ul {
    padding: 2em;
	font-size: 1.0em;
	line-height: 1.8em;
	list-style-type: none;
}
li {
    font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.8em;
}
p, tr, td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.0rem;
	line-height: 1.8rem;
	margin-bottom: 0.75rem;
}
p.note {
    padding: 0;
}

div.table {
    display: table;
    font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.8em;
	width: 100%;
	margin-left: 3em;
}
p.tableRow {
   display: table-row-group;
}
span.left {
    display: table-cell;
    width: 38%;
    float: left;
}
span.right {
    display: table-cell;
    width: 60%;
    float: right;
    text-align: center;
}
img.cell {
    border: 2px solid black;
}
div.blockquote {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.8em;
	margin-left: 5em;
	margin-right: 5em;
	letter-spacing: 0.3px;
}
div.lg {
    margin-bottom: 2em;
}

div.byline {
color: #46597D;
	font-size: 1.4em;
	font-weight: normal;
	margin-bottom: 2em;
    
}
.blockquote {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.8em;
	margin-left: 5em;
	margin-right: 5em;
	letter-spacing: 0.3px;
}
/*
  blockquote {
  font-size: .9em;
  line-height: 1.5em;
  }
 */
 
 .indent1 {
     margin-left: 3em;
 }
 
  .indent2 {
     margin-left: 5em;
 }
.notes {
	font-size: .9em;
	line-height: 1.5em;
}
.toc {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 2em;
}
.hang {
	font-size: .9em;
	line-height: 1.5em;
	margin-left: 30px;
	text-indent: -30px;
}
.breadcrumb {
	font-size: .8em;
}
.blockleft {
	margin-left: .1em;
	width: 45%;
	float: left;
}
.blockright {
	margin-right: .1em;
	width: 25%;
	float: right;
}
.clear {
	clear: both;
}
sup {
    margin-top: -0.3rem;
    padding-bottom: 0.5rem;
    font-size: 0.8rem;
    line-height: 1.3rem;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 12pt;
	text-align: center;
	text-indent: 0pt;
	text-decoration: none
}
.pgBottom {
    clear: both;
    margin-top: 1em;
    text-align: center;
}

.titlem {
	font-style: italic;
}
.titlej {
	font-style: italic;
}

figcaption {
    font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.8em;
	padding: 1em;
}

/* Navigation, courtesy of ChatGPT, with adjustments */

nav {
    background-color:#5070a1ad;
    width: 65em;
    height: 6.5em;
    font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
    color: white;
    font-weight: bold;
    display: block;
    margin-right: -5em;
}
ul.nav {
    text-align: right;
    width: 50%;
    float: right;
}
li.nav {
    list-style-type: none; 
    padding: 1em;
    display: inline-block;
    position: relative;
}
.nav a {
    font-weight: bold;
    text-decoration: underline;
	color: white;
}
.nav a:hover {
    color: #000;
}
.drop {
    text-decoration: underline;
    color: white;
}
.drop:hover {
    text-decoration: none;
	color: #000;
}
.dropdown {
    display: none;
    position: absolute;
    top: 3rem;
    left: 1rem;
    background-color: #333;
    padding: 0;
    margin: 0;
    text-align: center;
    width: 6rem;
}
ul.dropdown li {
  display: list-item;;
  font-size: .6em;
}

ul.dropdown li a {
  padding: 6px;
  width: 300px;
}

ul.dropdown li a:hover {
  background-color: white;
}

/* Show the dropdown menu on hover */
li.nav:hover > ul {
  display: block;
}
/* end nav */


div.noteSpace {
    height: 60em;
}
.footer {
    border-top: black 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	text-align: center;
	text-indent: 0pt;
	text-decoration: none;
	margin-top: 1rem;
	padding-top: 1rem;
}