#sitelayout {
  width: 1000px;
  border: none;
  background-color: #ffffff;
}
#sitelayout #mainpage {
  width: 750px;
  height: 500px;
  border-right: 1px solid #a0a0a0;
  text-align: left;
  vertical-align: top;
  padding: 10px;
}
#sitelayout div.newslist {
  font: 20px Arial, Helvetica, Sans-serif;
  color: #000000;
}
#sitelayout table.newslist {
  width: 720px;
  border: none;
}
#sitelayout table.newslist td {
  text-align: left;
  vertical-align: top;
  font: 11px Verdana, Tahoma, Sans-serif;
  line-height: 150%;
  height: 120px;
}
#sitelayout table.newslist td a {
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}
#sitelayout table.newslist td a:hover {
  color: #ef2525;
}
#sitelayout table.newslist img.thumbnail {
  width: 160px;
  height: 100px;
  border: none;
}
#sitelayout table.newslist td a.ext {
  font: bold italic 10px Verdana, Arial, Sans-serif;
  margin-right: 10px;
  color: #ef2525;
}
#sitelayout table.newslist td a.ext:hover {
  text-decoration: underline;
}
#sitelayout #rightpage {
  width: 250px;
  text-align: left;
  vertical-align: top;
}
#sitelayout #footer {
  border-top: 1px solid #a0a0a0;
  background-color: #e0e0e0;
  padding: 10 15 20 15;
  font: 10px Verdana, Arial, Sans-serif;
  color: #606060;
  line-height: 150%;
  text-align: center;
}
#sitelayout #footer a {
  color: #606060;
  font-weight: bold;
  text-decoration: none;
}
#sitelayout #footer a:hover {
  color: #404040;
  border-bottom: 1px solid #404040;
}
#regad {
  width: 240px;
  height: 400px;
  background: #ffffff url(/img/regbg.gif) top left no-repeat;
  margin: 3px 0px 0px 3px;
  font: bold 11px Arial, Helvetica, Sans-serif;
  color: #000000;
}
#regad select {
  font: bold 14px Arial, Helvetica, Sans-serif;
  line-height: 150%;
}
#regad button {
  width: 194px;
  height: 33px;
  border: none;
  font: bold 14px Arial, Helvetica, Sans-serif;
  color: #ffffff;
  background: url(/img/regbtn.gif) top left no-repeat;
  cursor: pointer;
  margin-top: 2px;
}
ul.longlist {
  font: 10px Verdana, Arial, Sans-serif;
  margin: 5px 10px 10px 25px;
  padding: 0px;
}
ul.longlist li {
  line-height: 150%;
  margin-bottom: 5px;
}
ul.longlist li a {
  font-weight: bold;
  color: #404040;
  text-decoration: none;
}
ul.longlist li a:hover {
  color: #000000;
  text-decoration: underline;
}
div.hdr {
  font: bold 11px Verdana, Arial, Sans-serif;
  background-color: #e0e0e0;
  border-top: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
  padding: 3px 5px 4px 5px;
  margin: 5px 1px 0px 1px;
  color: #757575;
}

