body {
  font-family:Verdana;
  letter-spacing:-1px;
}

div {
  margin:0px;
  padding:0px;
}

#underBanner div {
  margin:0px;
}

p {
  margin-top:0px;
  margin-bottom:12px;
}

#body {
  background-color:#eaebb6;
}

#main {
  background-color:#ffffff;
  width:760px;
  margin-left:auto;
  margin-right:auto;
}

#topbar{
  background:url('site_images/top_background.jpg') no-repeat;
  width:770px;
  height:28px;
}

#container {
  background:url('site_images/side_borders.jpg') repeat-y;
  width:760px;
  padding:0px 5px 0px 5px;
}

#menu {
  float:left;
  width:575px;
  margin-top:135px;
  margin-left:25px;
}

#menu ul {
  right:0px;
}

#banner {
  font-size:9px;
}

#banner {
  background:url('site_images/banner.jpg') no-repeat;
  width:760px;
}

#banner img {
  float:left;
}

#underBanner {
  background:url('site_images/under_banner_background.jpg') repeat-x;
  padding:15px;
}

#contactFooter {
  text-align:center;
  color:#444444;
  font-size:11px;
  padding:10px 0px 10px 0px;
}

#footer {
  background:url('site_images/footer_background.jpg') no-repeat;
  width:770px;
  height:28px;
}

#header {
  right:0px;
}

#header ul {
    margin:0;
    padding:5px 10px 0;
    list-style:none;
    font-size:12px;
  letter-spacing:0px;
    }

#header li {
    display:inline;
    margin:0;
    padding:0;
    }

#header a {
    float:left;
    background:url('site_images/tableft.gif') no-repeat left top;
    margin:0;
    padding:0px 0px 0px 6px;
    text-decoration:none;
   color:#917eab !important;
    }

#header a span {
   float:left;
   display:block;
   background:url('site_images/tabright.gif')  no-repeat right top;
   padding:8px 13px 7px 9px;
   color:#917eab !important;
}

  /* Commented Backslash Hack
	  hides rule from IE5-Mac \*/
#header a span {float:none;}
  /* End IE5-Mac hack */

#header a:hover span{
    color:#b1d0ec;
    }

#header #current a{
    background:url('site_images/tableft.gif') no-repeat left top;
    background-position:0 -150px;
   }


#header #current a span{
   background:url('site_images/tabright.gif')  no-repeat right top;
    background-position:100% -150px;
    color:#eaebb6 !important;
    }


#header a:hover {
   background-position:0% -150px;
   }

#header a:hover span{
   background-position:100% -150px;
   }

#answerPanel {
  width:160px;
  height:232px;
  background-color:#eeeeee;
  float:left;
  padding:40px 18px 12px 12px;
  color:#502e91;
  font-size:15px;
}

#questionBubble {
  width:371px;
  height:99px;
  background:url('site_images/speechbubble_right.gif') no-repeat;
  font-size:12px;
  color:#502e91;
  font-weight:bold;
  text-align:center;
  padding:30px 20px 20px 20px;
  display:none;
}

#introPanel {
  height:109px;
  font-size:11px;
  color:#502e91;
  font-weight:bold;
  text-align:center;
  padding:20px;
  line-height:20px;
}