body {
  padding: 0;
  margin: 0;
  /*background-image: url(topbar.jpg);
  background-repeat: repeat-x;*/
  font-family: Verdana, Arial;
  font-size: 10pt;
  background-image: url(pagebg.png);
  background-position: top center;
  background-repeat: repeat-y;
}

a {
  color: #585858;
}    

p {
  margin: 5px 0 4px 0;
  text-align: justify;
}

img {
  border: 0;
}

#topbar {
  position: relative;
  margin: auto;  
  width: 800px;
  overflow: hidden;
}

#topbar #title {
  position: relative;  
  height: 100px;
  background-color: #336633;
}

#topbar #title #text {
  font-family: Verdana; 
  color: white;
  float: left;
}

#topbar #title #cs {
  float: right;
}

#topbar #menu {
  background-color: #92a086;
  position: relative;
  height: 30px;
  text-align: center;
  background-image: url(menubar.jpg);
  background-repeat: repeat-x;
}

#topbar #menu ul {
  padding: 7px 0 0 10px;
  list-style: none;
  margin: 0;  
}

#topbar #menu li {
  padding: 0 10px 0 0;
  margin: 0;
  display: inline;
}

#topbar #menu a {
  color: #dbefca;
  text-decoration: none;
  font-size: 10pt;
  font-weight: bold;
}

#topbar #menu a:hover {
  text-decoration: underline;
}

#main {
  position: relative;
  width: 800px;
  margin: auto;
  background-color: #dbefca;  
  overflow: auto;
}

#main #contentbase {
  background-color: #dbefca;
  border: 1px solid #92a086;
  position: relative;
  overflow: auto;
}

#closer {
  position: relative;
  background-color: #92a086;
  font-size: 7pt;
  color: #dbefca;
  text-align: center;
  width: 800px;
  margin: auto;  
}

#closer #inner {
  padding: 5px;
}

#closer a {
  color: #dbefca;
}

#closer p {
  padding: 0 0 0px 0;
  margin: 0;
  text-align: center;
  line-height: normal;
}

h1, h2 {
  padding: 0;
  margin: 0 0 7px 0;
  font-size: 12pt;
  font-family: Trebuchet MS, Verdana, Arial;
}

h2 {
  font-size: 10pt;
  margin: 2px 0 5px 0;
}

.contentBox10 {
  padding: 10px;
}

.contentBox5 {
  padding: 5px;
}

#iebox {
  position: relative;
  margin: auto;
  width: 800px;
  background-color: #B00000;
  font-size: 10pt;
  font-weight: bold;
  color: white;
}

#iebox #ieinner {
  padding: 5px;
  text-align: center;
}

#iebox #ieinner a {
  color: #FFDDDD;
}

ol {
  line-height: 1.5;
}

p {
  line-height: 1.5;
  margin-bottom: 1em;
}

#findbutton {
  padding: 1em 0 2em 0;
}