/* -- Main Style Sheet | March 2020 -- */

* {
	margin: 0;
	padding: 0;
	font-size: 10px;
}

body {
	background-color: #eee;
}



/* -- DIV Styles -- */

div#ending {
		margin: 3em auto 3em auto;
		padding: 2em 2em 0.5em 2em;
		width: 70%;
		border: 1px solid #900;
		border-radius: 20px;
		font-size: 1em;
}

#ending p {
		font-size: 1.25em;
		line-height: 1.5em;
		color: #300;
}

#ending p a:link {
		color: #000;
}


div#topbanner {
	position: sticky;
	top: 0;
	background-color: #fff;
	border-bottom: 1px solid #999;
	width: 100%;
	height: 65px;
}

div#container {
	margin: 0 auto 0 auto;
	width: 80%;
	max-width: 1000px;
	border: 1px double #999;
	border-width: 0 3px 0 3px;
}

div#spotlight {
	margin-bottom: 2em;
	text-align: center;
}

div#mainbody {
	background-color: #fff;
	padding: 1em 1em 2em 1em;
}

div.bodysection {
	clear: both;
	margin: 2em 0;
	padding: 3em 0;
}

div.narrowbody {
	clear: both;
	margin: 2em 3em;
	padding: 3em 0;
}

div.callout {
	clear: both;
	margin: 1em auto 1em auto;
	padding: 1em 2.5em;
	width: 75%;
	color: #c00;
	font-size: 150%;
	font-weight: bold;
	font-style: italic;
	border: 1px solid #900;
	border-width: 1px 0;
}

div#footer {
	clear: both;
	width: 100%;
	text-align: center;
	border-top: 1px solid #007dbd;
	background-color: #eef;
}


/* -- FONT Styles -- */

h1, h2, h3, h4 {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 1em;
}

h1 {
	margin-bottom: 0;
	color: #c00;
	font-size: 2.4em;
}

div#topbanner h1 {
	padding-top: 0.75em;
	text-align: center;
}

h2 {
	color: #2971b9;
	font-size: 2.2em;
}

h3 {
	color: #933;
}

/* to account for the static header */
h3:before {
  display: block;
  content: " ";
  margin-top: -80px;
  height: 80px;
  visibility: hidden;
}


h4 {
	color: #007dbd;
	font-size: 1.6em;
}

p, a, li, dt, dd, th, td, input, textarea {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	color: #333;
	text-align: left;
}

p {
	line-height: 1.5em;
	margin-bottom: 1.2em;
}

.callout p {
	margin-bottom: 0;
	text-align: center;
	line-height: 1.2em;
}

dt {
	margin-bottom: 0.25em;
	font-weight: bold;
}

dd {
	margin-bottom: 1em;
}

sup {
	vertical-align: super;
	font-size: 0.5em;
}


/* -- ANCHOR Styles -- */

a {
	color: #336;
	font-size: inherit;
}

#footer a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #c00;
}

#footer a:hover {
	color: #c00;
	text-decoration: underline;
}

a.buybutton {
	padding: 0.5em 1em;
	width: 10em;
	border: 1px solid #d00;
	border-radius: 25px;
	background-color: #d00;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#spotlight a:hover {
    background-color: #c00;
	border-color: #c00;
}


/* -- LIST Styles -- */

ul, ol, dl {
	margin: 0 0 2em 1.75em;
}

ul.nobullet, ol.nobullet {
	list-style-type: none;
	margin-left: 0;
}

dl#learnmore {
	margin-bottom: -5em;
}

dl#learnmore dt a {
	font-weight: inherit;
	color: #369;
}

dl#learnmore dd {
	display:none;
	padding: 0.25em 0.5em 0.25em 0.5em;
	font-size: 1.3em;
	line-height: 1.25em;
	text-align: justify;
}

li, dt, dd {
	margin-left: 1.5em;
	margin-right: 1.5em;
	line-height: 1.2em;
}

#footer ul {
	margin: 0.5em 0 0 0;
}

#footer li {
	margin-left: 0;
	list-style-type: none;
	font-size: 1.2em;
	line-height: 1.5em;
}


/* -- SPAN Styles -- */

span.mkbk {
	font-weight: bold;
	font-size: inherit;
	color: #444
}

span.mkbkweb {
	color: #007dbd;
	font-size: inherit;
}


strong {
	font-weight: bold;
	font-size: inherit;
}

em {
	font-style: italics;
	font-size: inherit;
}



/* -- IMAGE Styles -- */

#topbanner img {
	margin: 2px;
	border: 0;
}

#spotlight img {
	margin: 1.5em 0;
	border: 0;
}

p.pink {
  background-color: #c00;	
}



img.fleft {
	display: block;
	float: left;
	margin: 1em 2em 1em 1em;
}

img.fright {
	display: block;
	float: right;
	margin: 1em 1em 1em 2em;
}

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
	width: 50%;
	border: 3px solid #900;
	padding: 10px;
}

/* -- TABLE Styles -- */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

table#subnav {
	margin: 0 auto;
}

#footer table {
	margin: 0 auto 1em auto;
	max-width: 750px;
}

th {
	padding: 1em 0 0.25em 0;
	font-weight: bold;
	color: #007dbd;
}

#footer th {
	padding: 0.2em 0 0 0;
}

td {
	vertical-align: top;
}

table#versions {
	margin: 0 auto;
	border: 1px solid #ddd;
}

table#versions th, table#versions td {
	padding: 4px 0 4px 1.2em;
	font-size: 1.2em;
	text-align: center;
	vertical-align: middle;
}

table#versions th {
	color: #eee;
	font-size: 1.4em;
	background-color: #007dbd;
	border-bottom: 1px solid #036;
}

table#versions td a:link,
table#versions td a:visited {
	font-size: inherit;
	color: #007dbd;
}

table#versions td a:hover {
	color: #933;
}

table#versions th.lalign, table#versions td.lalign {
	text-align: left;
}

table#versions th.tdstyle {
	color: #333;
	font-size: 1.2em;
	font-weight: normal;
	background-color: inherit;
	border-bottom: 0;
}

tr.band {
	background-color: #eee;
	border-bottom: 1px solid #ddd;
}
