img {
  border: 0px;
}
.header {
  background: #4F2583;
}
.slogan {
  font: bold 30px arial;
  color: #F2C5DC;
  text-align: center;
}
.nav {
  font: bold 20px arial;
  color: #F2C5DC;
  text-align: center;
}
.nav a {
  color: #F2C5DC;
  text-decoration: none;
}
.nav a:hover {
  text-decoration: underline;
}
.subnav {
  background: #4F2583;
  width: 200px;
}
.subnav ul {
  border: 0;
  margin: 0;
  padding: 15px 0 0 0;
  list-style-type: none;
}
.subnav ul ul {
  border: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.subnav ul li a {
  font: 20px arial;
  text-decoration: none;
  color: #F2C5DC;
  width: 160px;
  margin: 0;
  padding: 5px 0 5px 22px;
  display: block;
}
.subnav ul li ul li a {
  font: bold 14px arial;
  text-decoration: none;
  color: #F2C5DC;
  margin: 0;
  padding: 5px 0 5px 42px;
  display: block;
}
.spacer {
  height: 150px;
}
.right {
  background: url('border-right.gif') #F2C5DC repeat-y bottom;
  height:100%;
  width:75px;
}
.prebot {
  background: #F2C5DC;
}
.bot {
  background: url('border-bot.gif') #F2C5DC repeat-x right;
  height:75px;
}
.bot-right {
  background: url('border-bot-right.gif') no-repeat bottom right;
  height:110px;
}
h2 {
  color: #4F2583;
}
.style1 {
  color: #4F2583;
  font: bold 13px arial;
}
.style2 {
  color: #4F2583;
  font: 11px arial;
}
.main {
  height: 100%;
  background: url('mainbg.gif') #F2C5DC no-repeat top left;
  padding: 50px 0 0 30px;
  color: #4F2583;
  font: bold 13px arial;
}
.main h1 {
  text-align: center;
  font: bold 30px arial;
  text-decoration: underline;
}
p {
  padding: 5px 0 5px 0;
}
.main ul li {
  padding: 5px 0 5px 0;
  color: #4F2583;
  font: bold 13px arial;
}
.main a {
  color: #4F2583;
}
.footer, .footer a {
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #4B4BAB;
}
