body {
  background: white;
  font-family: "Trebuchet MS", "Tahoma", "Verdana", "Arial", "Helvetica", "serif";
}
#container {
  margin: 0 auto;
  width: 750px;
}
#header {
  width: 750px;
  height: 150px;
}
#header_left {
  margin-top: 50px;
  float: left;
}
#header_right {
  float: right;
  width: 150px;
  height: 150px;
/*  border: 1px dashed red;*/
}
#sub_header {
  float: right;
}
#main_content {
  margin: 0 auto;
  padding: 20px 10px 10px 10px;
  width: 100%;
/*  background: #FFFFFF url('/images/v2/background_content.gif'); */
/*  background-repeat: repeat-y; */
  border: 2px outset blue;
} 
#main_content_top {
  height: 25px;
/*  background: #FFFFFF url('/images/v2/background_top.gif');*/
} 
#main_content_bottom {
  height: 30px;
/*  background: #FFFFFF url('/images/v2/background_bottom.gif'); */
}
#footer {
  text-align: center;
  font-size: 12px;
  color: green;
  margin: 10px auto;
}

.content {
  float: right;
  width: 540px;
  text-align: justify;
  padding: 0 10px 0 10px;
  margin: 0px 10px 10px 10px;
  font-size: 12px;
/*  border: 1px dashed orange; /**/
}

.menu {
  width: 110px;
  float: left;
  padding: 0 20px 0 20px;
  border-right: #8C8484 1px solid;
  font-size: 12px;
}
.menu ul {
  margin: 0;
  padding: 10px 0 10px 15px;
}
.menu li {
  list-style-type: disc;
}
#header h1 {
  margin-bottom: 0px;
  font-size: 28px;
  font-weight: bold;
  color: #A40008;
}
.content h2 {
  margin-top: 0px;
  font-size: 18px;
  font-weight: bold;
  color: #A40008;
  border: 1px solid green; /**/
}
#clear {
  display: block;
  clear: both;
  width: 100%;
  height:1px;
  overflow:hidden;
}
.menu_title {
  font-size: 18px;
  font-weight: bold;
  color: green;
}
.menu ul {
  margin: 0;
  padding: 10px 0 20px 15px;
}
.menu li {
  padding-top: 2px;
  list-style-image: url(/images/v2/and-12x.gif);
}
.main li {
  margin-left: 10px;
  list-style-image: url(/images/v2/and-12x.gif);
}

a {
  color: blue;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: purple;
  font-weight: bold;
  text-decoration: underline;
}
a.menu_link {
  color: #000000;
  font-weight: bold;
  text-decoration: underline;
}
a.menu_link:hover {
  color: red;
  font-weight: bold;
  text-decoration: none;
}
.quote {
  margin: 20px;
  text-align: center;
  font-weight: bold;
  font-style: italic;
}
.copyright {
  font-weight: normal;
  font-size: 75%;
}
.helpBox {
  margin: 30px;
  font-weight: normal;
  color: darkblue;
}
.QUESTION {
  text-decoration: underline;
  font-weight: bold;
  color: purple;
}
.ANSWER {
  text-decoration: none;
  font-weight: normal;
  color: green;
}

