@font-face {
  font-family: "Monotype Corsiva";
  src: url("../fonts/MTCORSVA.TTF")
}
	
body {
  margin: 0 0 0 0;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

table.main {
  border-left: 1px solid #1997E8;
  border-right: 1px solid #1997E8;
  width: 1003px;
}

td.bottom {
  padding-top: 4px;
  height: 35px;
  vertical-align: middle;
  text-align: center;
  background-image: url('../images/bottom.gif');
  background-repeat: repeat-x;
  color: #5A5958;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-weight: bold;
}

a {
  color: #777704;
  text-decoration: underline;
}

a:hover {
  color: #454545;
  text-decoration: none;
}

/*** TOP MENU ***/

a.tm00, a.tm01, a.tm02, a.tm03, a.tm04, a.tm05, a.tm06, a.tm07, a.tm08 {
  border: 0;
  height: 48px;
  display: block;
}

a.tm00 {
  background-image: url('../images/tm00.gif');
}

a.tm00:hover {
  background-image: url(../images/tm00h.gif);
}

a.tm01 {
  background-image: url('../images/tm01.gif');
}

a.tm01:hover {
  background-image: url(../images/tm01h.gif);
}

a.tm02 {
  background-image: url('../images/tm02.gif');
}

a.tm02:hover {
  background-image: url(../images/tm02h.gif);
}

a.tm03 {
  background-image: url('../images/tm03.gif');
}

a.tm03:hover {
  background-image: url(../images/tm03h.gif);
}

a.tm04 {
  background-image: url('../images/tm04.gif');
}

a.tm04:hover {
  background-image: url(../images/tm04h.gif);
}

a.tm05 {
  background-image: url('../images/tm05.gif');
}

a.tm05:hover {
  background-image: url(../images/tm05h.gif);
}

a.tm06 {
  background-image: url('../images/tm06.gif');
}

a.tm06:hover {
  background-image: url(../images/tm06h.gif);
}

a.tm07 {
  background-image: url('../images/tm07.gif');
}

a.tm07:hover {
  background-image: url(../images/tm07h.gif);
}

a.tm08 {
  background-image: url('../images/tm08.gif');
}

a.tm08:hover {
  background-image: url(../images/tm08h.gif);
}

/*** the end of TOP MENU ***/

/*** LEFT MENU ***/

#menu {
  margin-top: 50px;
  margin-left: 15px;
  margin-bottom: 50px;
  margin-right: 25px;
  width: 225px;
}

#menu #menutop {
  background-image: url('../images/lm_b.gif');
  background-repeat: no-repeat;
  height: 43px;
  margin: 0 0 0 0;
}

#menu h2 {
  font-family: "Monotype Corsiva", Arial, Helvetica, sans-serif;
  font-size: 20pt;
  font-style: italic;
  font-weight: normal;
  padding : 5px 0 0 130px;
  margin: 0 0 0 0;
}

#menu a#lm1, #menu a#lm2, #menu a#lm3 {
  color: #454545;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
  font-style: normal;
  padding-left: 20px;
  display: block;
}

#menu a#sub {
  color: #454545;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  text-decoration: none;
  font-style: normal;
  padding-left: 35px;
  display: block;
  background-image: url('../images/mls.gif');
  height: 15px;
  line-height: 21px;
}

#menu a#sub.selected, #menu a#sub:hover {
  background-image: url('../images/mlsh.gif');
  color: #777704;
}

#menu ul {
  list-style-type: none;
  list-style-image: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

#menu li {
  line-height: 32px;
}

#menu a#lm1 {
  background-image: url('../images/ml1.gif');
  height: 100%;
}

#menu a#lm1.selected, #menu a#lm1:hover {
  background-image: url('../images/ml1h.gif');
}

#menu a#lm2 {
  background-image: url('../images/ml2.gif');
  height: 100%;
}

#menu a#lm2.selected, #menu a#lm2:hover {
  background-image: url('../images/ml2h.gif');
}

#menu a#lm3 {
  background-image: url('../images/ml3.gif');
  height: 100%;
}

#menu a#lm3.selected, #menu a#lm3:hover {
  background-image: url('../images/ml3h.gif');
}

/*** the end of LEFT MENU ***/

/*** RIGHT SIDE ***/

#rightside {
  margin-right: 15px;
  margin-left: 25px;
  margin-top: 50px;
  margin-bottom: 50px;
  width: 225px;
}

#rightside #container {
  border-top: 1px Solid #1997e8;
  border-bottom: 1px Solid #1997e8;
  margin-bottom: 50px;
  color: #454545;
}

#rightside #container h2 {
  background-image: url('../images/rsh.gif');
  line-height: 31px;
  font-family: "Monotype Corsiva", Arial, Helvetica, sans-serif;
  font-size: 16pt;
  font-style: italic;
  font-weight: normal;
  padding: 0 0 0 20px;
  margin: 0 0 0 0;
  color: Black;
}

#rightside #container p {
  margin: 10px 0 10px 0;
  font-size: 10pt;
}

/*** the end of RIGHT SIDE ***/

/*** MAIN CONTENT ***/

#content {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: justify;
  color: #454545;
  font-size: 10pt;
}

#content h1 {
  font-size: 20pt;
}

#content h2 {
  font-size: 17pt;
}

#content h3 {
  font-size: 14pt;
}

#content p {
  margin: 6px 0 6px 0;
}

ul {
  list-style-type: hebrew;
  list-style-position: outside;
}

/*** the end of MAIN CONTENT ***/