@charset "UTF-8";
/* CSS Document */

h1 {
  font-family: Georgia;
  font-size: 160%;
  line-height: 130%;
	margin: -5px 0 0 -20px;
}

h2 {
  font-family: Georgia;
  font-size: 150%;
  line-height: 130%;
  margin-top: -5px;

}

h3 {
  font-family: Georgia;
  font-size: 110%;
  line-height: 130%;
  margin-top: -5px;
}

h4 {
  font-size: 130%;
}

h5 {
  font-size: 120%;
}

h6 {
  font-size: 110%;
}

p {
  font-family: Georgia;
  margin: 0.6em 0 1.2em;
  padding: 0;
}

a:link{
 color: #336600;
 text-decoration: none;
} 

a:visited {
  color: #336600;
  text-decoration: none;
}

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

a:active, a.active {
  color: #336600;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: gray;
}

ul {
  margin: 0.5em 0 1em;
  padding: 0;
}

ul li {
  margin: 0.4em 0 0.4em .5em;
}



/* Start site-top menu */

#site-top-menu ul {
text-align: center;	
}

#site-top-menu ul li {
padding: 0;
display: inline;
margin: 0 .85em 0 .25em;
}

#site-top-menu ul li a:link,
#site-top-menu ul li a:visited{
padding: 0 1em;
color: #333;
background-color:#fff;
text-decoration:none;
font: bold 11px/21px "Lucida Grande", sans-serif;
}

/* @group home */

#site-top-menu ul li a:link#home,
#site-top-menu ul li a:visited#home {
border-bottom:.2em solid #336600;
padding: 0 .69em;
background-color:#fff;
color:#333;
margin-right: .5em;
}

#site-top-menu ul li a:hover#home {
border-bottom: .7em solid #336600;
}

/* @end */

/* @group about */

#site-top-menu ul li a:link#about,
#site-top-menu ul li a:visited#about{
border-bottom:.2em solid #336600;
padding: 0 .69em;
background-color:#fff;
color:#333;
margin-right: .5em;
}

#site-top-menu ul li a:hover#about {
border-bottom:.7em solid #336600;

}

/* @end */
/* @group editors */

#site-top-menu ul li a:link#editors,
#site-top-menu ul li a:visited#editors {
border-bottom:.2em solid #336600;
padding: 0 .69em;
background-color:#fff;
color:#333;
margin-right: .5em;
}

#site-top-menu ul li a:hover#editors {
border-bottom:.7em solid #336600;
}

/* @end */

/* @group submit */

#site-top-menu ul li a:link#submit,
#site-top-menu ul li a:visited#submit{
border-bottom:.2em solid #336600;
padding: 0 .69em;
background-color:#fff;
color:#333;
margin-right: .5em;

}

#site-top-menu ul li a:hover#submit {
border-bottom:.7em solid #336600;

}

/* @end */

/* @group terms */

#site-top-menu ul li a:link#terms,
#site-top-menu ul li a:visited#terms {
border-bottom:.2em solid #336600;
padding: 0 .69em;
background-color:#fff;
color:#333;
margin-right: .5em;

}

#site-top-menu ul li a:hover#terms {
border-bottom:.7em solid #336600;}

/* @end */


/* @group contact */

#site-top-menu ul li a:link#contact,
#site-top-menu ul li a:visited#contact {
border-bottom:.2em solid #336600;
padding: 0 .69em;
background-color:#fff;
color:#333;
margin-right: .5em;

}

#site-top-menu ul li a:hover#contact {
border-bottom:.7em solid #336600;
}

/* @end */

/* End site-top menu */
