#dropshadow {
  top: 20;
  left: 1314;
  position : absolute;
  width : 5;
  height : 1295;
  border: 0 solid black;
  background-color: #c0c0c0;
}
#outline {
  top: 10;
  left: 10;
  position : absolute;
  width : 1302;
  height : 1300;
  border: 1 solid black;
  background-color: #FBFEF5;
}
#banner {
  top: 0;
  left: 0;
  position : absolute;
  width : 900;
  height : 150;
  margin : 0;
  padding : 0;
  /* border: 1 solid orange; */
}

#login {
  top: 0;
  left : 800;
  position : absolute;
  width : 100;
  height : 150;
  border: 0 solid red;
}

#line {
  top: 140;
  left : 0;
  width : 1402;
  position : absolute;
  height : 10;
  background-color: black;
}

#leftside {
  top: 164;
  left: 8;
  width: 100:
  height: 900;
  position : absolute;
  border-right: 2px solid brown;
  background-color: #FBFEF5;
  /* border: 1 solid pink; */
  margin : 0;
  padding : 0;
}
#nav li {
  display: inline;
  list-style-type: none;
  font-size: 16px;
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
}
#nav a {
  padding: 3px 30px;
}
#nav a:link, #leftside a:visited {
  color: black;
  background-color: #FBFEF5;
  text-decoration: none;
}
#nav a:hover {
  color: orange;
  background-color: yellow;
  text-decoration: none;
}
#footer {
  top: 1128;
  left: 143;
  width: 800:
  height: 20;
  position : absolute;
  margin : 0;
  padding : 0;
  border: 0 solid blue;
  background-color: #FBFEF5;
}
#menu {
  top: 165;
  left: 120;
  width : 660;
  height: 25;
  position: absolute;
}
#content {
  top: 25;
  left: 120;
  width : 660;
  height : 770;
  position : absolute;
  margin : 0;
  padding : 0;
  border: 0 solid green;
  background-color: #FBFEF5;
}
td.blank {
  border-top-width : 0;
  border-bottom-width : 0;
  border-left-width : 0;
  border-right-width : 0;
  width: 60;
  height: 60;
}
td.border {
  border-top-width : 2;
  border-style : solid;
  border-color : blue;
  border-bottom-width : 2;
  border-left-width : 2;
  border-right-width : 2;
  width: 60;
  height: 60;
}
