<style type="text/css" media="all">

* {box-sizing: border-box;
}

/* Add a black background color to the top navigation bar */
.topnav {
  overflow: hidden;
  background-color: #e9e9e9;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Style the "active" element to highlight the current page */
.topnav a.active {
  background-color: #2196F3;
  color: white;
}

/* Style the search box inside the navigation bar */
.topnav input[type=text] {
  float: right;
  padding: 6px;
  margin-top: 8px;
  margin-right: 16px;
  border: none;
  font-size: 17px;
}

/* When the screen is less than 600px wide, stack the links and the search field vertically instead of horizontally */
@media screen and (max-width: 600px) {
  .topnav a, .topnav input[type=text] {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 14px;
  }
  .topnav input[type=text] {
    border: 1px solid #ccc;
  }
}

		.accessaid, h1 {
			position: absolute;
			height: 0;
			overflow: hidden;
		}
		
		#header {
			background: #036 url(images/boababs.jpg);
			height: 1px;
		}
		
		#navigation {
			position: absolute;
			top: 120px;
			left: 0;
			width: 134px;
			color: white;
		}
.dropbtn {
  background-color: #17a;
  color: white;
  width: 108px;
  border-left: 3px solid #28b;
  padding: 0 0.5em;
  margin: 0 1em 1px 1em;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #e2d6ff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;
}

.dropdown:hover .dropdown-content {display: block;
}

.dropdown:hover .dropbtn {background-color: #ff00ff; 
}
		
		#navigation ul {
			margin: 0 0 1em 0;
			padding: 0;
			list-style: none;
		}
		
		#navigation ul a {
			color: white;
			text-decoration: none;
			display: block;
			background: #17a;
			border-left: 3px solid #28b;
			padding: 0 0.5em;
			margin: 0 1em 1px 1em;
		}
		
		#navigation a:visited {
			color: #ccc;
		}
		
		#navigation a:hover {
			background: #28b;
		}

#body	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 400;
	font-style: normal;
	color: #000000;
	text-transform: none;
	text-decoration: none;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: 18px;
	text-align: justify;
	vertical-align: baseline;
	direction: ltr;
	background: #fff url(images/tree2.gif);
	margin: 0;

}	


		
#content {
		background: white url(images/tree.jpg) 134px 0 repeat-y;
		background: white url(images/tree.jpg) repeat-y;
		xpadding: 1px 1em 2em 1em;
		padding: 1px 20px 1em 40px;
		border-left: 134px solid #069;
		}

h2 {
		font-size: 1.5em;
		color: #036;
		}
		
h3 {
		font-size: 1.25em;
		color: #036;
		}


#container {
		position: relative;
		width: 786px; /* width + border for IE 5.x */
		width: 780px; /* real width */
		padding: 0 0 0 0;
		border: solid #036;
		border-width: 0 2px 2px 2px;
		margin: auto;
		}
		
#content img {

		padding: 1px;
		border: 0px;
		float: right;
		margin: 0 0 1em 1em;
		}
	
* {
  box-sizing: border-box;
}

.column {
  float: left;
  width: 33.33%;
  padding: 5px;
}

/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 500px) {
  .column {
    width: 100%;
  }
}		

.table {
	width: 750px;
	height: auto;
	margin: 0 auto;
	border: 0;
 
}
.left {
	border: 0;
	margin: 0 0 0 0;
	width: 100px;
	float: left;
}
.right {
	border: 0;
	margin: 0 0 0 0;
	width: 500px;
	float: left;
}

#footer {
	 border: 1px solid #b8b8b8;
	 margin: 1em;
	 display:inline;
	 width: 120px; 
	 float: right;
}
#footer #innerdiv{
		background: transparent url(brcorner.gif) bottom right no-repeat;
		position: relative;
		left: 2px;
		top: 2px;
		padding: 1px 4px 5px 5px;
}
</style>