/* CSS Document */

div#title {
  width: 100%;
  height: 92px;
  text-align: center;
}

div#title-inner {
  width: 800px;
  height: 92px;
  text-align: left;
  background-color: rgb(99, 142, 158);
  /* workaround for firefox alignment of div inside in div */
  margin: 0px auto;
}

div#navigation {
  height: 35px;
  width: 100%;
  text-align: center;
  /* padding-top: 10px; */
}

div#navigation-inner {
  width:800px;
  height: 35px;
  text-align: center;
  background-color: rgb(47, 54, 67);
  background-image: url(images/navbg.gif);
  margin: 0px auto;
}

div#text {
  width: 100%;
  /* margin: 30px; */
  text-align: center;
}

div#text-inner {
  width: 800px; 
  text-align:left;
  /* font-family: Courier, "Courier New", monospace; */
  font-family: Verdana, Arial, sans-serif;
  /* font-size: 10px; */
  margin: 0px auto;
  background-color: rgb(154, 204, 205);
}

img.logo {
  position: relative;
  top: 10px;
  left: 10px;
}

img.navigation {
  vertical-align: bottom;
  margin-right: 10px;
  position: relative;
  top: 7px;
}

img.home {
  position: relative;
  top: 100px;
}

img.title {
  /* position: relative; 
  top: 20px; */
  position:relative;
  left: 20px;
  margin-top: 20px;
}

p.text {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

div.text {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}


body  {
  /* font-family: Arial,Helvetica,sans-serif; */
  /* background-color: rgb(140, 197, 217); */ /* old BG color */
  /* background-color: rgb(154, 204, 205); */
  background-color: white; 
  margin-top: 0pt; 
  margin-left: 0pt; 
  margin-right: 0pt;
  margin-bottom: 0pt;
  text-align: center; 
}

A:visited  {
  color: rgb(47, 54, 67); 
  text-decoration: underline; 
  font-weight: bold
}
A:link  {
  color: rgb(47, 54, 67); 
  text-decoration: underline; 
  font-weight: bold
}
A:active  {
  color: rgb(85, 121, 135); 
  text-decoration: underline; 
  font-weight: bold
}
A:hover   {
  color: rgb(85, 121, 135); 
  text-decoration: underline; 
  font-weight: bold
}
