@charset "utf-8";

body {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-color: #97BE0E;
/*  background-image: url(resource.php?fct=img&f=bg.jpg); */
  background-image: url(img-bg.jpg);
  background-repeat: repeat-x;
  background-attachment: fixed;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
  text-align: left;
}

img {
  border: 0;
}

div {
  overflow: auto;
}

ul {
  margin-top: 5px;
}

ul li {
  list-style-image: url(img-dsdlfBullet.gif);
  list-style-type: circle;
  margin-bottom: 5px;
}

ol li {
  margin-top: 10px;
}

p {
  margin-top: 0px;
}

hr {
  color: #97BE0E;
  background-color: #97BE0E;
  height: 1px;
  border: 0;
}

/* Text */
a:link {
  font-weight: normal;
  text-decoration: none;
  color: #333333;
}
a:visited {
  font-weight: normal;
  text-decoration: none;
  color: #333333;
}
a:hover {
  font-weight: normal;
  text-decoration: underline;
  color: #000000;
}
a:active {
  font-weight: normal;
  text-decoration: none;
  color: #000000;
}

/* highlight */
.highlight {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #97BE0E;
  background-color: #000000;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 3px;
  padding-right: 3px;
}
.highlight a:link {
  text-decoration: none;
  color: #97BE0E;
}
.highlight a:visited {
  text-decoration: none;
  color: #97BE0E;
}
.highlight a:hover {
  text-decoration: underline;
  color: #97BE0E;
}
.highlight a:active {
  text-decoration: none;
  color: #97BE0E;
}

/* - - - - - - - - - - - - - - - - - */

#columnLeft {
  width: 270px;
  overflow: hidden;
  background-color: #000000;
  text-align: left;
}

#columnRight {
  width: 610px;
  overflow: hidden;
  text-align: left;
}

#topBar {
  width: 610px;
  height : 150px;
  overflow: hidden;
  margin-top: 30px;
  margin-left: 10px;
  margin-bottom: 10px;
}

.topBarItem {
  width: 190px;
  height: 150px;
  overflow: hidden;
  margin-right: 15px;
}

.topBarItemLast {
  width: 190px;
  height: 150px;
  overflow: hidden;
  margin-right: 0px;
}

#menumain {
  width: 600px;
  height: 30px;
  overflow: hidden;
  margin-top: 0px;
  margin-left: 10px;
  margin-bottom: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
}

.menuMainItemSelected {
  width: 116px;
  height: 23px;
  margin-right: 5px;
  padding-top: 7px;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #97BE0E;
  text-align: center;
/*  background-image: url(resource.php?fct=img&f=buttonBgOn.png); */
  background-image: url(img-buttonBgOn.png);
  background-repeat: no-repeat;
}

.menuMainItemSelected a:link {
  font-weight: bold;
  text-decoration: none;
  color: #97BE0E;
}
.menuMainItemSelected a:visited {
  font-weight: bold;
  text-decoration: none;
  color: #97BE0E;
}
.menuMainItemSelected a:hover {
  font-weight: bold;
  text-decoration: none;
  color: #97BE0E;
}
.menuMainItemSelected a:active {
  font-weight: bold;
  text-decoration: none;
  color: #97BE0E;
}

.menuMainItem {
  width: 116px;
  height: 23px;
  margin-right: 5px;
  padding-top: 7px;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  text-align: center;
/*  background-image: url(resource.php?fct=img&f=buttonBgOff.png); */
  background-image: url(img-buttonBgOff.png);
  background-repeat: no-repeat;
}

.menuMainItem a:link {
  font-weight: bold;
  text-decoration: none;
  color: #333333;
}
.menuMainItem a:visited {
  font-weight: bold;
  text-decoration: none;
  color: #333333;
}
.menuMainItem a:hover {
  font-weight: bold;
  text-decoration: none;
  color: #000000;
}
.menuMainItem a:active {
  font-weight: bold;
  text-decoration: none;
  color: #000000;
}

#menusub {
  width: 600px;
/*
  height: 15px;
  overflow: hidden;
*/
  margin-top: 0px;
  margin-left: 10px;
  margin-bottom: 15px;
}

.menuSubItem {
  line-height: 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
}
.menuSubItem a:link {
  font-weight: bold;
  text-decoration: none;
  color: #333333;
}
.menuSubItem a:visited {
  font-weight: bold;
  text-decoration: none;
  color: #333333;
}
.menuSubItem a:hover {
  font-weight: bold;
  text-decoration: none;
  color: #000000;
}
.menuSubItem a:active {
  font-weight: bold;
  text-decoration: none;
  color: #000000;
}

