

.body {
background-color: white;
font-size: 16px;
line-height: 1.5;
}

.topnav {
background-color: white;
position: relative;
margin-top: -5px;
overflow: hidden;
font-family: arial helvetica sans-serif;
font-size: 18px;
}

.topnav-centered {
margin-left: 15%;
transform: none;
}

hr {
margin-top: 15px; margin-bottom: 20px;
}

.topnav ul {
list-style: none;
padding: 0;
}

.topnav input[type=text] {
  float: right;
  padding: 6px;
  border: 1px;
  margin-top: 0px;
  margin-right: 0px;
  font-family: arial;
  font-size: 16px;
  font-weight: bold;
}

.bottom-nav {
margin-left: 31%;
transform: none;
overflow: hidden;
font-family: arial helvetica sans-serif;
font-size: 18px;
}

.wrapper {
margin-left: auto;
margin-right: auto;
max-width: 80ch;
}

.tables {
font-size: 16px;
line-height: 1.5;
}


h1 {
color: #353895;
font-family: arial black;
font-size: 30px;
text-align: left;
}

h2 {
color: black;
font-family: arial black;
font-size: 24px;
text-align: left;
}


p {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-style: normal;
line-height: 1.5;
margin-left: 0px;
max-width: 90ch;
text-decoration: none;
}

.copy {
font-family: arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 1.5;
max-width: 90ch;
text-decoration: none;
}

ul {
margin-top: 10px;
font-family: arial, helvetica, sans-serif;
font-size: 16px;
font-style: normal;
line-height: 1.5;
text-transform: none;
list-style-type: square;
margin-left: 16px;
padding-left: 0;
border: 0;
}


#content {
	position: absolute;
	top: 131px;
	left: 201px;
	width: 660px
}

#container {
	position: relative;
	left: 0px;
	width: 660px;
}

#encase-left {
	position: relative;
	top: 5px;
	left: 0px;
	width: 250px;
}

#encase-right {
	position: absolute;
	top: 5px;
	left: 260px;
	width: 400px;
}

#frame-left {
	position: relative;
	top: 5px;
	left: 0px;
	width: 420px;
}

#frame-right {
	position: absolute;
	top: 5px;
	left: 425px;
	width: 250px;
}

#container-a {
	position: relative;
	top: 5px;
	left: 0px;
	width: 660px;
}

#container-b {
	position: relative;
	top: 5px;
	left: 0px;
	width: 660px;
}

#container-c {
	position: relative;
	top: 5px;
	padding-left:0;
	padding-right: 0;
	Max-width: 100%;
}

#container-d {
	position: relative;
	top: 5px;
	padding-left:0;
	padding-right: 0;
	Max-width: 100%;
}

#box-left {
	position: relative;
	top: 5px;
	left: 0px;
	width: 400px;
}

#box-right {
	position: absolute;
	top: 5px;
	left: 430px;
	width: 250px;
}


.thumbnail:hover {
    position:relative;
    top:-25px;
    left:-35px;
    width:600px;
    height:auto;
    display:block;
    z-index:999;
}


.thumbnail-a:hover {
    position:relative;
    top:-25px;
    left:-75px;
    width:650px;
    height:auto;
    display:block;
    z-index:999;
}

.thumbnail-b:hover {
    position:relative;
    top:-25px;
    left:-50px;
    height:600px;
    width:auto;
    display:block;
    z-index:999;
}

.thumbnail-c:hover {
    position:relative;
    top:-25px;
    left:-75px;
    width:750px;
    height:auto;
    display:block;
    z-index:999;
}

.thumbnail-d:hover {
    position:relative;
    top:-25px;
    left:-35px;
    width:1050px;
    height:auto;
    display:block;
    z-index:999;
}

.dropbtn {
background-color: #ffffff;
color: #000000;
padding: 16px;
font-size:16px;
bborder: none;
}

.dropdown {
position: relative;
display: inline-block;
}

.dropdown-content {
display: none;
position: absolute;
background-color: #ffffff;
min-width: 160 px;
x-index: 1;
}

.dropdown-content a {
color: #000000;
padding: 12px 16px;
text decoration: none;
display: block;
}

.dropdown-content a:hover {background-color: #ffffff;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color:#ffffff;}


table, th, td {
border: 0;
border-collapse: collapse;
}



