.top
{
  background-image: url(page_bg_2.jpg);
  background-repeat: no-repeat;
  width: 1000px;
  height: 30px;
}

.footer_bg
{
  background-image: url(footer_bg_2.jpg);
  background-repeat: no-repeat;
  width: 1000px;
  height: 50px;
}

.left
{
  background-image: url(page_left_bg.jpg);
  background-repeat: repeat-y;
  width: 20px;
}

.right
{
  background-image: url(page_right_bg.jpg);
  background-repeat: repeat-y;
  width: 20px;
}

.scroll
{
  background-image: url(scroll.jpg);
  background-repeat: no-repeat;
  width: 960px;
  height: 320px;
}

.content
{
  background-color: #FFFFFF;
  width: 960px;
}

.topmenu
{
  background-color: #6B8A06;
}

.menuitem:hover
{

}

.menu
{
   color: #FFFFFF;
   font-family: Arial,sans-serif;
   font-size: 16px;
   text-transform: uppercase;
   font-style: italic;
   font-weight: bold;
   text-decoration: none;
   margin-left: 30px;
   margin-right: 30px;
}

.menu:hover
{
   color: #DBE991;
   font-family: Arial,sans-serif;
   font-size: 16px;
   text-transform: uppercase;
   font-style: italic;
   font-weight: bold;
   text-decoration: none;
   margin-left: 30px;
   margin-right: 30px;
   cursor: pointer;
}

.menuselected
{
   color: #DBE991;
   font-family: Arial,sans-serif;
   font-size: 16px;
   text-transform: uppercase;
   font-style: italic;
   font-weight: bold;
   text-decoration: none;
}

.center_article
{
  width: 920px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.h1
{
   color: #9090A8;
   font-family: 'Trebuchet MS',sans-serif;
   line-height: 1.7em;
   font-size: 18px;
   font-variant: normal;
   font-style: normal;
   font-weight: normal;
   text-decoration: none;
}

.txt
{
   color: #444455;
   font-family: 'Trebuchet MS',sans-serif;
   line-height: 1.7em;
   font-size: 14px;
   font-variant: normal;
   font-style: normal;
   font-weight: normal;
   text-decoration: none;
}