* {
  scrollbar-base-color: scrollbar;
  scrollbar-darkshadow-color: threeddarkshadow;
  scrollbar-face-color: threedface;
  scrollbar-highlight-color: threedhighlight;
  scrollbar-shadow-color: threedshadow;
  scrollbar-track-color: default;
  scrollbar-3dlight-color: threedlightshadow;
  scrollbar-arrow-color: buttontext;
}
body {
  margin: 0px;
  padding: 0px;
  font-size: 70%;
  background-color: #fff;
  background-image: url(/images/bg_main.gif);
   background-repeat: repeat-x;
}
body, td, input, select, textarea {
  font-family: verdana, helvetica, arial, sans-serif;
}
p {
  margin: 0em 0em 1em 0em;
  line-height: 1.3em;
}
p.latestNewsSummary {
  margin: 0em;
}
form, input {
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
}
h1 {
  font-size: 1.5em;
  font-weight: bold;
  margin: 0em 0em 0.5em 0em;
}
h2 {
  font-size: 1.25em;
  font-weight: bold;
  margin: 0px;
}
h3 {
  font-size: 1.1em;
  font-weight: bold;
  margin: 0em 0em 0.1em 0em;
}
h4 {
	font-size: 1em;
	font-weight: bold;
	margin: 0em 0em 1em 0em;
}
h5 {
	font-size: 1em;
	font-weight: normal;
	margin: 0em 0em 1em 0em;
}
h2.dark {
  color: #416428;
}
h2.light {
  color: #FFE94C;
}
a {
  color: #048900;
  font-weight: bold;
}
a:hover {
  color: #c00;
  text-decoration: none;
}
a.headerLink {
  color: #073500;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
  cursor: hand;
}
a.headerLink:hover {
  color: #c00;
}
span.headerLinkSeperator {
  color: #27AC10;
  font-weight: bold;
  margin: 0px 5px 0px 5px;
}
a.menuLink {
  color: #073500;
  font-weight: bold;
  text-align: right;
  text-decoration: none;
}
a.menuLink:hover {
  color: #048900;
}
a.red {
  color: #ff0000;
  font-weight: bold;
}
td.menuItem {
  padding: 7px 0px 7px 0px;
  text-align: right;
}
td.greenContent {
  padding: 15px;
  background-color: #ADDCA5;
  color: #031A00;
}
td.yellowContent {
  padding: 15px;
  background-color: #F9F8A5;
  color: #031A00;
}
td.yellowContentNoPad {
  padding: 1px;
  background-color: #F9F8A5;
  color: #031A00;
}  
.red {
  color: #ff0000
}
input.bordered, textarea.bordered, input.button {
  border-top: #ccc solid 1px;
  border-bottom: #4e4e4e solid 1px;
  border-right: #4e4e4e solid 1px;
  border-left: #ccc solid 1px;
}
span.wysiwygsmall {
  font-size: 9pt;
}
span.wysiwygsmallRed {
  font-size: 9pt;
  color: #f00;
}
span.wysiwygmedium {
  font-size: 10pt;
}
span.wysiwygmediumRed {
  font-size: 10pt;
  color: #f00;
}
span.wysiwyglarge {
  font-size: 11pt;
}
span.wysiwyglargeRed {
  font-size: 11pt;
  color: #f00;
}
span.wysiwygxLarge {
  font-size: 14pt;
}
span.wysiwygxLargeRed {
  font-size: 14pt;
  color: #f00;
}

/* For the sake of the sitemap... */
a.level1 {
  color: #073500;
  font-weight: bold;
  text-align: right;
}
a.level1:hover {
  color: #048900;
}
a.siteMap {
  color: #073500;
  font-weight: bold;
  text-align: right;
}
a.siteMap:hover {
  color: #048900;
}

#tibus-strapline {
  padding: 10px 0px 10px 220px;
}
