BODY {
  font-family: arial,helvetica,sans-serif; 
  font-size: 12px; 
  line-height:17px;

  background-color: #ffffff;
  background-image: url(../layout/backright.gif);
  background-repeat: repeat-x;
  background-position: top left;
  
  
  margin:0px;
  padding:0px;
}
/* 
background-attachment: fixed;
 */

TABLE,TD {
  font-family: arial,helvetica,sans-serif;
  font-size:12px;
  line-height:17px;
}

FORM {
  margin:0px;
}

.back_container {
  position:absolute; 
  top:0px; 
  left:0px;
  width:100%;
  height:100%; 
  background-repeat: no-repeat;
  background-position: top left;
}

.menu_container {
  position:absolute;
  top:154px;
  left:10px;
}

.text_container {
  position:absolute;
  top:190px;
  left:300px;
  width:650px;
}

.logo {
  position:absolute;
  top:494px;
  right:0px;
}

.menu  {
  font-size: 12px; 
  font-weight: bold;
  padding-right:15px;
}

.pagetitle  {
  font-size: 18px;
  font-weight: normal;
  height:22px;
  line-height:22px;
  margin-bottom:5px;

}

.smalltext  {
  font-size: 11px;
  line-height:14px;
}

a:link     {color: #00918D; text-decoration:none;}
a:visited  {color: #00918D; text-decoration:none;}
a:hover    {color: #00918D; text-decoration:underline;}

