*     { font-family: "Times New Roman", Times, serif;}
p     { text-align: justify; }

blockquote {
  margin-left: 5%;
  margin-right: 5%;
}

.body {
  background-image: url(../Images/siback.gif);
  min-width: 600px;
  margin-left: 2%;
  margin-right: 2%;
  font-size: 1em;
  }
    
.linkButton {
  border: 2px solid #f8f8f8;
  background-color: #f8f8f8;
  border-radius: 4px;
  color: rgb(10, 10, 10);
  padding: 2px 2px;
  text-align: center;
  text-decoration: none;
  position: relative;
  display: inline-block; 
  font-size: 1rem;
  margin: 2px 2px;
  cursor: pointer;
}

.dropbtn {
  background-color: #0627a8;
  color: white;
  padding: 1cap;
  font-size: 12px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 2px 2px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #336ed3;
}

.address {
  align-content: start;
  font-weight: bold;
  font-size: 20px;
  margin-left: 10px;
}

h1 {
font-size: 2rem;
align-content: center;
text-align: center;
}

h2 {
font-size: 1rem;
align-content: center;
text-align: center;
}

h3 {
font-size: 1rem;
align-content: left;
text-align: left;
}

h4 {
font-size: 1rem;
align-content: left;
text-align: left;
}

hr {
line-height: 1px;
}

.legendText {
  align-content: center;
  text-align: center;
  font-size: 1rem;
  margin-left: 5%;
}

.center {
  align-content: center;
  align-self: auto;
 }

 .contact {
  border-width: 10px;
 }

 .col5 {
  width:        5%;
  border-width: 10px;
 }

 .col50 {
  width:        50%;
  border-width: 10px;
 }

 .docs {
  align-content: start;
  align-self: auto;
  font-weight: bold;
  font-size: 20px;
 }

 .download  {
  align-content: left;
  text-align: justify;
  font-weight: bold;
  font-size: 1rem;
  margin-left: 5%;
  margin-right: 5%;
 }

 .images {
  align-content: center;
  border: 1px solid;
  border-color: rgb(208, 208, 208);
  margin: 5%;
  min-width: 300px;
  max-width: 800px;
  width: 90%;
 }

 .link {
  font-size: 1rem;
  font-style: bold;
  -webkit-text-fill-color: black;
 }

 .list {
  list-style-type: circle;
  list-style: circle;
  font-size: 1rem;
  font-style: bold;
 }

 menu {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

 .note {
  font-size:large;
  font-style: bold;
  width: 80%;
  margin-left: 5%;
  text-align: justify;
 }

.subTitle {
  align-content: center;
  font-size: 1.5rem;
  font-style: bold;
  width: 90%;
  text-align: center;
  width: 90%;
 }

 .subSubTitle {
  align-content: left;
  font-size: 1.2rem;
  font-style: bold;
  padding-left:5%;
  width: 90%;
  text-align: left;
  width: 90%;
 }

 .table {
  width: 50%;
  height: 156px;
  border: 0px;
  margin-left: 5%;
  margin-right: 5%;
 }

 .table100 {
  width: 100%;
  border: 0px;
  margin-left: 2%;
  margin-right: 2%;
 }

 .td50 {
  width: 45%;
 }

 .threeColumns {
  align-content: center;
  column-count: 3;
  column-gap: 5%;
  font-size: 1rem;
  font-style: bold;
  color: blue;
  text-align: center;
 }

 .twoColumns {
  align-content: center;
  column-count: 2;
  column-gap: 5%;
  font-size: 1rem;
  font-style: bold;
  color: blue;
  text-align: center;
 }

 .title {
  align-content: left;
  font-size: 2rem;
  font-style: bold;
  width: 90%;
  text-align: center;
  width: 90%;
 }

 .text {
  font-size: 1rem;
  font-style: normal;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  text-align: justify;
  width: 90%;
 }

 .text-small {
  font-size: 0.9rem;
  font-style: normal;
  width: 90%;
  text-align: center;
 }

 .text-center {
  font-size: 0.9rem;
  font-style: normal;
  width: 90%;
  text-align: center;
 }

 .versions {
  font-size: 2rem;
  text-align: justify;
 }


a {
	color: blue;
	text-decoration: none;
	}

a:hover {
	background: blue;
	color: #FFF;
	}

ul#navmenu {
	margin: 10px;
	border: 20px none;
	padding: 20px;
	width: 90%;
	list-style: none;
	height: 36px;
	}

ul#navmenu li {
	margin: 0px;
	border: 0 none;
	padding: 0;
	float: left;
	display: inline;
	list-style: none;
	position: relative;
	height: 36px;
	}

ul#navmenu ul {
	margin: 0;
	border: 0 none;
	padding: 0px;
	width: 10px;
	list-style: none;
	display: none;
	position: absolute;
	top: 36px;
	left: 0px;
	}

ul#navmenu ul:after {
	clear: both;
	display: block;
	font: 1px/2px serif;
	content: ".";
	height: 0;
	visibility: hidden;
	}

ul#navmenu ul li {
	width: 250px;
	float: left;
	display: block !important;
	display: inline;
	}

ul#navmenu a {
	border: 1px solid black;
	border-right-color: black;
	border-bottom-color: black;
	padding: 10px 20px;
	float: none;
	float: left;
	display: block;
	background: #FFFFFF;
	color: #000000;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: auto !important;
	height: 1%;
	}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
	background: #000000;
	color: #FFFFFF;
	}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
	float: none;
	background: #FFFFFF;
	color: #000000;
	}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
	background: #FFFFFF;
	color: #000000;
	}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
	background: #FFFFFF;
	color: #000000;
	}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
	background: #FFFFFF;
	color: #000000;
	}

/* 4th Menu */
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
	background: #FFFFFF;
	color: #000000;
	}

/* 4th Menu Hover */
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover {
	background: #FFFFFF;
	color: #000000;
	}

ul#navmenu ul ul,
ul#navmenu ul ul ul {
	display: none;
	position: absolute;
	top: 0px;
	left: 250px;
	}

ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
	display: none;
	}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
	display: block;
	}

