* {
  margin: 0;
  padding: 0;
}
body {
  background-color: white;
  font-family:Arial;
}
#content {

  width: 850px;
  margin-left: auto;
  margin-right: auto;

}

.faqtable td {

  vertical-align: top;

}

#page_header {

  height: 185px;
  background-image: url( '../image/header.jpg' );

}

#page_header_navigation {

  width: 850px; 
  text-align:center; 
  margin-top: 5px;
  margin-bottom: 5px;


}

#page_header_navigation a {

  font-family: Arial; 
  font-size: .8em; 
  font-weight: bold;
  text-decoration: none;
  color: #223d8a;

}

#page_header_navigation a:hover {

  text-decoration: underline;
  

}

.main_content_p {

  font-family: Arial; 
  font-size:14px;
  margin-bottom: 9px;


}

#main_content img {

  margin-left: 7px;

}

h3 {

  color:#304087;
  text-transform: UPPERCASE;

}

#main_content_title {
  margin-top: 14px; 
  color: #a62539; 
  font-family: Arial; 
  font-size: 1.4em;
  margin-bottom: 7px;
    font-style: italic;
}

.redtext {
  color:#a62539;
}

.main_content_title {
 margin-top: 7px; 
  color: #a62539; 
  font-family: Arial; 
  font-size: 1.4em; 
  margin-bottom: 3px;
  font-style: italic;
}

#main_content {
  width: 580px; 
  float: left;
  font-size:14px;
  margin-top: 1px;
}

.main_content_redpoint {
  color:red; 
  font-size: 1.1em;
  font-family: Arial; 
  margin-bottom: 9px;
  text-transform: uppercase;
}

#main_content_wide {
  margin-top: 1px;
}

.main_content_bullets {
  margin-left: 20px;
}

.main_content_bullets li {
  margin-bottom: 10px;
}

#bottom {
  width: inherit;
  height: 17px;
  background-image: url( '../image/footer.gif' );
  clear: both;
  position: relative;
  top: 15px;
}

#sidebar_header {
  height: 584px;
  width: 262px; 
  float: right; 
  margin-top: 20px;
}

.sidebar_header_text {
  color: black; 
  font-style: italic;
  font-weight: bold;
  text-align:center; 
  font-size: 1em;
  position: relative;
  left: 2px;
}