.menuSubItemSelected {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background-color: #000000;
  color: #97BE0E;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
}
.menuSubItemSelected a:link {
  font-weight: bold;
  text-decoration: none;
  color: #97BE0E;
}
.menuSubItemSelected a:visited {
  font-weight: bold;
  text-decoration: none;
  color: #97BE0E;
}
.menuSubItemSelected a:hover {
  font-weight: bold;
  text-decoration: none;
  color: #97BE0E;
}
.menuSubItemSelected a:active {
  font-weight: bold;
  text-decoration: none;
  color: #97BE0E;
}



#menubottom {
  margin-top: 30px;
  width: 250px;
  margin-left: 10px;
  margin-bottom: 5px;
  font-family: sans-serif, Arial, Helvetica;
  font-size: 10px;
  font-weight: normal;
  text-align: left;
  color: #666666;
}
#menubottom a:link {
  font-weight: normal;
  text-decoration: none;
  color: #666666;
}
#menubottom a:visited {
  font-weight: normal;
  text-decoration: none;
  color: #666666;
}
#menubottom a:hover {
  font-weight: normal;
  text-decoration: none;
  color: #CCCCCC;
}
#menubottom a:active {
  font-weight: normal;
  text-decoration: none;
  color: #666666;
}

#logo {
  width: 270px;
  height : 220px;
  overflow: hidden;
}

#news {
  width: 250px;
  height: 250px;
  margin-left: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  text-align: left;
}

#newstitle {
  width: 230px;
  margin-left: 10px;
  margin-top: 5px;
  height: 25px;
  font-family: sans-serif, Arial, Helvetica;
  font-size: 12px;
  font-weight: bold;
  color: #CCCCCC;
}

#newscontent {
  width: 230px;
  margin-left: 10px;
  height: 200px;
  overflow: hidden;
  font-family: sans-serif, Arial, Helvetica;
  font-size: 12px;
  font-weight: normal;
  color: #CCCCCC;
}

#newscontent .newsdate {
  color: #97BE0E;
}

#columncontent {
  width: 250px;
  margin-left: 10px;
  overflow: hidden;
  font-family: sans-serif, Arial, Helvetica;
  font-size: 10px;
  font-weight: normal;
  text-align: left;
  color: #666666;
}
#columncontent a:link {
  font-weight: normal;
  text-decoration: none;
  color: #97BE0E;
}
#columncontent a:visited {
  font-weight: normal;
  text-decoration: none;
  color: #97BE0E;
}
#columncontent a:hover {
  font-weight: normal;
  text-decoration: none;
  color: #CCCCCC;
}
#columncontent a:active {
  font-weight: normal;
  text-decoration: none;
  color: #97BE0E;
}

#foot {
  font-family: sans-serif, Arial, Helvetica;
  font-size: 10px;
  font-weight: normal;
  color: #333333;
  margin-top: 5px;
}
#copyright {
  float: left;
  margin-left: 10px;

}
#credits {
  float: right;
  margin-right: 10px;

}

#content {
  width: 600px;
  margin-left: 10px;
  overflow: hidden;
}

.contentTitle {
  margin-left: 10px;
  margin-bottom: 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}

.contentCol {
  width: 580px;
  margin-left: 10px;
  overflow: hidden;
}

.contentCol1 {
  float: left;
  width: 330px;
  margin-left: 10px;
  overflow: hidden;
}

.contentCol2 {
  float: right;
  width: 220px;
  margin-right: 10px;
  overflow: hidden;
}








input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
  margin-left: 0px;
  padding-left: 2px;
  border-top: 0px;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #333333;
  border-right: 0px;
}

input[type=submit] {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #FFFFFF;
  font-weight: bold;
}

textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
  margin-left: 0px;
  padding-left: 2px;
  border-top: 0px;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #333333;
  border-right: 0px;
}

.scroll-track{
height:1px;
width:10px;
background-image: url('resource.php?fct=img&f=sliderscrollfill.png');
background-repeat: repeat;
}

.scroll-handle{
border: 0px;
height:1px;
width:10px;
background-image: url('resource.php?fct=img&f=sliderfill.png');
background-repeat: repeat;
cursor:pointer;
}

.scroll-track-top{
height:1px;
width:10px;
background-image: url('resource.php?fct=img&f=sliderup.png');
}

.scroll-handle-bot{
height:24px;
width:10px;
background-image: url('resource.php?fct=img&f=sliderbot.png');
}

.scroll-handle-top{
height:24px;
width:10px;
background-image: url('resource.php?fct=img&f=slidertop.png');
background-repeat: no-repeat;
}

.scroll-track-bot{
height:1px;
width:10px;
background-image: url('resource.php?fct=img&f=sliderdown.png');
}


