body {background-color: #800000;
      }

/*
#mainbackground {position: absolute;
                 left: 0px;
                 width: 100%;
                 height: 100%;
                 background-color: yellow;}

#logo {position: absolute;
       border: 1px;
       background-color: #33CCCC;
    }
*/

#announcement	{width: 652px;
				border-style: inset;
				border-width: 5px;
				background-color: #FFCC66;
				}

#header {position: absolute;
         left: 50px;
         top: 50px;
         width: 800px;
         height: 200px;
         border-style: inset;
         border-width: 2px
         }

#navigation {position: absolute;
             top: 260px;
             left: 50px;
             width: 100px;
             margin: 0px;
             background-color: #FFCC66;
             border-width: 5px;
             padding: 10px;
             border-style: inset;
          }

#calendar {position: absolute;
             top: 260px;
             left: 50px;
             width: 775px;
             margin: 0px;
             background-color: #0033CC;
             border-width: 5px;
             padding: 10px;
             border-style: inset;
          }

#navigation a:link{text-decoration: none;}
#navigation a:visited{text-decoration: none;}
#navigation a:hover{text-decoration: underline;}

#maincontent {position: absolute;
              top: 260px;
              left: 185px;
              width: 668px;
              background-color: #FFFF99;
              font-family: sans-serif;
            }

#maincell {padding: 25px 25px 50px;
           line-height: 150%;
           text-align: justify;
           }

#maincell a:link{text-decoration: underline;
       color: #006600;
      }
#maincell a:visited{text-decoration: underline;
          color: #800000;
      }
#maincell a:hover{text-decoration: underline;
        color: red;
      }

.heading {font-family: serif;
          color: #800000;
          font-weight: bold;
          font-size: 32pt;
          line-height: 150%
         }
         
.heading2 {font-family: serif;
          color: green;
          font-weight: bold;
          font-size: 22pt;
          line-height: 150%
         }

.heading3 {font-family: serif;
          color: #800000;
          font-weight: bold;
          font-size: 22pt;
          line-height: 115%
         }
                  
#footer {background-color: #800000;
         border-style: inset;
         height: 75px;
         padding: 15px;
         }

#cfooter {position: absolute;
         left: 325px;
         top: 1100px;
         background-color: #0033CC;
         border-style: inset;
         height: 75px;
         padding: 15px;
         }

.button {border-style: outset;
         background-color: #800000;
         text-align: center;
         padding: 2px;
         }

/*
#calendar {a:link {color: #e81010;}
           a:visited {color: black;}
           a:hover {color: green;}
           a:active {color: grey;}
        }
*/

a:link {color: #FFFF99;}
a:visited {color: white;}
a:hover {color: red;
         text-decoration: underline;
         }
a:active {color: red;
          text-decoration: underline;
          }

