body { 
  font: 100% "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
  background-color: #E9F7F8;
  text-align: left;
}
a:link{ 
  text-decoration: none;
} 
a:visited{ 
  text-decoration: none;
} 
a:active{ 
  text-decoration: none;
} 
a:hover{ 
  text-decoration: underline;
} 
div#column{ 
  width: 60%;
  margin: 20px auto 20px auto;
  text-align: left;
  background-color: #f3f3f3; 
  border-right: solid thin black;
  border-left: solid thin black;
}

div#heading{ 
  text-align: center;
  background-color: #009385;
  color: #fef326;
  padding: 5px 0 5px 0;
  font-size: 140%;
  border-top: solid thin black;
}

div#navbar{ 
  float:left;
  text-align: left;
  padding: 0 20px 0 0;
  margin: 0px 10px 10px 10px;
  font-size: 90%;
  background-color: #f2f2f2;
  border: solid thin black;
}
div#navbarHead{ 
  color: #489e98;
  font-size: 120%; 
  font-weight: bold; 
  padding: 10px 0 0 10px;
  text-align: center;
}
span#currNavbar{ 
  font-weight: bold;
 }
div#main{ 
  padding: 0 10px 0 10px;
}
div#footer{ 
  text-align: center;
  background-color: #009385;
  color: white;
  border-bottom: solid thin black;
  font-size: 70%;
}
h2{ 
  color: #52a2bc;
  font-size: 120%; 
  font-weight: bold; 
  padding: 20px 0 0 0;
  text-align: center;
}
h2 > a:link{ 
  color: #52a2bc;
 }
h2 > a:visited{ 
  color: #52a2bc;
 }
h3{ 
  color: #52a2bc;
  font-size: 100%; 
  padding: 20px 0 0 0;
  text-align: center;
}
pre{ 
  font-size: 10pt;
 }
ol#faq > li{ 
  padding: 10px 0 10px 0;
 }

