body {
  background-color: #EAEAEA;
  margin-top: 50px;
}

#container {
  width: 100%;
  text-align: center;
}

#main {
  width: 750px;
  
  background-color: #FFFFFF;
  color: #000000;
  font-family: Georgia, 'Times New Roman', Courier;
  font-size: 14px;
  text-align: left;

  border-width: 1px;
  border-style: solid;
  border-color: #808080;

  padding: 10px;
  margin-left: auto;
  margin-right: auto;
}

#nav {
  font-family: Georgia, 'Time New Roman', Courier;
  font-size: 14px;
  line-height: 220%;
  text-align: center;
  width: 100%;
}

#nav A:link, #nav A:visited { 
  color: #000000;
  text-decoration: underline;
  border-width: 1px;
  border-color: #FFFFFF;
  border-style: solid;
  background-color: #FFFFFF;
  padding: 5px;
}

#nav A:hover, #nav A:active { 
  color: #000000;
  text-decoration: none;
  border-width: 1px;
  border-color: #C0C0C0;
  border-style: solid;
  background-color: #EAEAEA;
  padding: 5px;
}

h1 {
  font-family: Georgia, 'Times New Roman', Courier;
  font-size: 24px;
  font-weight: bold;
  color: #808080;
}

h2 {
  font-family: Georgia, 'Times New Roman', Courier;
  font-size: 20px;
  font-weight: bold;
  color: #808080;
  border-bottom-width: 1px;
  border-bottom-color: #DADADA;
  border-bottom-style: solid;
}

p {
  margin-left: 50px;
}

ul {
  margin-left: 100px;
}

A:link, A:visited { color: #000080; text-decoration: underline; }
A:hover, A:active { color: #800000; text-decoration: none; }

#emailform {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

#copy {
  width: 100%;
  text-align: center;
  font-family: Arial;
  font-size: 12px;
  color: #C0C0C0;
  padding-top: 10px;
  border-top-width: 1px;
  border-top-color: #DADADA;
  border-top-style: solid;
}

#copy A:link, #copy A:visited { color: #C0C0C0; text-decoration: underline; }
#copy A:hover, #copy A:active { color: #C0C0C0; text-decoration: none; }
