a:link, a:visited{
  color: #849B91;
  text-decoration: underline;
}

a:hover, a:active{
  color: #000000;
  text-decoration: underline;
}

a.menu:link, a.menu:visited{
  color: #849B91;
  font-weight: bold;
  text-decoration: none;
  background: #F5F5D6;
  border: 1px solid #FFFFFF;
  padding: 5px;
}

a.menu:hover, a.menu:active{
  color: #849B91;
  font-weight: bold;
  text-decoration: none;
  background: #F5F5D6;
  padding-top: 10px;
  cursor: default;
}

body{
  background: #FFFFFF url(images/background.png) right repeat-y;
}

p{
  font: 8pt tahoma;
  color: #000000;
  text-align: justify;
  cursor: default;
  padding: 7px;
}

p.center{
  padding: 5px;
  font: 8pt tahoma;
  text-align: center;
}

ul{
  color: #849B91;
  font: 8pt tahoma;
  padding-left: 25px;
}

h1{
  font: 24pt perpetua;
  color: #FFFFFF;
  margin-bottom: -10px;
  margin-left: -25px;
  margin-right: -10px;
  background: #849B91;
  padding: 5px;
}

h2{
  color: #849B91;
  font: 12pt perpetua;
  font-weight: bold;
  text-align: center;
  margin-top: -18px;
  margin-left: 213px;
  margin-right: 2px;
  margin-bottom: -10px;
  padding-left: 5px;
}

hr{
  width: 300px;
  color: #849B91;
  background: #849B91;
  border: 0px;
}

textarea{
  color: #849B91;
  font: 8pt tahoma;
  width: 300px;
  background: #FFFFFF;
  border: 0px;
  margin: 2px;
}

input{
  color: #849B91;
  font: 8pt tahoma;
  width: 300px;
  background: #FFFFFF;
  border: 0px;
  margin: 2px;
}

img{
  align: left;
  padding-right: 2px;
}

#top{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 446px;
  height: 262px;
  background: url(images/graphic.png);
}

#menu{
  position: absolute;
  top: 263px;
  right: 10px;
  width: 400px;
}

#content{
  position: absolute;
  top: 290px;
  right: 10px;
  width: 400px;
}