/* General styles */
body {
  font-family: Verdana, Arial, Sans-serif;
  width: 650px;
  margin: 0px auto 10px auto;
  background-color: #009933;
}

/* Container id is not used here */

p {
  font-size: .8em;
  line-height: 150%;
}

p.dropcap:first-letter {
  float: left;
  width: 40px;
  font-size: 50px;
  line-height: 50px;
}

p a:link {
  color: #003366;
}

p a:hover {
  color: #FFFF66;
}

p a:visited {
  color: #333300;
}

.img_right {
  float:right;
  margin: 0 0 5px 5px;
}

.img_left {
  float:left;
  margin: 0 10px 5px 0;
}


.spacer {
  clear: both;
}

/* Special sytles */
#special {
  background: #FFFFFF;
  width: 500px;
  margin: 10px auto 10px auto;
  padding: 20px 20px 20px 20px;
  border-style: ridge solid solid ridge;
  border-width: medium;
}

#special h2 {
  text-align: center;
  line-height: 15%;
}



/* Masthead sytles */
#masthead h1 {
  font-size: 3em;
  color: #FFFF66;
}
#masthead h2 {
  line-height: 150%;
  color: #FFFF66;
}


/* Navbar styles */
#navbar {
  float: left;
  margin: 0px 5px 5px 0;
}
#navbar ul {
  list-style-type: none;
  margin: 5px;
  padding: 2px;
  border: 1px solid #000;
  width: 200px;
}
#navbar li {
  background: #fffbc6;
  margin: 0;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #666;
}
#navbar ul a:link, ul a:visited, ul a:hover, ul a:active {
  display: block;
  padding: 2px 10px;
  text-decoration: none;
}
#navbar ul a:link {
  color: #000;
}
#navbar ul a:visited {
  color: #666;
}
#navbar ul a:hover {
  color: #f00;
  background: #fff;
}
#navbar ul a:active {
  color: #333;
}
#current a:link {
  color: #fff;
  background: #99CC66;
}

/* Footer sytles */
#footer p {
  font-size: 75%;
  font-style: italic;
  line-height: 150%;
}

/* Quotes styles */
#quotes dt {
  font-size: .8em;
  line-height: 150%;
  font-style: italic;
  text-indent: 25px;
}
#quotes dd {
  font-size: .8em;
  line-height: 100%;
  text-align: right;
}












