html { 
  height: 100%;
  margin: 0px;
  padding: 0px;
}

body {
  background-color: #330000;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 75%; 
  line-height: 1.5em;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
a:link {
	color: #993300;
	text-decoration: none;
}
a:visited {
	color: #993300;
	text-decoration: none;
}
a:hover {
	color: #CC9900;
	text-decoration: underline;
}

a:active {
	color: #CC9900;
	text-decoration: none;
}

h1 {
  color: #330000;
  font-size: 1.2em; 
  font-weight: bold; 
}

h2 {
  color: #993300; 
  font-size: 1em; 
  font-weight: bold;
  margin-bottom: -12px;
  margin-top: 14px;
}

h3 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: -12px;
  margin-top: 14px;
}

img {
  border: 0;
}

.img-left {
  float: left;
  margin: 5px 20px 10px 0;
}
.img-right {
  float: right;
  margin: 5px 0 10px 20px;
}

p {
  font-size: 1em;
}

td,th {
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  padding-top: 0;
  padding-bottom: 0;
}

.announce {
  font-size: 0.8em;
}

.quote {  
  color: #CC6600; 
  font-size: 1em; 
  font-style: italic;
  line-height: 1.5em; 
  margin-right: 90px; 
  margin-left: 90px;
}

.quote-author {  
  color: #CC6600;  
  font-size: 0.9em; 
  line-height: 1.2em;
  text-align: right;  
  margin-right: 90px;
}

.style2 {
	font-size: 1.2em;
	font-weight: bold;
}

.Sub {
  color: #993300;
}

#navlist {
  background: #FEAE15;
  margin: 0;
  padding-bottom: 6px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 6px;
  text-align: left;
  width: 760px;
}

#navlist a, #navlist a:link, #navlist a:active, #navlist a:visited {
  color: #330000;
  font-size: 1em;
  font-weight: bold;
  padding-bottom: 7px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 8px;
  text-decoration: none;
}

#navlist a:hover {
  background-color: #CC6600;
  color: #FFFFFF;
}

#navlist ul {
  margin: 0;
}

#navlist li {
  display: inline;
  list-style: none;
  margin-left: 10px;
  margin-right: 10px;
}

#subnav {
  background: #ffffff;
  margin: 0;
  padding-bottom: 6px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 6px;
  text-align: left;
  width: 760px;
}

#subnav a, #subnav a:link, #subnav a:active, #subnav a:visited {
  color: #993300;
  font-size: 1em;
  font-weight: bold;
  padding-bottom: 7px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 8px;
  text-decoration: none;
}

#subnav a:hover {
  color: #CC9900;
  text-decoration: underline;
}

#subnav ul {
  margin: 0;
}

#subnav li {
  display: inline;
  list-style: none;
  margin-left: 10px;
  margin-right: 10px;
}

#site { /* ID for link to site maintenance supplier */
  color: #ffffff;
  font-size: 0.9em;
  text-align: center;
}
#site a, #site a:link, #site a:active, #site a:visited {
  color: #ffffff;
  text-decoration: none;
}
#site a:hover {
  text-decoration: underline;
}
