@charset "utf-8";
/* CSS Document */
body {
  background-image: url(images/body-bg.jpg);
  background-position: center;
  margin: 0;
}

#container {
  margin: 0 auto;
  width: 574px;
  height: auto;
}

#headerbar {

  width: 100%;
  background-image: none;
  background-color: white;
  margin-top: 15px;
  height: 55px;
}

#headerarea {
  width: 574px;
  height: 55px;
  margin: 0 auto;
}

#mainareatop {
  background-image: url(images/main-top-bg.jpg);
  margin-top: 
  width: 574px;
  height: 23px;
}

#mainarea {
  width: 514px;
  height: auto;
  min-height: 400px;
  background-image: url(images/main-mid-bg.jpg);
  font-family: verdana;
  font-size: 10pt;
  color: #666666;
  padding: 30px;
}

#mainarea a {
  color: #00bef2;
  text-decoration: underline;
}

#mainarea a:hover {
  background-color: #f0fbfe;
}

h1 {
  font-family: Times New Roman;
  font-weight: normal;
  font-size: 20pt;
  color: #00bef2;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  
}

h2 {
  font-family: Times New Roman;
  font-weight: normal;
  font-size: 16pt;
  color: #bb1d7b; 
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}

#footerarea {
  width: 574px;
  height: 38px;
  background-image: url(images/footer-bg.jpg);
  margin-bottom: 25px;
  font-family: verdana;
  color: white;
  font-size: 7pt;
  padding-top: 5px;
}

#footerarea a {
  color: #f6dca3;
  text-decoration: none;
  font-weight: bold;
}

#footerarea a:hover {
  text-decoration: underline;
}

img {
  border: none;
}

div {
  margin: 0;
  padding: 0;
}

p {
 margin: 0;
 padding-top: 10px;
 padding-bottom: 10px;
}


table {
  font-size: 8pt;
  margin-bottom: 20px;
}

