body
 {
  margin: 0;
  padding: 0;
  color: #009;
 }

p.headings
 {
  color: #009;
  font-family: arial;
  font-size: 18px;
 }

p
 {
  font-size: 12pt;
 }

td
 {
  font-size: 12pt;
 }

P.bottom
 {
  font-size: 12px;
  border-top: solid 1px #009;
  text-align: center;
  padding: 20 0;
  margin: 0 40;
 }

td#content
 {
  vertical-align: top;
  padding: 0 85 10 20;
 }

a
 {
  color: #009;
 }

a:link
 {
  color: #009;
 }

a:visited
 {
  color: #009;
 }

a:active
 {
  color: #f00;
 }

a:hover
 {
  color: #999;
  text-decoration: none; 
 }



/*===================
  DROP DOWN MENUS
=====================*/

.dropdown
 {
  padding: 0;
  margin: 0;
  width: 160;
  font-size: 10pt;
  border-top: solid 1px #c66;
  border-left: solid 1px #c99;
  border-right: solid 1px #600;
  border-bottom: solid 1px #600;
  background-color: #c33;
 }

div#teachers
 {
  position: absolute;
  top: 55;
  left: 165;
  z-index: 999;
  display: none;
 }

div#programs
 {
  position: absolute;
  top: 75;
  left: 310;
  z-index: 999;
  display: none;
  background-color: #33c;
  border-top: solid 1px #66c;
  border-left: solid 1px #99c;
  border-right: solid 1px #006;
  border-bottom: solid 1px #006;
 }

div#parents
 {
  position: absolute;
  top: 55;
  left: 255;
  z-index: 999;
  display: none;
 }

div#students
 {
  position: absolute;
  top: 55;
  left: 332;
  z-index: 999;
  display: none;
 }

div#contributors
 {
  position: absolute;
  top: 55;
  left: 416;
  z-index: 999;
  display: none;
 }

div#aboutus
 {
  position: absolute;
  top: 55;
  left: 524;
  z-index: 999;
  display: none;
 }


a.popups
 {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 2 8;
  margin: 0;
 }

a:link.popups
 {
  color: #fff;
 }

a:active.popups
 {
  color: #fff;
 }

a:visited.popups
 {
  color: #fff;
 }

a:hover.popups
 {
  color: #009;
  background-color: #fff;
  text-decoration: none;
 }

