HTML, BODY {
  padding: 0px;
  margin: 0px;
  font-family: Verdana;
  font-size: 12px;
}

DIV#lyt_center {
  width: 1000px;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}

DIV#lyt_top {
  width: 1000px;
  height: 125px;
  padding: 0px;
}

DIV#lyt_topline {
  width: 1000px;
  height: 21px;
  font-size: 1px;
  background-image: url(/layout/gfx/topline.jpg);
  background-repeat: repeat-x;
}

DIV#lyt_middle {
  text-align: left;
  background-image: url(/layout/gfx/leftbg.jpg);
  background-position: top left;
  background-repeat: repeat-y;
}

DIV#lyt_menu {
  float: left;
  width: 155px;
  height: 100%;
  padding-top: 20px;
}

DIV#lyt_content {
  margin-left: 150px;
  padding: 5px;
  padding-left: 10px;
  _height: 450px;
  min-height: 450px;
}

DIV.lyt_menuitem {
  width: 155px;
  height: 30px;
  padding-top: 4px;
  background: url(/layout/gfx/menuitem.jpg) top left no-repeat;
}

DIV.lyt_menuitem A {
  margin-left: 20px;
  margin-top: 5px;
  font-family: Arial;
  font-size: 14px;
  text-decoration: none;
  color: #000000;
}

DIV#lyt_header {
  width: 820px;
  border-top: 1px solid #E8E8E8;
  margin-bottom: 10px;
}

DIV#lyt_print {
  float: right;
  padding: 5px;
  background-color: #E8E8E8;
}

DIV#lyt_print A {
  font-family: Verdana;
  font-size: 10px;
  color: #000000;
}

DIV#lyt_news {
  display: block;
  float: right;
  width: 187px;
  margin-left: 10px;
  margin-bottom: 10px;
  margin-right: 3px;
}

DIV#lyt_news_top {
  width: 187px;
  height: 24px;
  background: url(/layout/gfx/newstop.jpg) left top no-repeat;
}

DIV#lyt_news_content {
  width: 187px;
  background: url(/layout/gfx/newsmiddle.jpg) left top repeat-y;
  font-size: 10px;
}

DIV#lyt_news_bottom {
  width: 187px;
  height: 26px;
  background: url(/layout/gfx/newsbund.jpg) left bottom no-repeat;
}

DIV#lyt_news_content A {
  font-size: 10px;
}

DIV#lyt_spons {
  display: block;
  float: right;
  width: 187px;
  margin-left: 10px;
  margin-bottom: 10px;
  margin-right: 3px;
}

DIV#lyt_spons_top {
  width: 187px;
  height: 24px;
  background: url(/layout/gfx/sponsortop.jpg) left top no-repeat;
}

DIV#lyt_spons_content {
  width: 187px;
  background: url(/layout/gfx/newsmiddle.jpg) left top repeat-y;
  font-size: 10px;
}

DIV#lyt_spons_bottom {
  width: 187px;
  height: 26px;
  background: url(/layout/gfx/newsbund.jpg) left bottom no-repeat;
}

DIV#lyt_spons_content A {
  font-size: 10px;
}


H1 {
  margin: 0px;
  padding: 0px;
  font-family: Verdana;
  font-size: 18px;
  font-weight: bold;
}

H2 {
  margin: 0px;
  padding: 0px;
  font-family: Verdana;
  font-size: 16px;
  font-weight: bold;
}

H3 {
  margin: 0px;
  padding: 0px;
  font-family: Verdana;
  font-size: 14px;
  font-weight: bold;
}

P {
  font-family: Verdana;
  font-size: 12px;
  color: #000000;
  margin-top: 5px;
  margin-bottom: 10px;
}

A {
  font-family: Verdana;
  font-size: 12px;
  text-decoration: underline;
}

A:LINK, A:VISITED {
  color: #000000;
}

A:HOVER, A:ACTIVE {
  color: #444444;
}

UL {
  margin-top: 0px;
}

LI {
  font-family: Verdana;
  font-size: 12px;
}