/* CSS Document */

body {
  margin: 0;
  padding: 0; 
  background: url(images/body-bg.gif) repeat;
}

div.page-content {
  width: 1024px;
  background: url(images/img-bg.gif) repeat;
}

div.bot-bg {
  width: 1024px;
  background: url(images/bot-bg.gif) repeat-x bottom;
}

div.top-bg {
  width: 1024;
  background: url(images/top-bg.gif) repeat-x top;
}

div.page-bot {
  width: 1024px;
  height: 117px;
  margin-top: -117px;
}

div.page-text {
  padding-top: 30px;
  padding-bottom: 117px;
  margin: 0px 45px 0px 45px;
}

div.top-menu a {
  font-family: Arial;
  font-size: 13px;
  color: #ffffff;
  font-weight: bold;
  font-style: italic;
  margin: 0px 10px 0px 10px;
  text-decoration: none;
}

div.top-menu a:hover {
  text-decoration: underline;
}

td.a {
  margin: 0;
  padding: 0; 
}

h1 {
  font-family: calibri;
  color: #513C1C;
  font-size: 20px;
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 20px;
  text-align: left;
}

div.page-text {
  text-align: left;
  font-family: trebuchet MS;
  font-size: 14px;
  color: #513C1C;
}

div.bot-text {
  font-family: trebuchet MS;
  color: #F6D7AF;
  text-align: center;
  font-size: 12px;
  margin-top: 35px;
}

div#ModuleLinks {
  width: 1000px;
  font-family: arial;
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
  margin-top: 12px;
  font-style: italic;
}

div#ModuleLinks a {
  color: #d82c24;
  text-decoration: none;  
}

div#ModuleLinks a:hover {
  text-decoration: underline;
}