* {
  margin: 0;
  padding: 0;
  border: 0;
}

.hidden {
  visibility: hidden;
  position: absolute;
}

body {
  text-align: center;
  font-family: "Lucida Sans Unicode", Verdana, Sans-Serif;
  color: white;
  background: #545454;

  font-size: small;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: medium;
}

#container {
  width: 910px;
  text-align: left;
  margin: 10px auto 0 auto;
  background-color: white;
  padding: 6px;
}

#header {
  width: 100%;
  float: left;
  background: #82C0FF url(header_back.gif) repeat-x;
  margin-bottom: 8px;
  color: black;
}

#footer {
  font-size: 70%;
}
#footer a {
  color: #EEE;
}

#buttons {
  margin-left: 280px;
}
#buttons  ul {
  margin: 0;
  float: left;
  list-style: none; 
}
#buttons  ul li {
  float: left;
  background: url(button_left.gif) no-repeat bottom left;
  padding-left:12px;
  margin-right: 8px;
}

#buttons  ul li a {
  display: block;
  background: url(button_right.gif) no-repeat bottom right;
  padding-right: 12px;
  padding-bottom: 4px;
  text-decoration: none;
  font-size: 75%;
  font-weight: bold;
  color: black;
}

#titleimg {
  float: left;
  position: relative;
  top: 0px;
  left: 10px;
}

#index {
  margin-top: 40px;
  margin-left: 6px;
}
#index ul {
  float: left;
  list-style: none;
}
#index ul li {
  float: left;
}
#index ul #mix {
  margin-right: 1.5em;
}

#index ul li.selected {
  padding-left: 10px;
  background: url(left_corner.gif) no-repeat top left;
}

#index ul li a {
  display: block;
  width: 1em;
  text-align: center;
  padding-right: 8px;
  padding-left: 4px;
  text-transform: uppercase;
  text-decoration: none;
  color: black;
}

#index ul li a:hover {
  background: #ffcc00;
}

#index ul li.selected a:link, #index ul li.selected a:visited, #index ul li.selected a:hover , #index ul li.selected a:active {
  padding-right: 15px;
  padding-left: 6px;
  color: #005d93;
  background: url(right_corner.gif) no-repeat top right;
}

#index ul #mix a {
  width: 2em;
}

#wordpanelcontainer {
  clear: both;
  width: 100%;
  height: 620px;
  background: #f0f0f0 url(word_back.gif);
}

#wordpanel ul {
  list-style: none;
}

.word {
  display: block; 
  height: 30px;
  width: 90px;
  text-decoration: none;
}  

#maintext {
  color: black;
  background: white url(textbg.gif);
  clear: both;
  padding: 20px 70px 20px 70px;
  font-size: 90%;
}

#maintext h1, #maintext h2, #maintext h3 {
  font-family: "Trebuchet MS", Arial, Sans-Serif;
  font-weight: normal;
}

#maintext h1 {
  font-size: 150%;
}
#maintext h2 {
  font-size: 140%;
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #333;
  margin-bottom: 10px;
}
#maintext h3 {
  font-size: 120%;
  color: #357;
  margin-top: 26px;
  margin-bottom: 6px;
  border-bottom: 1px dotted #999;
}

#maintext p {
  margin-bottom: 5px;
}

#maintext ul {
  margin-left: 40px;
}

#maintext ul li {
  margin: 3px 0;
}

#maintext ul li ol {
  margin-left: 40px;
}

#maintext ol {
  margin-left: 40px;
  margin-bottom: 6px;
}

.email {
  font-family: Courier, Sans-Serif;
  color: #1A4BEB;
}

#maintext dl dd {
  margin-bottom: 20px;
}

#paypalform {
  text-align: center;
  margin: 20px;
}

#maintext a {
  color: blue;
  text-decoration: none;
  border-bottom: 1px dotted blue;
}


#maintext #questions li {
margin-left: 20px;
}
#maintext #questions {
  margin: 20px 0 30px 0px;
}

#maintext #answers {
  margin: 20px 0;
}

#answers dt {
  font-family: "Trebuchet MS", Arial, Sans-Serif;
  font-weight: bold;
  font-size: 110%;
  color: #4377c5;
  margin-bottom: 4px;
  border-top: 1px dotted #999;
  padding-top: 20px;
}
#answers dd {
}