*{
	margin:0;
	padding:0;
}

html, ul.leftSide{
	padding-top: 0px;
	margin-left: 20px;
	padding-bottom: 3px;
}

html, ul.second{
	padding-top: 10px;
	margin-left: 35px;
}

html, li{
	padding-bottom: 10px;
}

html, li.leftSide{
	padding-bottom: 10px;
	padding-top: 10px;
	font-weight: bold;
	font-size: 18pt;
}

html.home{
	height: 1450px;
	margin: auto;
	width: 960px;
	overflow-y: scroll;
	scroll-behavior: smooth;
}

.main{
	width: 1000px;
	height: inherit;
	margin: auto;
	padding: 0;
	background-color:#D1D1D1
}

.squareMain{
	height: 100%;
	width: 96%;
	background-color: white;
	margin: auto;
	position:relative;

}

.headingMain{
	width:96%;
	height:100%;
	margin-top: 25px;
	margin-left: 15px;
	position:relative;
	top:10px; bottom:0px; right:0px; left:0px;
}

.buttonBar{
	height: 62px;
	width: 100%;
	background-color: #000000;
	position: absolute;
	top:142px; bottom:0px; right:0px; left:0px;
}

.footerSplit{
	height: 5px;
	width: 100%;
	background-color: #000000;
	position: relative;
	top: 1250px; bottom:0px; right:0px; left:0px;
}

.headerLeft{
	height: auto;
	width: 70%;
	position: absolute;
	top:225px; bottom:0px; right:0px; left:10px;
}

.headerRight{
	position: absolute;
	width: 30%;
	top:225px; bottom:0px; right:0px; left:693px;
}

.bodyLeft{
	height: 70%;
	width: 70%;
	position: absolute;
	top:250px; bottom:0px; right:0px; left:10px;
}

.bodyRight{
	position: absolute;
	top:260px; bottom:0px; right:0px; left:709px;
	max-width: 200px;
}

.header1{
	display:block;
	text-align:left;
	color:black;
	font-size:16pt;
	font-family: Verdana;
	font-weight: normal;
}

.bodyTextLeft{
	display:block;
	margin-top: 5px;
	text-align:left;
	color:black;
	font-size:14pt;
	font-family: "Times New Roman";
	font-weight: normal;
	max-width: 600px;
	height:100%;
}

.bodyTextRight{
	display:block;
	margin-top: 5px;
	text-align:left;
	color:black;
	font-size:12pt;
	font-family: "Times New Roman";
	font-weight: normal;
}

.smaller{
	display:block;
	margin-top: 0px;
	text-align:left;
	color:black;
	font-size:12pt;
	font-family: "Times New Roman";
	font-weight: normal;
	max-width: 600px;
	height:100%;
}

.title1{
	display:block;
	margin-bottom: 10px;
	text-align:left;
	color:black;
	font-size:20pt;
	font-family: Verdana;
	font-weight: bold;
}

/* Dropdown Button */
.dropbtn {
  background-color: #C90505;
  color: white;
	height: 50px;
	width: 100px;
  font-size: 12px;
	font-family: Verdana;
  border: none;
	transition: background-color 500ms, color 500ms;
	cursor:pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
	float: left;
	width: 113px;
	height: 50px;
	top:5px; bottom:0px; right:0px; left:5px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 170px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-weight: normal;
  font-size: 12pt;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* 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: #505050; transition: background-color 500ms, color 500ms;}