/*
 CSS
Stuart Stansfield July 2007

   First clear out all settings which may be inserted automatically
   by some browsers. Doing this gives us a clean start with no problems
   with the way different browsers interpret the XHTML and CSS code 
*/
body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {
  padding: 0;
  margin: 0;
}
h1, h2, h3, h4, h5, h6, pre, code {
  font-size: 1em;
}
a {
  text-decoration: none;
}
a img {
  border: 0;
}
/* End of preliminary clear out */ 
 
/* General <body> settings */
body {
  width: 780px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#banner {
  width: 780px;
  text-align: center;
}

#wrap1 p {
  color: #5c5c5c;
}

#egleft {
  width: 43%;
  margin: 15px;
  float: left;
}

#egright {
  width: 43%;
  float: right;
  margin: 15px;
}

#eg1, #eg2 {
  background-color: #afe06e;
  border: 5px ridge green;
  padding: 5px;
}

  
ul.men {
  list-style: none;
  line-height: 130%;
}

ul.men a, ul.men a:visited {
  line-height: 130%;
  color: #5c5c5c;
}

ul.men a:hover {
  color: green;
}

ul.inl li {
  display: inline;
}

ul.inl {
  margin-left: 0;
  list-style: none;
  padding-left: 0;
  padding-top: 6px;
  padding-bottom: 5px;
  font-size: x-small;
  text-align: center;
}

#nav a {
  color: green;
}
#nav a:visited {
  color: green;
}
#nav a:hover {
  color: red;
}
#nav a:active {
  color: green;
}

#about {
  width: 28%;
  background-color: #afe06e;
  margin-top: 2em;
  padding-top: 1em;
  margin-left: 10px;
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 15px;
  padding-bottom: 1em;
  border: 5px ridge green;
  float: left;
}

#about p {
  font-size: small;
  color: #5c5c5c;
}

#photo1 {
  border: 5px ridge silver;
  float: right;
  background: silver;
  margin-top: 1em;
  margin-right: 10px;
  margin-bottom: 1em;
  margin-left: 15px;
}

#photo2 {
  border: 5px ridge silver;
  background: silver;
  float: left;
  margin-left: 15px;
  margin-top: 3em;
  margin-right: 15px;
  margin-bottom: 1em;
}

#eg1 {
  border: none;
  float: right;
  background: silver;
  margin-top: 1em;
  margin-right: 10px;
  margin-bottom: 1em;
  margin-left: 15px;
}

#eg2 {
  border: none;
  background: silver;
  float: left;
  margin-left: 10px;
  margin-top: 1em;
  margin-right: 15px;
  margin-bottom: 1em;
}

p {
  padding-top: 1em;
  padding-left: 15px;
  padding-right: 15px;
  font-size: small;
  line-height: 120%;
  color: #5c5c5c;
}

h1 {
  font-size: x-large;
  color: #cacaca;
  padding-top: 1em;
  padding-bottom: .2em;
  padding-left: .4em;
  margin: 0;
}

h2 {
  color: #7a7a7a;
  font-size: 130%;
  font-weight: bold;
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 5px;
  margin-top: 15px;
  text-decoration: underline;
}

#nxt {
  clear: both;
}  

#nxt h3, #nxt a {
  color: green;
  font-size: small;
  font-weight: bold;
  line-height: 130%
}

.sect a, .sect a:visited {
  color: green;
}  

.sect a:hover {
  color: red;
}

#wrap1 h2, #idx h2 {
  color: green;
}

#content h1 {
  color: #7a7a7a;
  text-decoration: underline;
}

#foot p {
  font-size: x-small;
  color: green;
}

#endplay p {
  font-size: x-small;
  color: white;
}