

body	{margin: auto; font-size: 14px; font-family: "times new roman", serif; color: #333333; background-color: #ffffff; background: url(/Bin/parchment2.gif);}
a:link	{color: #448844}
a:visited	{color: #ff8800}
h3     {
    padding: 0px 0px 0px 15px; /*top, right, bottom, left*/
	/* font-size: 18px; 
    margin-top: 20px;
    margin-bottom: 10px; */	
	font-family: "times new roman", "ms serif";
	/* margin: auto 15px */
	}

.left					{	text-align: left; }
.right					{	text-align: right; }
.center					{	text-align: center; }

.noborder{
	border:50px
	}

table	{margin: 15px
	}

p	{margin: 15px
	}

ul	{margin: auto 15px auto auto
	}

a:hover	
	{background-color: #dddddd;
	color: #ff9900
	}

.navbutton	{
	background-color: #333333;
	padding: 8px 8px 8px 8px;
        margin: 4px 8px 4px 8px;
	width: 15%;
	float: left;
	text-align: center
	}

.navbutton:hover
	{background-color: #444444;
	}

.head	{background-color: #004000;
	color: #aaaaaa; 
	}

.banner	{width: 800px;
	display: block;
	margin-left: auto ;
	margin-right: auto ;
	border:50px;
	}

.navbar	{width: 700px ;
	display: block;
	margin-left: auto ;
	margin-right: auto ;
	}

.footbar {width: 350px ;
	display: block;
	margin-left: auto ;
	margin-right: auto ;
	}

.title {text-align: center ;
	}

.disc {
    width: 90%;
    margin: auto;
    text-align: center ; 
	/*align: center ; */
	}

.width80 {width: 80%;
	}	

.alignleft{
	float: left;
	margin: 15px;
	text-align: center ;
	}

.alignright{
	float: right;
	margin: 15px;
	text-align: center ;
	}

.aligncenter{
	margin-left: auto ;
	margin-right: auto ;
	text-align: center ;
	}

.clear {clear: both;
	}

	
	/* Dropdown Button */
.dropbtn {
  /* color of top level menu when not highlighted */
  background-color: #004101;
  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;
  /* color of dropdown box */
  background-color: #dddddd;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
/*  */
/* Links inside the dropdown */
.dropdown-content a {
  /* color of dropdown text - comment for page default*/
  /* color: #004101; */
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 150%;
}

/* Change color of dropdown links on hover */
/* color of highlighted box, not of text */
.dropdown-content a:hover {background-color: #cccccc;}

/* 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 */
/* highlighted top level */
.dropdown:hover .dropbtn {background-color: #FE7C02;}