/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000099;
	background-color: #FFFFCC;
	margin-left: 0;
	margin-top: 0;
	}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-large;
	color: #000099;
	text-align: center;
	}

#banner {
	font-weight: bold;
	font-size: large;
}
#links {
	vertical-align: top;
	background-color: #000099;
	color: #FFFF00;
	font-size: 16px;
	margin-top: 10px;
	
	}
#links a {
	display: block;
	font-size:12px;
	color:#FFFF00;
	text-decoration: none;
	margin: 10px;
	vertical-align: top;
	}
#links a:hover {
	color: #000099;
	text-decoration: none;
	background-color: #FFFF00;
	}
.linkspacing {
	margin-top: 10px;
	}	
.smallerfont {
	font-size: 10px;
	}
#maincontent {
	
	color: #000099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
	font-size: 12px;
	}
#maincontent a {
	
	color: #000099;
	text-decoration: none;
	background-color: #FFFFcc;
	}
#maincontent a:hover {
	color: #FFFF66;
	text-decoration: none;
	background-color: #000099;
	}
.texttop {
	vertical-align: top;
	}
.red {
	color: #FF0000;
	}	
#staff {
	font-size: 14px;
	}	
#staff a {
	color: #000099;
	text-decoration: none;
	background-color: #FFFFcc;
	}
#staff a:hover {
	color: #FFFF00;
	text-decoration: none;
	background-color: #000099;
	}
#faculty a {
	color: #000099;
	text-decoration: none;
	background-color: #FFFFcc;
	}
#faculty a:hover {
	color: #FFFF00;
	text-decoration: none;
	background-color: #000099;
	}	
.return a {
	background-color: #000099;	
	color: #FFFF00;
	text-decoration: none;
	padding: 2px;
	font-size: 10px;
	}
.return a:hover {
	text-decoration: none;
	}
.auction {
	font-size: 14px;
	}	
.error {
  color: red;
  font-variant: small-caps;
  font-weight: bold;
  }
#sorry {
  width: 300px;
  margin: 5px auto 5px 50px;
  border: 2px solid #000;
  background-color: #FC0;
  }
#sorry p {
  margin: 10px;
  }
#absence img {
  width: 100px;
  float: left;
  margin-left: 100px;
  }
#bell img {
  width: 100px;
  height: 100px;
  margin-left: 100px;
  float: left;
  }
#principal img {
  width: 150px;
  float: left;
  padding-right: 10px;
  } 
#trailer {
  text-align: center;
  font-size: 8pt;
  }
#trailer a {
	text-decoration: none;
	}