body {
  margin: 0px;
  padding: 0px;
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  overflow: auto;
  
}
#header {
  background: #A5BF2A url(../images/logo_tx_40pxt.jpg) no-repeat 60px center;
  width: 100%;
  height: 50px;
  clear: both;
}
#header #logo {
  width: 750px;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
  background: url(../images/logo_txt.jpg) no-repeat 0px top;
  height: 130px;
}
#ft {
  background: #000000;
  color: #FFFFFF;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 10px 0 0;
  float: left;
  clear: both;
  width: 100%;
}
#bd {
  padding: 10px;
}
#content_top {
  padding-top: 10px;
  padding-bottom: 10px;
}
.cols {
  float: left;
  width: 22%;
  margin-right: 1%;
  margin-top: 10px;
  margin-left: 1%;
  border-top: 5px solid #000000;
}
h1 {
  font: bold 200% Georgia, "Times New Roman", Times, serif;
  color: #A5BF2A;
  margin: 0px;
  padding:0px;
}
h2 {
  font: bold 180% Georgia, "Times New Roman", Times, serif;
  margin: 0;
  color: #000000;
}
h3{
  font: bold 140% Georgia, "Times New Roman", Times, serif;
  margin: 0;
  color: #000000;
}
h4{
  font: bold 120% Georgia, "Times New Roman", Times, serif;
  margin: 0;
  color: #000000;
}
#content_bottom a {
  margin: 0px;
  padding: 0px;
  color: #000000;
  font: 100% Geneva, Arial, Helvetica, sans-serif;
  text-decoration: none;
  display: block;
  text-align: justify;
}
#content_bottom h6 {
  font: bold 90% Geneva, Arial, Helvetica, sans-serif;
  margin: 0px;
  padding: 0px;
  color: #000000;
  display: block;
  line-height:1.5em;  
}
#content_bottom p {
  margin: 0px;
  padding: 0px;
  line-height:1.5em;
}

/********************** Navigation Tab ***************************/
#tabsH {
  font-size:93%;
  line-height:normal;
  float: right;
  margin-top: 28px;
}
#tabsH ul {
  margin:0;
  padding:0px;
  list-style:none;
}
#tabsH li {
  margin:0;
  padding:0;
  display: inline;
}
#tabsH a {
  float:left;
  background:url(../images/tabs/tableftH.gif) no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
}
#tabsH a span {
  float:left;
  display:block;
  background:url(../images/tabs/tabrightH.gif) no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#FFF;
}    
#tabsH a:hover span {
  color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsH a span {float:none;}
/* End IE5-Mac hack */
#tabsH a:hover {
  background-position:0% -42px;
}
#tabsH a:hover span {
  background-position:100% -42px;
}

#tabsH #current a {
  background-position:0% -42px;
}
#tabsH #current a span {
  background-position:100% -42px;
}
/********************** Sitemap styles ***************************/
.ad_unit {
  margin-bottom:10px;
  border-bottom:#000000 1px solid;
  overflow:hidden;
}
#sitemap {
  float: left;
  clear: both;
  width: 100%;
  margin-top: 10px;
  padding: 5px 0px;
  border-top: 5px solid #000;
  text-align: left;
}

.roundcont {
  color: #000000;
  margin-bottom: 5px;
  margin-right: auto;
  margin-left: auto;
  overflow:hidden;
}
.roundcont h1 {
  display: block;
  margin: 0px;
  background-color: #e9e9e9;
  color: #000000;
  font: italic bold 110% Geneva, Arial, Helvetica, sans-serif;
  cursor:pointer;
}
.cat_list li {
  margin-right: 5px;
  display: inline;
}
.cat_list a {
  color: #000000;
  text-decoration: none;
  font: 90% Geneva, Arial, Helvetica, sans-serif;
}
.cat_list a:hover{
  background-color:#000;
  color:#fff;
  
}

.cat_list .more{
    color:#00f;
  font-weight:bold;
}
ul.cat_list{
  margin: 0px;
  padding: 0px;
  color: #000000;
}
.sitemap_cat {
  float: left;
  width: 48%;
  margin-left: 1%;
}
.advertisement {
  width: 100%;
  text-align: center;
  background: #e9e9e9;
  color: #000000;
}
.advertisement_down {
  /*float: left;*/
  clear: both;
  width: 100%;
  text-align: center;
  background: #e9e9e9;
  color: #000000;
}
.cat_list strong{
  font-weight: normal;
  font-style: italic;
  color: #0074FF;  
}
