body
{
  background-image: url('../images/bodybg.gif');
  background-repeat: repeat-x;
  background-color: #ececec;
  font-family: verdana,arial;
  font-size: 12px;
}

table.main
{
  border-collapse: collapse;
}

td.main
{
  border: 1px solid #000000;
  background-image: url('../images/mainbg.gif');
  background-repeat: repeat-x;
  background-color: #eeeeee;
  width: 739px;
}


a
{
  color: #0000FF;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

a.menu:link, a.menu:visited
{
  color: #000000;
  text-decoration: none;
}


table.menu
{
  font-family: verdana,arial;
  font-size: 12px;
}

td.border
{
  border: 1px solid #000000;
}

td.menubg
{
  background-image: url('../images/menubg.gif');
  background-repeat: repeat-x;
  height: 26px;
}

td.menuitem
{
  padding-left: 20px;
  padding-right: 20px;
}

td.submenubg
{
  font-size: 11px;
  background-image: url('../images/submenubg.gif');
  background-repeat: repeat-x;
  height: 20px;
}

td.submenuitem
{
  padding-left: 15px;
  padding-right: 15px;
}


td.menudelimiter
{
  background-image: url('../images/menudelimiter.gif');
  background-repeat: repeat-x;
  height: 26px;
  width: 2px;
}

td.submenudelimiter
{
  background-image: url('../images/submenudelimiter.gif');
  background-repeat: repeat-x;
  height: 20px;
  width: 2px;
}

div.main
{
  width: 699px;
  padding: 20px;
  padding-top: 5px;
}

div.title
{
  font-size: 18px;
  font-weight: bold;
  color: #5b5b5b;
  padding-bottom: 20px;
}

div.text
{
  font-size: 12px;
  font-weight: normal;
  color: #5b5b5b;
}

div.board
{
  background-image: url('../images/board.gif');
  background-repeat: no-repeat;
  width: 661px;
  height: 233px;
}

div.board_title
{
  font-size: 13px;
  font-weight: bold;
  color: #5b5b5b;
}


div.menu
{
  border-right: 1px solid #4B638F;
  border-left: 1px solid #4B638F;
  border-bottom: 1px solid #4B638F;
  background: #CCCC99; /*#4682B4;*/
  color: #000000;
  cursor: pointer;
  font-family: verdana,helvetica,sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  padding: 3px;
  width: 748px;
}
div.menulabel
{
  padding-left: 7px;
  padding-right: 8px;
  width: 90%;
}
.menulist
{
  font-weight: normal;
  position: absolute;
  z-index: 10;
}

div.submenu
{
  position: absolute;
  background: #ced9de;
  visibility: hidden;
  white-space: pre;
  padding-right: 20px;
  border: 1px solid #000000;
  border-top: 0px;
}

.bold
{
  font-weight: bold;
}

div.news_small
{
	font-family: verdana;
	font-size: 11px;
}