/* all styles except for menu bar */
#logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-image: url(logo.jpg);
  background-repeat: repeat-x;
}

#tagline {
  position: relative;
  top: 0;
  left: 110px;
  width: 80%;
  height: 35px;
  font-size: 120%;
  font-family: "Times New Roman", Times, serif;
font-weight: bold;
}

.firstlayer {
color: #fff;
position: absolute;
font-size: 20px;
top: -5px;
left: 0px;
z-index: 1;
}

.secondlayer {
color: #880;
position: absolute;
font-size: 20px;
top: -3px;
left: 2px;
z-index: 0;
}

#topnavigation {
  position: absolute;
  left: 120px;
  top: 35px;
  height: 30px;
  width: 80%;
}

#leftnavigation {
  border: none;
  position: absolute;
  left: 0;
  top: 70px;
  width: 120px;
  height: 100%;
  padding: 10px 0  0  0;
  background-image: url(logo.jpg);
  background-repeat: repeat-y;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: medium;
  line-height: 1.5em;
  color: #ffe;
}

#leftnavigation h1 {
	position: relative;
	left: 10px;
	font-size: medium;
}

#leftnavigation p {
	position: relative;
	left: 10px;
	font-size: 0.9em;
	font-weight: bold;
}

#leftnavigation a{
	text-decoration:none;
  color: #ffe;
}

#leftnavigation a:hover{
	color: #660;
}

#content{
  position: absolute;
  top: 70px;
  left: 125px;
  width: 80%;
  height: 100%;
  padding: 10px; 0.5em;
  line-height: 1.5em;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: small;
  color: #775;
}

#content h1 {
  font-size: 120%;
  line-height: 1.5em;
 }

#content h2 {
  font-size: 120%;
  line-height: 1.5em;
  }

#content h3 {
  font-size: 100%;
  font-weight: bold;
  line-height: 1.5em;
  }

#content td {
  padding: 4px 10px;
  }
