body {
  margin:0;
  padding:0;
}
h1 {
  margin-top: 0px;
}
#masthead {
  background:url('images/masthead.jpg') no-repeat;
  height:60px;
}
#navbar {
  height:29px;
  background:#006699; width:100%; font-size:xx-small; color:white;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  text-align:center;
}
#subnavbar {
  height:29px;
  background:#ffcc00; width:100%; font-size:xx-small; color:navy;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  text-align:center;
}
#navspace {
  float:left; height:29px; width:59px; background:url('images/corner.png');
}
#subnavspace {
  float:left; height:29px; width:59px; background:#ffcc00;
}
#content {
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  color: #000000;
  margin-left: 59px;
  padding: 10px 59px 10px 0px;
}
.raffle {
  background: url('2005raffle/bg1.jpg');
}
#minitabs {
  margin: 0;
  padding: 0 0 20px 10px;
}
#minitabs li {
  margin: 0; 
  padding: 0;
  display: inline;
  list-style-type: none;
}
#minitabs a:link, #minitabs a:visited {
  float: left;
  line-height: 15px;
  margin: 6px 10px;
  padding-bottom: 2px;
  text-decoration: none;
  color: white;
}
#minitabs a.active:link, #minitabs a.active:visited {
  background: #ffcc00;
  padding-bottom: 6px;
  margin: 4px 8px 0px 8px;
  border: 2px solid #ffcc00;
  color: navy;
}
#minitabs a:hover {
  margin-top: 4px;
  margin-bottom: 0px;
  border-top: 2px solid #ffcc00;
  border-bottom: 2px solid #ffcc00;
}
#subtabs {
  margin: 0;
  padding: 0 0 20px 10px;
}
#subtabs li {
  margin: 0; 
  padding: 0;
  display: inline;
  list-style-type: none;
}
#subtabs a:link, #subtabs a:visited {
  float: left;
  line-height: 15px;
  margin: 6px 10px;
  padding-bottom: 2px;
  text-decoration: none;
  color: navy;
}
#subtabs a.active:link, #subtabs a.active:visited {
  background: #006699;
  margin: 4px 8px;
  border: 2px solid #006699;
  color: white;
}
#subtabs a:hover {
  margin-top: 4px;
  border-top: 2px solid #006699;
  border-bottom: 2px solid #006699;
}
.error {
  color: red;
  font-weight: bold;
}
.message {
  color: green;
  font-weight: bold;
}
.breadcrumbs {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: xx-small;
  font-style: normal;
  color: #006699
}
