/*****************************
(C) 2007 Indecta HB
File version RevID:1.0
Date: 2008-05-18
*****************************/
html {
  width:100%;
}
body {
  background-color:#ffffff;
  background-image:url('../images/bgr.jpg');
  background-repeat:repeat-x;
  margin:0;
  padding:0;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#333333;
  width:100%;
  border-top:1px solid #065b29;
}
img {
  border:1px solid #065b29;
}
a {
  color:#506aa3;
  text-decoration:none;
  font-weight: bold;
}
a:hover {
  color:#ff0000;
  text-decoration:none;
  font-weight: bold;
}
#headLogoArea {
  background:#edfff4;
  text-align:center;
  width:100%;
}
#headLogo {
  background-color:#ffffff;
  background-image:url('../images/header_bg_2.jpg');
  background-repeat:no-repeat;
  background-position:center center;
  margin:auto;
  width:800px;
  height:100px;
  border-left:1px solid #065b29;
  border-right:1px solid #065b29;
}
#contentArea {
  text-align:center;
  width:100%;
}
#content {
  background:#ffffff;
  margin:auto;
  text-align:left;
  width:800px;
  border-left:1px solid #065b29;
  border-right:1px solid #065b29;
}
#fullPage {
  text-align:left;
  width:758px;
  margin:0px 20px 0px 20px;
  background:#ffffff;
}
#footArea {
  text-align:center;
  width:100%;
  margin:0;
  padding:0;
  border-top:1px solid #097f3a;
}
#footInfo {
  background:#a7b2b7;
  margin:auto;
  text-align:center;
  font-size:100%;
  font-weight:bold;
  color:#505050;
  padding:0px 0px 2px 0px;
  width:800px;
}
#footCopy {
  background:transparent;
  margin:auto;
  text-align:center;
  font-size:9px;
  font-weight:normal;
  color:#888888;
  padding:2px 0px 10px 0px;
  width:800px;
}
#footCopy a {
  color:#9a9a9a;
  font-weight:bold;
  text-decoration:none;
}
