/* ------------------------ */
/* Standard HTML tag styles */
/* ------------------------ */
body {
  color: #003366;
  font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: medium;
}
li, table, tr, td {
  color: #003366;
  font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: medium;
}
p {
  color: #003366;
  font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: medium;
  padding-left: 15px;
  padding-right: 15px;
}
h1 {
  color: #003366;
  font-size: 500%;
  font-weight: bold;
  padding: 5px;
}
h2 {
  color: #003366;
  font-size: xx-large;
  font-weight: bold;
  padding: 5px;
}
h3 {
  color: #003366;
  font-size: x-large;
  font-weight: bold;
  padding: 5px;
}
h4 {
  color: #003366;
  font-size: 300%;
  font-weight: bold;
  padding: 5px;
  text-align: center;
}
textarea {
  background-color: #FFFFFF;
  color: #003366;
  font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: medium;
}
ul {
  list-style-image: url('http://www.hphs55.com/images/box.gif');
  list-style-type: square
}
/* ------------- */
/* Custom styles */
/* ------------- */
a:link {
  color: #003366;
  font-weight: bold;
  text-decoration: underline; 
}
a:visited {
  color: #003366;
  font-weight: bold;
  text-decoration: underline; 
}
a:hover {
  background-color: #003366;
  color: #FFCC66;
  text-decoration: underline;
}
a:active {
  background-color: #003366;
  color: #FFFFFF;
  text-decoration: underline;
}
a.nav {
  color: #003366;
  font-weight: bold;
  text-decoration: underline; 
}
a.nav:visited {
  color: #003366;
  font-weight: bold;
  text-decoration: underline; 
}
a.nav:hover {
  background-color: #003366;
  color: #FFCC66;
  text-decoration: underline;
}
a.nav:active {
  background-color: #003366;
  color: #FFFFFF;
  text-decoration: underline;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.bold {
  font-weight: bold;
}
.button {
  background-color: #FFCC66;
  color: #003366;
  font-style: normal;
  font-weight: bold;
  border: thin outset #003366;
  cursor: pointer;
}
.counter {
  background-color: #FFCC66;
  color: #003366;
  font-size: medium;
  font-style: normal;
  border: thin outset #003366;
}
.dropcap {
  float: left;
  color: #003366;
  font-weight: bold;
  font-size: x-large;
}
.error
{
  color: #FF0000;
  font-weight: bold;
}
.found
{
  color: #00FF00;
  font-weight: bold;
}
.formheader {
  font-style: normal;
  font-weight: bold;
  background-color: #FFCC66;
  color: #003366;
  border-right: 1px solid #003366;
  border-bottom: 1px solid #003366;
  display: inline;
}
.formlabel {
  font-style: normal;
  font-weight: bold;
  background-color: #FFFFFF;
  color: #003366;
}
.formtext {
  background-color: #FFFFFF;
  color: #003366;
  font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: medium;
}
.formreadonly {
  background-color: #FFFFFF;
  border: solid 0px #000000;
  color: #003366;
  font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: medium;
  font-weight: bold;
}
.headerbg {
  background-color: #003366;
}
.help {
  border: 1px solid #003366;
}
.italic {
  font-style: italic;
}
.missing
{
  color: #0000FF;
  font-weight: bold;
}
.right {
  text-align: right;
}
.small {
  font-size: small;
}
#footer p {
  color: #FFFFFF;
  font-size: small;
  padding-top: 5px;
}
#footer a:link, #footer a:visited {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: underline; 
}
#footer a:hover {
  color: #FFCC66;
  text-decoration: underline;
}
#footer a:active {
  color: #FFFFFF;
  text-decoration: underline;
}
.header {
  background-color: #003366;
}
.pageheader {
  color: #FFCC66;
  font-size: x-large;
  font-weight: bold;
  padding: 5px;
}
.pagesubheader {
  color: #FFCC66;
  font-size: large;
  font-weight: bold;
  padding: 5px;
}
.pending
{
  color: #FFFF00;
  font-weight: bold;
}
.watermark {
  background-image: url('http://www.hphs55.com/images/watermark_m.jpg');
  background-attachment: fixed;
  background-position: 50% 20%;
  background-repeat: no-repeat;
}
/* ----------------------------- */
/* Class president letter styles */
/* ----------------------------- */
.letter1 {
  font-family: Courier New, monospace;
  font-size: medium;
}
.letter2 {
  font-family: Courier, monospace;
  font-size: medium;
}
/* --------------- */
/* Mini-tab styles */
/* --------------- */
#miniflex {
  font-size: medium; /* could be specified at a higher level */
  margin: 0;
  border-bottom: 3px solid #003366;
  text-align: center;
}
#miniflex li {
  float: center;
  margin: 0;
  padding: 0;
  display: inline;
  list-style: none;
  text-align: center;
}
#miniflex a:link {
  border-bottom: 2px solid #000066;
  float: center;
  font-size: 85%;
  line-height: 20px;
  font-weight: bold;
  margin: 0 10px 0 10px;
  padding: 2px;
  text-decoration: none;
  color: #999;
  text-align: center;
}
#miniflex a:visited {
  border-bottom: 2px solid #000066;
  float: center;
  font-size: 85%;
  line-height: 20px;
  font-weight: bold;
  margin: 0 10px 0 10px;
  padding: 2px;
  text-decoration: none;
  color: #999;
  text-align: center;
}
#miniflex a:hover {
  border-bottom: 2px solid #FFCC66;
  padding: 2px;
  color: #FFFFFF;
  text-align: center;
}
.highlight {
  background-color: #003366;
  color: #FFCC66;
}
.required {
  color: #FF0000;
}