body {
  background: #d8daab;
  font-family: arial;
  font-size: 12px;
  text-align: center;
  }
  
p {
  /*margin: 0;
  padding: 0;
  color: #698053;
  color: #5e6d50;
  color: #41483a;*/
  color: #000;
  font-size: 13px;
  }
  
h1 {
  color: #f6491c;
  font-size: 15px;
  font-weight: bold;
  }
  
img {
  border: 0;
  }

#container {
  width: 751px;
  margin: auto;
  text-align: right;
  }
  
#logo {
  margin: auto;
  margin-bottom: 5px;
  display: block;
  text-align:center;
  }
  
#image {
  width: 751px;
  height: 242px;
  background: url('gfx/horses.jpg');
  margin: auto;
  }
  
#content {
  width: 751px;
  margin: auto;
  padding: 10px 0 20px 0;
  background: url('gfx/seperator.gif') repeat-y top center;
  float: right;
  margin: 10px 0 30px 0;
  position: relative;
  }

#contentRight {
  float: right;
  width: 360px;
  text-align: right;
  margin-bottom: 10px;
  direction: rtl;
  text-align: justify;
  }
  
#content .enterHe {
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 390px;
  width: 110px;
  }
  
#contentLeft {
  float: left;
  width: 360px;
  text-align: justify;
  margin-bottom: 10px;
  }
  
#content .enterEn {
  width: 130px;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 237px;
  }
  
#content a {
  color: #5e6d50;
  /*text-decoration: none;*/
  font-weight: bold;
  font-size: 13px;
  }
  
#contentPage {
  background: #d8daab;
  }
  
#contentPage #logo {
  margin-right: 0;
  }
  
#contentPage #content {
  background: none;
  }
  
#contentPage #contentWrapper {
  }
  
#topMenu {
  width: 751px;
  height: 208px;
  position: relative;
  }
  
#topMenu p {
  margin: 0;
  padding: 0;
  }
  
#allMenu {
  width: 110px;
  position: absolute;
  top: 0px;
  right: 120px;
  }
  
.topMenuList, .topMenuListCurrent{
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  display: inline;
}

.topMenuList img {
  padding: 0;
  margin: 0;
  }
  
.topMenuListCurrent {
  color: #f6491c;
  }

#contentImg {
  width: 645px;
  height: 208px;
  background: url('gfx/content_img.jpg');
  }
  
.form_field_text {
  font-size: 14px;
  color: #698053;
  }

#footer {
  height: 40px;
  border-top: 1px solid #a4b286;
  clear: both;
  direction: rtl;
  }
  
.footerText {
  width: 530px;
  float: right;
  }
  
#footer a {
  color: #698053;
  text-decoration: none;
  }
  
#footer a:hover, #footer .dwebs a:hover {
  text-decoration: underline;
  }
  
#footer .dwebs a {
  width: 200px;
  float: left;
  text-align: left;
  font-weight: normal;
  text-decoration: none;
  }
  
.printv_body {
  background: #fff;
  }
  
.printv_body p {
  color: #000;
  }
  
.printv_table {
  margin: auto;
  }

.buttons {
  background: #a5bf90;
  border: 1px solid #000;
  }
marquee{
margin:0px;
overflow:hidden;
line-height:15px;
color:#FF6600;
font-weight:bold;
}
marquee p{
margin:0px;
overflow:hidden;
}
marquee a, marquee a:hover { 
text-decoration:none;
color:#FF6600;
}
/*ticker*/
.tickercontainer { /* the outer div with the black border */
/*border: 1px solid #000;
background: #fff; */
width: 751px; 
height: 27px; 
margin: 0; 
padding: 0
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
right: 0px;
top: 0px;
width: 751px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
right: 751px;
list-style-type: none;
margin: 0;
padding: 0;
}
ul.newsticker li {
float: right; 
margin: 0;
padding: 0;
}
#content ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #ff6600;
font: bold 15px;
margin: 0 50px 0 0;
font-size:14px;
text-decoration:none;
} 
