html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
body {
  // background-image: url("images/greybg.gif");
  font-family: arial, helvetica, sans-serif;
}
#container {
  margin: 0 auto;
  // width: 1000px;
  background-color: #fff;
}
#header {
  text-align: center;
  margin: 10px 10px;
}
#footer {
  background-color: #518812;
  color: #fff;
  padding: 30px;
  clear: both;
  font-size: 8pt;
}
.fullwidthcontent {
  width: 1000px;
  clear: both;
  position: relative;
  margin: 0 auto;
}
#menubg {
  margin: 0;
  padding: 0;
  background-color: #518812;
  background-image: url('images/menubg.png');
  background-repeat: repeat-x;
}
#menu {
  margin: 0 auto;
  padding: 0;
  width: 1000px;
  height: 50px;
}
#menu li {
  display: block;
  float: left;
  color: #fff;
  font-family: arial, tahoma, verdana, sans-serif;
  font-weight: normal;
  border-right: #386405 1px solid;
  margin: 0;
  padding: 15px;
  text-align: center;
}
#menu li a{
  color: #fff;
  text-decoration: none;
}
#menu li a:hover{
  text-decoration: underline;
}
#adminmenu {
  background-color: #ccc;
  margin: 0;
  padding: 0;
  height: 50px;
}
#adminmenu li {
  display: block;
  float: left;
  color: #000;
  font-family: georgia, verdana, tahoma, arial;
  font-weight: bold;
  border-right: #666 1px solid;
  margin: 0;
  padding: 15px;
  text-align: center;
}
#splash {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
#splashbig {
  width: 700px;
  height: 300px;
  float: left;
  position: relative;
}
#splashbigtext {
  margin: 0;
  padding: 0;
  width: 400px;
  background-image: url('images/black_opac90.png');
  position: absolute;
  bottom: 20px;
}
#splashbigtext h1 {
  margin: 10px;
  color: #fff;
  font-size: 20pt;
}
#splashbigtext p {
  margin: 10px;
  color: #fff;
  font-size: 10pt;
}
#splashbigtext a {
  color: #fc0;
  font-size: 10pt;
  font-weight: bold;
}
#splashbigtext a:hover {
  color: #fff;
  text-decoration: none;
}
#splashmenu {
  width: 300px;
  float: right;
  z-index: 100;
}
.splashshade {
  width: 300px;
  height: 100px;
  position: absolute;
  background-image: url('images/black_opac90.png');
  z-index: 200;
  cursor: hand;
  cursor: pointer;
}
#splashshade1 {
  left: 700px;
  top: 0;
}
#splashshade2 {
  left: 700px;
  top: 100px;
}
#splashshade3 {
  left: 700px;
  top: 200px;
}
.splash_alt {
  background-size: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  height: 100px;
}
.splash_alt h2 {
  margin: 0;
  padding: 10px;
  background-image: url('images/black_opac90.png');
  color: #fff;
  font-size: 10pt;
  position: absolute;
  bottom: 0;
  right: 0;
}
#latestarticles {
  width: 400px;
  float: left;
}
.date {
  font-size: 8pt;
  color: #196674;
  font-weight: bold;
  margin: 0;
  padding: 0;
  line-height: 100%;
}
#latestarticles h4 {
  margin: 0;
  padding: 0;
  font-size: 14pt;
  font-weight: normal;
}
#latestarticles p {
  margin: 10px 0;
  font-size: 10pt;
}
.articlebox {
  border-bottom: 1px solid #ccc;
  margin: 20px;
  padding-bottom: 10px;
}
#mostread {
  width: 300px;
  float: left;
}
#mostread ul {
  margin: 20px;
  padding: 0;
  list-style-type: none;
}
#mostread li {
  font-size: 10pt;
  margin-bottom: 10px;
}
#latestcomments h4 {
  margin: 0;
  font-size: 10pt;
}
#latestcomments p {
  margin: 10px 0;
  font-size: 10pt;
}
#registerbox {
  width: 300px;
  float: left;
}
.commentbox {
  border-bottom: 1px solid #ccc;
  margin: 20px;
  padding-bottom: 10px;
}
.darkblock {
  margin: 20px 20px;
  background-color: #999;
  color: #fff;
  padding-bottom: 10px;
  width: 260px;
  float: right;
}
.darkblock h3 {
  font-size: 12pt;
  padding-top: 10px;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.darkblock ul {
  margin: 20px;
  padding: 0;
  list-style-type: none;
}
.darkblock li {
  font-size: 8pt;
  margin-bottom: 10px;
}
.darkblock a {
  color: #fc0;
}
.darkblock a:hover {
  color: #fff;
}
.box200 {
  float: left;
  width: 250px;
}
.box200 ul {
  padding: 0;
  margin: 20px;
  list-style-type: none;
}
.box200 li {
  font-size: 10pt;
  margin-bottom: 10px;
}
.box300 {
  float: left;
  width: 300px;
}
#articlebody {
  width: 700px;
  float: left;
}
h3 {
  font-size: 15pt;
  color: #518812;
  margin: 20px;
  border-bottom: 1px solid #518812;
}
h2 {
  font-size: 30pt;
  color: #000;
  margin: 20px;
  font-weight: normal;
}
p {
  margin: 0 20px 20px 20px;
  font-size: 10pt;
  line-height: 13pt;
}
table {
  margin: 0 20px 20px 20px;
}
td {
  font-size: 10pt;
  line-height: 13pt;
}
.smalltext {
  margin: 0 20px 20px 20px;
  font-size: 8pt;
  line-height: 11pt;
}
.smalllist {
  padding: 0;
  margin: 20px;
  list-style-type: none;
  font-size: 8pt;
  line-height: 20pt;
}
.author {
  font-weight: bold;
}
img {
  border: none;
}
a {
  color: #196674;
  font-weight: bold;
}
a:hover {
  color: #666;
  text-decoration: none;
}
input {
  width: 180px;
}
textarea {
  width: 180px;
  height: 50px;
  font-family: arial, helvetica, sans-serif;
}
.inputtitle  {
  font-size: 30pt;
  width: 700px;
  font-weight: normal;
}
.sponsorbox {
  padding: 3px;
  font-size: 8pt;
  background-color: #fff;
  border: 1px solid #666;
  text-align: center;
}
.sponsorbox  a {
  font-weight: normal;
  color: #000;
  text-decoration: none;
}
.sponsorbox  a:hover {
  font-weight: normal;
  color: #196674;
}
#dsq-content #dsq-comments .dsq-comment-message { font-size: 10x; }
.grecaptcha-badge {
display: none !important;
}