* {
  margin: 0;
  padding: 0;
}

body {
  background: #637780;
  font: 12px arial, helvetica, sans-serif;
  color: #000;
  text-align: center;
}

a {
  color: #a41c16;
  text-decoration: underline;
}

a:hover,
a:active {
  text-decoration: none;
}

/***************************************************************/

div#layout {
  width: 950px;
  margin: 0 auto 10px auto;
  padding: 0 11px;
  background: #fff;
  text-align: left;
}

div#header {
  height: 70px;
  background: url(../images/logo.png) left no-repeat;
  font-size: 11px;
  padding-top: 30px;
}

div#banner {
  height: 140px;
  margin: 5px 0 10px 0;
}

div#sitepath {
  font-family: verdana;
  font-size: 10px;
  color: #0b77b6;
  margin: 10px 5px;
}

div#container {
  background: url(../images/maincontent.png) right repeat-y;
}

* html div#container {
  width: 950px;
}

*+html div#container {
  overflow: hidden;
}

div#leftcol-fix {
  background: url(../images/leftcol.png) left repeat-y;
}

div#container-fix {
  background: url(../images/container.png) bottom no-repeat;
  padding-bottom: 2px;
}

div#maincontent {
  min-height: 450px;
  height: auto !important;
  height: 450px;
}
div#maincontent ol {
  padding: 2px 5px 10px 20px;
}

div#leftcol {
  float: left;
  width: 200px;
  background: url(../images/leftcol-header.png) top no-repeat;
}

div#bodycontent {
  float: right;
  width: 727px;
  background: url(../images/bodycontent.png) top no-repeat;
  padding: 10px;
}

div#sidebar {
  float: right;
  width: 225px;
  background: url(../images/sidebar.png) top no-repeat;
  padding: 10px;
}

div#footer {
  background: #637780 url(../images/footer.png) no-repeat;
  font-size: 11px;
  color: #dcd5c6;
  margin: 11px -11px -11px -11px;
  padding: 7px;
}

/***************************************************************/

div.image {
  float: left;
/*   width: 67px; */
	padding:3px;
}

div.content {
  float: right;
}

div.long {
  width: 100%;
}

div.short {
  width: 150px;
}

/***************************************************************/

ul {
  list-style-type: none;
}

div#header ul {
  float: right;
}

div#leftcol ul {
  background: #e0d9cd url(../images/leftcol-fix.png) bottom no-repeat;
  padding-bottom: 1px;
}

div#leftcol ul li ul {
  margin: 7px 0 -7px 0;
  padding: 0;
}

div#bodycontent ul {
  margin: 10px 0 15px 0;
}

/***************************************************************/

li {}

div#header ul li {
  display: inline;
  background: url(../images/bullet-dot.png) left no-repeat;
  font: 10px verdana;
  padding: 7px;
}

div#leftcol ul li {
  background: #a41c16 url(../images/arrow-up-dark.png) 10px 12px no-repeat;
  margin: 1px;
  padding: 7px 7px 7px 20px;
  border: 1px solid #fff;
}

* html div#leftcol ul li {
  height: 1em;
}

*+html div#leftcol ul li {
  overflow: hidden;
}

div#leftcol ul li.active {
  background: #a41c16 url(../images/arrow-down-dark.png) 10px 12px no-repeat;
}

div#leftcol ul li ul li {
  background: #da251d url(../images/arrow-up-soft.png) 15px 12px no-repeat;
  margin: 0 -8px 0 -21px;
  padding: 7px 7px 7px 25px;
  border-bottom: none;
}

div#leftcol ul li ul li.active{
  background: #da251d url(../images/arrow-down-soft.png) 15px 12px no-repeat;
}

div#leftcol ul li ul li ul li {
  background: #e0d9c9;
  margin: 0 -8px 0 -26px;
  padding: 3px 7px 3px 20px;
}

div#leftcol ul li ul li ul li.active {
  background: #e0d9c9 url(../images/bullet-blue.png) 10px 9px no-repeat;
}

li.bullet-red,
div#bodycontent ul li {
  background: url(../images/bullet-red.png) left 7px no-repeat;
  margin: 5px 10px;
  padding-left: 15px;
}

li.bullet-blue {
  background: url(../images/bullet-blue.png) left 7px no-repeat !important;
}

div#sidebar ul li {
  margin: 10px 0;
}

/***************************************************************/

div#header a {
  text-decoration: none;
}

div#header a:hover {
  text-decoration: underline;
}

div#header a:active,
div#header a.active {
  font-weight: bold;
}

div#sitepath a {
  color: #0070b2;
}

div#sitepath a.active {
  text-decoration: none;
}

div#leftcol ul li a {
  color: #fff;
  text-decoration: none;
}

div#leftcol ul li a:hover,
div#leftcol ul li a:active {
  text-decoration: underline;
}

div#leftcol ul li ul li a {
  font-weight: bold;
}

div#leftcol ul li ul li ul li a {
  font-weight: normal;
  color: #0070b2;
}

div#bodycontent a,
div#sidebar a {
  color: #0b77b6;
}

div#footer a {
  color: #dcd5c6;
  text-decoration: none;
}

/***************************************************************/

h1 {
  font: bold 14px arial, helvetica, sans-serif;
  color: #ab2023;
  margin-bottom: 10px;
}

h2 {
  background: #e0d9cd;
  font: bold 12px arial, helvetica, sans-serif;
  color: #ab2023;
  margin-bottom: 10px;
  padding: 4px 8px;
}

h3 {}

div#header h1 {
  font: bold 20px arial, helvetica, sans-serif;
  color: #000;
}

/***************************************************************/

p {
  margin-bottom: 20px;
}

div#header p {
  margin-bottom: 5px;
}

small {
  font-size: 11px;
}

big {}

img {
  border: none;
}

hr {
  height: 1px;
  background: #dcd5c6;
  color: #dcd5c6;
  margin: 0 10px 5px 10px;
  border: 0;
}

.clear , .clearer { clear: both;  }
.left  { float: left;  }
.right { float: right; }

.news-single-timedata {
float:right;
margin-bottom:10px;
padding:4px 8px;
}

.tx-pagebrowse li {
  list-style-image:none !important;
  list-style-position:inside !important;
  list-style-type:none !important;
  margin:0 !important; 
  padding-left:0 !important;
  text-align:center;
  background:none !important;
}


/* EOF */
