/* CSS Document */

body {
  margin: 0 0;
  padding: 0 0;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;;
  font-size: 13px;
  color: black;
  background: #E3E3E3;
  background: #8F8C80;
  text-align: center;
}

ul {
  margin: 15 5 15 0; padding: 3 3 3 0;
}

li {
  list-style-type: bullet;
  list-style-image: url(img/red-bullet2.gif);
/*  color: #c10000; */
  margin: 1 2 1 1.5em; padding: 0;
}

img {
  border: none;
}

a {
  text-decoration: none;
  font-size: 1em;
  color: #c10000;
}

a:hover {
  text-decoration: underline;
}

a.redlink {
  display: block;
  color: #c10000;
  font-weight: bold;
}

p {
/*  font: 0.9em; */
  margin: 5 5;
  padding: 3 6;
  background: white;
  line-height: 17px;
}

#content h1 {
  margin: 0 0 8 0;
  padding: 0 0;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #111111;
/*  background: red; */
}

/*#content h2 {
  margin: 0px 0px;
  border: 0px;
  height: 16px;
  padding: 2px 11px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 1em;
  background: #908D81 url(img/lista05.png) repeat-x top;
  color: #222222;
}*/

div#content {
  background: #E3E3E3 url(img/tlc_9_e3e3e3_8f8c80.gif) no-repeat top left;
  width: 1000px;
  margin: 0 auto;
  clear: both;
  text-align: left;
/*  overflow: auto; */
}

div#content div.rc {
  background: url(img/tr_9_e3e3e3_8f8c80.gif) no-repeat top right;
}

div#content div.rc div.rc {
  background: url(img/bl_9_e3e3e3_8f8c80.gif) no-repeat bottom left;
}

div#content div.rc div.rc div.rc {
  background: url(img/br_9_e3e3e3_8f8c80.gif) no-repeat bottom right;
  padding: 15px 15px 20px;
}

div.rc1 {
  text-align: left;    
  background: #ffffff url(img/tlc_9_ffffff_e3e3e3.gif) no-repeat top left;
/*  background: url(img/rc1_lt.gif) no-repeat top left; */
/*  overflow: auto; */
/*  margin-bottom: 10px;  */
}

div.rc1 div.rci {
  background: url(img/tr_9_ffffff_e3e3e3.gif) no-repeat top right;
/*  background: url(img/rc1_rt.gif) no-repeat top right; */
}

div.rc1 div.rci div.rci {
  background: url(img/bl_9_ffffff_e3e3e3.gif) no-repeat bottom left; 
/*  background: url(img/rc1_lb.gif) no-repeat bottom left; */
}

div.rc1 div.rci div.rci div.rci {
  background: url(img/br_9_ffffff_e3e3e3.gif) no-repeat bottom right; 
/*  background: url(img/rc1_rb.gif) no-repeat bottom right; */
  padding: 0px 10px 15px;
}

h2 {
  margin: 0px;
  font-size: 18px;
  background: url(img/h2_left.png) no-repeat top left;
  color: white;
/*  color: #c10000;
  border-bottom: 1px dotted #c10000;*/
}

h2 span, h2 a {
  padding: 4px 8px 6px;
  display: block;
  color: white;
  background: url(img/h2_right.png) no-repeat top right ;  
}

h2 span a {
  color: white;
}


#content p.date {
  margin: 8 5 0 5;
  padding: 0 6 0 6;
  font-weight: bold;
}

#content p.newsitem {
  margin: 0 5 5 5;
  padding: 0 6 3 6;
}

#content ul {
  padding: 0 0;
  border: 0 0;
}

/*#footer {
  width: auto;
  text-align: center;
  margin: 10px 20px 0px;
  padding: 4px 5px 10px;
  border-top: #908D81 2px solid;
  font-size: 0.8em;
  clear: both;
}*/

br.spc {
  display: block;
  height: 10px;
  padding-bottom: 10px;
  background: red;
}

#footer {
  position: relative;
  width: 1000px;
  margin: 0px auto;
  text-align: center;
  padding: 8px 5px 10px;
  height: 20px;
/*  border-top: #908D81 2px solid;*/
  background: #8F8C80 /*url(tabMenuBackground.png) repeat-x top*/; 
  font-size: 0.8em;
  font-weight: bold;
  clear: both;
  color: white;
}

#motto {
  padding: 4px 30px;
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  text-align: right;
}

br.spc {
  height: 0px;
  background: #e3e3e3;
  display: block;
  margin: 0 0 20px;
}

.clr { clear: both; }