body {
   padding: 0px;
   margin: 0px;
   font: 100%  Arial;	
   background-color: rgb (225, 227, 230);
   background
}

p {
  margin-top: 0em;
  margin-bottom: .75em;
}

#container
{
	margin: 0 auto;
	width: 95%;
}

.one {
  margin-left: 5%;
  width: 45%;
  height: auto;
  float: left;
}

.two {
  margin-left: 55%;
  margin-right: 5%;
  height: auto;
  background-color: #f1f1f1;
  padding: 16px;
  border: 2px solid black;
}

div.relative {
  position: relative;
  left: 30px;
  width: 45%;
  border: 3px solid #73AD21;
}


div.relative1 {
  position: relative;
  right: 30px;
  width: 45%;
  border: 3px solid #73AD21;
}

#header
{
   Height: 110px;
   width: 100%;
   background-color: rgb(0, 112, 225);
   background-image: url(picture/jrts-banner2020.jpg);
   background-position: left;
   background-repeat: no-repeat;
   margin-bottom: 5px;
}

.dropbtn {
  height: 50px;
  width: 350px;
  background-color: rgb(0, 112, 225);
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgb(0, 112, 225);
  color: white;
  min-width: 350px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: white;
  padding: 12px 12px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown:hover .dropbtn {background-color: rgb(211, 228, 225);}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: rgb(0, 112, 225);}

#demobox {
  width: 325px;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  padding: 12px;
  border: none;
  background-color: rgb(0, 112, 225);
}
#demobox2 {
  width: 400px;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  padding: 12px;
  border: none;
  background-color: rgb(0, 112, 225);
}

ul {
  list-style-type: circle;
}

div.fixed {
  position: relative;
  bottom: 0;
  margin: 5%;
}

a:link {
        color: black;
        text-decoration: none;
        }
a:active {
        color: black;
        text-decoration: none;
}
a:visited {
        color: black;
}
a:hover {
        color: black;
        text-decoration: none;
}

