body {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 16px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	
}

#banner
{
text-align: center;
font-family:Arial, Helvetica, sans-serif;
font-size: 48px;
}
/* ****following is the style for the original, non-drop down buttons ****


.bothTop-corners {
	border-top-Right-radius: 10px;
	border-top-Left-radius: 10px;
	
	background: #ccddff;

	float: left;

	padding: 1px 10px 1px 10px;
	margin: 2px 0px 2px 0px;
	font: Verdana, Arial, Helvetica, sans-serif;
	border: solid;
	border-width: 2px;
}
 ****end of styling for non-drop down buttons */

/* *******begin the styling for the buttons******* */

/* The padding can be changed to change the size of the button */
.dropbtn {
	background-color: #ccddff;
	/*next is the color of the text*/
  color: black;
	padding: 1px 10px 1px 10px;
	font-size: 16px;
	/* border: none; */
  /*I added this to the original code */
  border-top-Right-radius: 10px;
	border-top-Left-radius: 10px;
	padding: 1px 10px 1px 10px;
	margin: 0px -2px 0px -2px;
	border: solid;
	border-width: 2px;
	border-color: #000000;
	display: inline;

}
/*next line is new*/
.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}


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

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

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

.dropdown-content a:hover {background-color: #ddd;}
/*next line is new*/
.dropdown:hover .dropdown-content {display: block;}
/*next line is new*/
.dropdown:hover .dropbtn {background-color: #3e8e41;}

/*next line is new*/
.show {display: block;}

/* *******end the styling for the navButtons********** */









/*

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bodystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.xbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.expanded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 2px;
}

.justified {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #999999;
}

.box1 {
	padding: 3px;
	border-width: medium;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border: 1px solid;
}

*/

