 {
  list-style-type: none;
  list-style-image: none;
}
@font-face {
  font-family: "gbfont";
  src: url("../fonts/gbfont.ttf") format("truetype");
}
body {
  width: 100%;
  margin: 0px;
  padding: 0px;
  background-color: #f1f1f1;
  font-family: sans-serif;
}
#container {
  background-image: url(../images/contentbg.png);
  background-repeat: repeat-y;
  background-position: center;
  background-color: white;
  background-color: #f1f1f1;
}
#headcontainer {
  width: 100%;
  background-color: #e1e1e1;
  background-image: url(../images/headerbg.png);
  background-repeat: repeat-y;
  background-position: center;
}
#headcontainer #header {
  height: 200px;
  width: 1020px;
  margin: 0 auto;
  padding-right: 80px;
}
#headcontainer #header #logo {
  margin-top: 12px;
  width: 250px;
  float: left;
}
#headcontainer #header #topnav {
  font-size: 1em;
  padding-top: 12px;
}
#headcontainer #header #topnav ul li {
  list-style-type: none;
  list-style-image: none;
  float: right;
  padding-left: 0.7em;
  padding-right: 0.7em;
}
#headcontainer #header #topnav ul li a {
  font-family: sans-serif;
  text-decoration: none;
  color: #666666;
}
#headcontainer #header #topnav ul li a:hover { text-decoration: underline; }
#navcontainer {
  width: 981px;
  margin: 0 auto;
  background-image: url(../images/row.png);
  background-repeat: repeat-x;
  height: 54px;
}
#rigthSideList {
  float: right;
  list-style: none;
} 
#rigthSideList a {
  font-family: sans-serif;
  text-decoration: none;
  color: #666666;
  padding-right: 0.7em;
}
#rigthSideList a:hover { 
  text-decoration: underline; 
}
#navcontainer #mainnav {
  height: 54px;
  font-size: 1.4em;
  font-family: serif;
  text-align: center;
  clear: both;
}
#navcontainer #mainnav ul {
  margin: 0px;
  padding: 0px;
}
#navcontainer #mainnav ul li {
  font-family: "gbfont", sans-serif;
  color: white;
  display: inline-block;
  vertical-align: middle;
  list-style-type: none;
  list-style-image: none;
  float: left;
  width: 327px;
  height: 100%;
  line-height: 54px;
}
#navcontainer #mainnav ul li a {
  text-decoration: none;
  color: white;
}
#navcontainer #mainnav ul li a:hover { text-decoration: underline; }
#contentcontainer {
  width: 940px;
  margin: 0 auto;
  clear: both;
}
#contentcontainer #content {
  text-align: justify;
  background-color: white;
  padding-top: 1.7em;
  padding-bottom: 1.7em;
  padding-left: 1.1em;
  padding-right: 1.1em;
  font-family: sans-serif;
  font-size: 1em;
  line-height: 1.4em;
}
#contentcontainer #content h1 {
  font-family: sans-serif;
  font-size: 1.3em;
  color: #004d23;
}
#contentcontainer #content h2 {
  font-family: sans-serif;
  font-size: 1.1em;
  color: #004d23;
}
#contentcontainer #content .rightimg {
  float: right;
  margin-left: 2em;
  margin-bottom: 1.5em;
}
#contentcontainer #content .leftimg {
  float: left;
  margin-left: 2em;
  margin-bottom: 1.5em;
}
#contentcontainer #content .centerimg {
  display: block;   
  margin-left: auto;   
  margin-right: auto
}
#footercontainer {
  font-family: sans-serif;
  width: 100%;
  background-image: url(../images/contentbg.png);
  background-repeat: repeat-y;
  background-position: center;
  background-color: #f1f1f1;
  padding-top: 2.1em;
  padding-bottom: 1.1em;
}
#footercontainer #footer {
  width: 940px;
  margin: 0 auto;
  background-color: white;
  padding-top: 1.3em;
  height: 3em;
  color: #444444;
  border-top: solid 5px #004d23;
}
#footercontainer #footer .right { float: right; }
#footercontainer #footer .left { float: left; }
.clearfloat { clear: both; }
a img { border: 0; }
.ital {
  font-style: italic;
  font-weight: bold;
  color: #004d23;
}
strong { color: #004d23; }
.footnote { font-size: 0.8em; }
