body {font-family: times, serif, sans-serif; 
	font-size: 100%; 
	background-image: url('images/background.gif');}

h1 {
	text-align: left; 
	color: black; 
	font-size: 200%;
	margin-top: 1px;
	margin-bottom: 10px;}
h2 {
	text-align: left; 
	font-size: 150%;
	margin-bottom: 1px;
	margin-top: 5px}
h3 { 
	text-align: left; 
	font-size: 90%; 
	margin-bottom: 1px;
	margin-top: 1px}

h5{text-indent: 20px;
	margin-top: 0px;}

p.indent{
	margin-left: 20px; 
	text-indent:-20px;
	}
p.small{
	font-size: 60%
	}

#logo {position: absolute;
		top:15px;
		left:5px;}

#carver {position: absolute;
		top:20px;
		left:700px;}

#link1 {position: absolute;
		top:170px;
		left:25px;}

#link2 {position: absolute;
		top:210px;
		left:25px;}

#link3 {position: absolute;
		top:250px;
		left:25px;}

#link4 {position: absolute;
		top:290px;
		left:25px;}

#link5 {position: absolute;
		top:330px;
		left:25px;}

#link6 {position: absolute;
		top:370px;
		left:25px;}

#link7 {position: absolute;
		top:410px;
		left:25px;}

#link8 {position: absolute;
		top:450px;
		left:25px;}

#link9 {position: absolute;
		top:490px;
		left:25px;}

#link10 {position: absolute;
		top:530px;
		left:25px;}

#link11 {position: absolute;
		top:570px;
		left:25px;}



#link12 {position: absolute;
		top:610px;
		left:25px;}


#link13 {position: absolute;
		top:650px;
		left:25px;}

#link14 {position: absolute;
		top:690px;
		left:25px;}

#link15 {position: absolute;
		top:730px;
		left:25px;}

#link16 {position: absolute;
		top:770px;
		left:25px;}

#link17 {position: absolute;
		top:810px;
		left:25px;}

#link18 {position: absolute;
		top:850px;
		left:25px;}

#link19 {position: absolute;
		top:890px;
		left:25px;}

#link20 {position: absolute;
		top:930px;
		left:25px;}

#link21 {position: absolute;
		top:970px;
		left:25px;}
		
#link22 {position: absolute;
		top:1010px;
		left:25px;}

#link23 {position: absolute;
		top:1050px;
		left:25px;}
		
table {
	margin-left: 0px; width: 100%;vertical-align:top;
	}
	td{ padding: 4px; }
	td.left{width: 170px;style='vertical-align:top'}
	td.mid {width: 600px; border-left-width: 1px;p text-align: justify; color: black;}
	td.right {width: 10px;vertical-align:top'}
	}

.floatRight{
	float: right;
	margin: 20px;
	}

/* -------------------------------------------------------------------*/

/* Dropdown Button */
.dropbtn {
  background-color: yellow;
  width: 160px;
  color: black;
  text-align: left;
  font-family: times, serif, sans-serif; 
  font-weight: bold;
  padding: 10px;
  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; left:15px;
  font-family: times, serif, sans-serif;   
  background-color: #f1f1f1;
  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: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ccc;}
 .dropdown-content a:hover {font-weight: bold;}

/* 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: #ccc;} 

/* -------------------------------------------------------------------*/
.menu {
  width: 160px; /* Set a width if you like */
}

.menu a {
  background-color: yellow; /* background color */
  color: black; /* Black text color */
  font-family: times, serif, sans-serif;  font-weight: bold; font-size: 16px;
  display: block; /* Make the links appear below each other */
  padding: 12px; /* Add some padding */
  text-decoration: none; /* Remove underline from links */
}

.menu a:hover {
  background-color: #ccc; /* Dark grey background on mouse-over */
}

.menu a.active {
  background-color: #FFFF99; /* Add a pale color to the "active/current" link */
  color: #ccc;
}