html {
	margin: 0;
	padding: 0;
	}

body {
  background: #bed2ed;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.5;
  letter-spacing: 0.02em;
	color: #004020; 
	margin: 0; 
	padding: 0;
	}

#main {
  position: relative;
  width: 700px;
  padding: 0;
  margin: 20px 0 0 30px;
  }

#page {
  width: 690px; 
  position: absolute;
  top: 120px; left: 0px;
  }

#pageleft {
  float: right; width: 110px;
  padding: 0;
  margin: 60px 2px 0 2px;
  }

#header {
  background: url(header.jpg) no-repeat top left;
  position: absolute;
  width: 700px;
  height: 120px;
  top: 0;
  left: 0px;
  }

#footer {
  background: #9dc1f0;
  width: 550px;
  height: 31px;
  padding: 2px 0 0 0;
  clear: both;
  text-align: center;
  border: 1px solid #002060;
  color: #002020;
  margin: 0 0 0 10px;
  }

#footer a, 
#footer a:link, 
#footer a:active,
#footer a:visited {
	color: #002060; 
	text-decoration: none;
	}
	
#footer a:hover {
	color: #0060c0; 
	text-decoration: none;
	}

#footer img {
  padding: 0 0 0 10px;
  border: none;
  /* height: 100%; */
  vertical-align: middle;
  }

#nav ul {
	list-style: none;
	padding: 0;
  margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
  font-style: normal;
	color: #002020;
	}

#nav li {
	margin: 0;
	padding: 0; 
	display: inline;
	}

#nav li a, 
#nav li a:link, 
#nav li a:active,
#nav li a:visited {
	height: 17px;
  width: 100px;
/*
	margin: 1px 0 5px 0;
	padding: 1px 0 5px 0;
*/
  margin: 5px 0 0 0;
  padding: 0 0 4px 0;

	display: block;
	color: #006060; 
	text-decoration: none;
  background: #b0d0e0;
  border: 1px solid #006060;
  text-align: center;
  }

#nav li a:hover {
  background: #9dc1f0;
	color: #004080; 
	text-decoration: none;
	}

#nav hr {
  display: none;
  }

#content {
  width: 555px;
  float: left;
  margin: 10px 0 0 0;
  padding: 0px 10px 10px 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #004020;
  display: block;
  min-height: 450px;
  /* next two lines are IE hacks to make min-height work */
  height:auto !important;
  height:450px;
  }

#content h1 {
	font-family: georgia, times new roman, times, serif;
	font-size: 22px;
	font-weight: normal;
  font-style: italic;
	color: #004020;
  margin: 10px 0 10px 5px;
  text-align: center;
  }

#content h2 {
	font-family: georgia, times new roman, times, serif;
	font-size: 18px;
	font-weight: normal;
  font-style: italic;
	color: #004020;
  margin: 10px 0 10px 5px;
  }

#content h3 {
	font-family: georgia, times new roman, times, serif;
	font-size: 14px;
	font-weight: normal;
  font-style: italic;
	color: #004020;
  margin: 10px 0 10px 5px;
  }

#content p {
  text-align: left;
  color: #004020;
  }

#content p.center {
  text-align: center;
  }

#content a, 
#content a:link, 
#content a:active,
#content a:visited {
  color: #008040;
	text-decoration: none;
  text-align: center;
  }
	
#content a:hover {
	text-decoration: underline;
  color: #008080;
	}

#content img.home {
  border: 1px solid #004020;
  margin: 0 auto 15px auto;
  display: block;
  }

#content img.bio {
  float: left;
  border: 1px solid #004020;
  margin: 0 15px 0 5px;
  }

#home p {
  text-align: center;
  }
