/* color scheme
 green = 663
 yellow = ffc
 red = C00
 black = 000 */

/* page body styles */

body {
  font-size: medium;
  margin: 0;
  background-color: #ffc;
  }
* html body {
  font-size: small; /* for IE5/Win */
  f\ont-size: medium; /* for IE other versions */
  } 
  
#pagebody {
  font-size: 100%;
  }

/* link styles */

a:link {
  color: #C00;
  }
a:visited {
  color: #C00; 
  }
a:hover {
  color: #663
  }
a:active {
  color: #C00
  }
  
/* heading styles */

h1 {
  margin: 0 0 0 1em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 150%;
  font-weight: bold;
  color: #C00;
  }
  
h2 {
  margin: .5em 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 130%;
  font-weight: normal;
  color: #663;
  }

h3 {
  margin: .5em 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  font-weight: bold;
  color: #000;
  }

h4 {
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  font-size: 85%;
  font-weight: bold;
  color: #000;
  margin-bottom: .1em;
  }

/* content area styles */

#content {
  margin: 0em 0em 0em 2em;
  }

#content p {
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  font-size: 85%;
  }

#content li {
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  font-size: 85%;
  }

  
/* copyright style */


/* footer area styles */

#footer {
  margin: 2em 0em 2em 2em;
  padding: .5em 0 0 0;
  border-top: 1px solid #663;
  font-family: Arial, Helvetica, sans-serif;
  }
  
#footer p {
  font-size: 75%;
  color: #000;
  margin: .5em 0em 0em 0em;
  }
  
/* major navigation styles */

#navmajor {
  margin: 0 0 1em -.5em;
  padding: 0 0 20px 10px;
  }

#navmajor li {
  margin: 0; 
  padding: 0;
  display: inline;
  list-style-type: none;
  }
  
#navmajor a {
  float: left;
  margin: 0 10px 4px 0;
  font-size: 75%;
  }