#wholedoc {
  top : 0; 
  left : 0;
  width : 900px;
  height : 1000px;
  position : absolute;
  margin : 0;
  padding : 0;
  background-color: white;
}
#background {
  top : 20px; 
  left : 20px;
  width : 800px;
  height : 900px;
  position : absolute;
  margin : 0;
  padding : 0;
  /* background-color: #FFFECB; */
  background-color: #F2F2EA;
  border: 1px solid black;
}

#shadowbox {
  top : 25px;
  left : 25px;
  width : 800px;
  height : 900px;
  position : absolute;
  margin : 0;
  padding : 0;
  border-right: 6px solid gray;
  border-bottom: 6px solid gray;
}

#logo {
  top : 25px;
  left : 25px;
  width : 792px;
  height : 140px;
  position : absolute;
  margin : 0;
  padding : 0;
  border-bottom: 0 solid blue;
}
#menu {
  top : 170px;
  left : 40px;
  width : 760px;
  height : 40px;
  position : absolute;
  margin : 0;
  padding : 0;
  font-size: 30pt;
  border-top: 3px solid gray;
  /* border: 0 solid orange; */
}
#menu td {
  width: 400px;
  text-align: center;
}
#menu a {
  text-decoration: none;
}

#menu a:link {
  color: black;
}
#menu a:visited {
  color: black;
}
#menu a:hover {
  color: white;
  background-color: green;
}
#menu a:active {
  color: red;
}

#roster td {
    color: red;
    font-size: 20pt;
}

#content {
        top : 210px;
        left : 40px;
        height : 660px;
        position : absolute;
        /* position: fixed; left: 100px; top: 100px; */
        border: 0 solid orange;
        width: 760px;
        /* height: 400px;  */
        /* background-color: #EBEBB8; */
        /* background-color: #FFFECB; */
        background-color: #F2F2EA;
        /* border: 1 solid orange; */
}
#content p.normal {
        color: black;
        font-family: Arial, Helvetica, Verdana, sans-serif;
        font-size: 15pt;
        text-align: center;
        font-weight: bold;
}
#content td.category {
        color: blue;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 15pt;
        text-align: left;
        font-weight: bold;
}
#content td.plain {
        color: black;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10pt;
        text-align: left;
        font-weight: bold;
} 
#content a.plain {
        text-decoration: none;
}
#right_ads {
        
        border: 1px solid blue;
}
#footer {
  position: absolute;
  top : 960;
  left : 40px;
  width : 760px;
  height : 20px;
  text-align: center;
  border-top: 3px solid gray;
  padding: 0;
  font-size: 18pt;
  font-family: "Times New Roman", Times, serif;
  /* border: 1 solid orange; */
}

/* Home page sections */
#topleft {
  top : 10px;
  left : 10px;
  width : 600px;
  height : 250px;
  position : absolute;
  border: 0 solid orange;
}
#topleft td {
  font-size: 26px;
  font-family: "Times New Roman", Times, serif;
}
#topright {
  top : 220px;
  left : 660px;
  width : 130px;
  height : 250px;
  position : absolute;
  /* border: 1 solid orange; */
  border-left : 3px solid gray;
}
#topright td {
  width : 120px;
}

#botleft {
  top : 280px;
  left : 10px;
  width : 320px;
  height : 370px;
  position : absolute;
  border: 0 solid orange;
}
#botright {
  top : 280px;
  left : 350px;
  width : 400px;
  height : 200px;
  position : absolute;
  border: 0 solid orange;
}
#botright td {
  font-size: 26px;
  font-family: "Times New Roman", Times, serif;
}
#disclaimer {
  top : 560px;
  left : 10px;
  width : 740px;
  height : 100px;
  position : absolute;
  border: 0 solid orange;
}
