/* template.css  */

html,body {
  height: 100%;
  margin-top: 0px;
  margin-bottom: 1px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  background: #000000;
  scrollbar-face-color: #9aa182; 
  scrollbar-shadow-color: #343434;
  scrollbar-highlight-color: #e8e7e7;
  scrollbar-3dlight-color: #ffffff; 
  scrollbar-darkshadow-color: #000000;
  scrollbar-track-color: #c9ccd0;
  scrollbar-arrow-color: #9b3038;
}

td,tr,div {
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}

p {
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  margin-top: 4px;
  margin-bottom: 1px;
}

#footer p,
#footer div,
#footer td {
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #8C6900;
  margin: 0px;
}

#footer a:link,
#footer a:visited {
  color: #D39215;
  font-weight: normal;
  text-decoration: none;
}

#footer a:hover {
  color: #ECCC96;
  font-weight: normal;
  text-decoration: underline;
}

a:link, a:visited {
  color: #731504;
  font-weight: bold;
  text-decoration: underline;
}

a:hover {
  color: #5d5566;
  font-weight: bold;
  text-decoration: underline;
}

a img {
  border: none;
}

body.contentpane { background: #fff; }

#header p,
#header div,
#header td {
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #ffffff;
  margin: 0px;
}

a.readon:link, a.readon:visited {
  color: #731504;
  text-decoration: underline;
  text-align: right;
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin-top: -3px;
  margin-bottom: 0px;
  display: block;
} 

a.readon: hover {
  color: #5d5566;
  text-decoration: underline;
  text-align: right;
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin-top: -3px;
  margin-bottom: 0px;
  display: block;
}

.article_title {
  color: #731504;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
}

.caption {
  font-size: 10px;
  font-weight: normal;
  color: #6f6f6f;
}

table.moduletable {
  padding: 0px;
  margin: 0px;
}

table.moduletableforum .mainlevel {
  font-size: 9px;
}

table.moduletableforum td,
table.moduletablemainmenu td {
  padding: 1px 0px 1px 0px;
}

table.contentpaneopen {
  width: 98%;
  padding: 0px;
  border-collapse: collapse;
  border-spacing: 0px;
  margin: 0px;
}

td.mceEditor {
  background: #ffffff;
}

td.mceEditor a img {
  border: none;
}

table.contentpaneopen td {
  padding-right: 0px;
}

table.contentpaneopen td.componentheading {
  padding-left: 0px;
}

table.contentpane {
  width: 100%;
  padding: 0px;
  border-collapse: collapse;
  border-spacing: 0px;
  margin: 0px;
}

table.contentpane td {
  margin: 0px;
  padding: 0px;
}

table.contentpane td.componentheading {
  padding-left: 0px;
}

.componentheading {
  color: #731504;
  padding: 0px;
  font-size: 18px;
  line-height: 20px;
  margin: 0px 0px 34px 0px;
  border: 0px;
  height: 0px;
  font-weight: bold;
  border-bottom: 0px solid #550B00;
  border-top: 0px solid;
  text-decoration: underline;
}

.contentheading,
div.moduletable h3,
a.contentpagetitle,
h1, h2 {
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #731504;
  text-indent: 0px;
  line-height: 24px;
  border-left: 0px solid #535353;
  border-bottom: 1px solid #550B00;
}

ul.latestnews {
  margin: 0px;
  padding: 0px 0px 0px 10px;
}

ul.latestnews li {
  color: #334492;
  background: transparent;
  margin-bottom: 1px;
}

.article_seperator {
        display: block;
        line-height: 0px;
        border: 0;
        margin: 0;
        padding: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}   

@media print {
#leftcol{display:none;} #rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}}

