body {
  background-color: #ffffff;
}
.padding {
  padding-bottom: 5px;
  margin-top: 5px;
}
#center {
  width: 100%;
  height: 100%;
  text-align: center;
}
#container {
  width: 100%;
  margin: auto;
}
#header {
  height: 110px;
  width: auto;
  text-align: center;
}
.prpic {
  margin: 0px 10px 0px 10px;
  padding: 5px;
  border: 1px solid #999999;
  background-color: #ffffff;
}
#body {
  background-color: #ffffff;
  /*height: auto;*/
  clear: both;
  padding-top: 20px;
  /*background-color: #f3f3f3;
  background-image: url(images/cbg.png);
  background-repeat: repeat-x;
  background-position: left top;*/
}

#content {
  /*width: auto;
  height: auto;*/
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: small;
  text-align: left;
  margin-top: 10px;
  /*border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;*/
}

h2 {
  font-size: small;
  font-weight: bold;
  letter-spacing: 1px;
}
.content p, .content li {
  margin: 0px 0px 2px 0px;
}

#top {
  height: auto;
}

.topleft {
  float: left;
  width: 50%;
  text-align: left;
  padding: 0 0 5px 0;
}

.topright {
  float: right;
  width: 50%;
  text-align: right;
  padding: 0 0 5px 0;
}

.catcot {
  font-family: Geneva, "Times New Roman", serif;
  font-size: 18pt;
  color: #000000;
  font-weight: bold;
  line-height: 30px;
}
.catbbh {
  font-family: Geneva, "Times New Roman", serif;
  font-size: 12pt;
  font-weight: bold;
  /*font-style: italic;*/
  color: #000000;
}

#footer {
  font-family: "Century Gothic", Arial, sans-serif;
  color: #999999;
  font-size: 0.8em;
  text-align: center;
  margin-top: 10px;
}

a, a:link, a:visited {
  color: #000000;
  text-decoration: none;
}
a:hover, a:active {
  color: #000000;
  text-decoration: underline;
}

#content .libreak {
  clear: both;
  border-bottom: 1px solid #efefef;
}
#content .lileft, #content .rleft {
  padding: 5px 0 5px 15px;
  margin-left: 5px;
  float: left;
  width: 20%;
  text-decoration: underline;
  background-image: url(../../images/bullet.gif);
  background-repeat: no-repeat;
  background-position: left center;
  color: #000000;
}
#content .liright, #content .rright {
  float: left;
  width: 70%;
  padding: 5px 0px 5px 0px;
  color: #000000;
}

#content .rleft {
  width: 50%;
}
#content .rright {
  width: 40%;
  /*float: left;
  padding: 10px 0px 10px 0px;*/
}

.clear {
  clear: both;
}
li.ls {
  list-style-position: outside;
  list-style-image: url(../../images/bullet.gif);
  line-height: 24px;
}
