body {
  text-align: center;
  background-color: #7C1804;
		background-image: url('images/backgroundtile.gif');
}
#content {
  width: 770px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
}
div.main {
  text-align: center;
  border: 1px solid black;
  background-color: rgb(255, 253, 232);
}
div.mainheader {
  text-align: center;
}
table.schedule {
  margin: 5px 5px 5px 5px;
}
table.schedule TD {
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  }
table.main TD {
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  }
table.main TD.temp {
  font-weight: bold;
  border-bottom: 1px solid black;
  }
table.main TD.title {
  text-align: center;
}
#urgentmessage {
  background-color: #E6D49A;
  border: 1px solid #7C1804;
  margin-top: 10px;
  padding: 5px 5px 5px 5px;
  width: 480px;
  color: #220000;
  }
#urgentmessage .title {
  font-weight: bold;
  padding-bottom: 3px;
  color: #7C1804;
  padding-top: 3px;
}

#urgentmessage .announcetitle {
  font-weight: bold;
  color: #7C1804;
  font-size: 12pt;
  border-bottom: 2px solid #7C1804;
}
.urgentmessagedate {
  font-style: italic;
  font-size: 9px;
}
h2 {
  font-weight: bold;
  font-size: 20px ;
  margin: 0px 0px 5px 0px;
}
.urgentmessagetitle {
  background-color: #FF9933;
  border: 1px dashed black;
  padding: 5px 5px 5px 5px;
  width: 480px;
  font-weight: bold;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.urgentmessageedit {
  background-color: #FF9933;
  border: 1px dashed black;
  padding: 5px 5px 5px 5px;
  width: 480px;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.urgentmessagesubmit {
  background-color: #FF9933;
  font-style: bold;
  font-size: 10px;
}
.headermenu {
  background-color: #220000;
  padding: 3px;
  border: 1px solid black;
  color: #FCF0C6;
}
.headermenu a {
  color: #FCF0C6;
  text-decoration: none;
}
.welcome {
  font-family: Arial;
  font-size: 20pt;
}