* {
  margin: 0;
  padding: 0;
} 

/* Set some reasonable defaults for the page body. */

body {
  font-family: Arial, Helv, sans-serif;
  font-size: 12pt;
  background-color: white;
  color: black;
}

/* Setup the headings */

h1 {
  font-size: 22pt;
  font-weight: bold;
  text-align: left;
  color: #660000;
}

h2 {
  font-size: 16pt;
  font-weight: bold;
  text-align: left;
  margin-top: 2em;
}

h3 {
  font-size: 14pt;
  font-weight: bold;
}

h4 {
  font-size: 12pt;
  font-weight: bold;
}

/* Set margins for various regular tags */
  
p {
  margin: 1em 0;
}

ul, ol, dl {
  margin: 0.5em;
}

li {
  margin: 0.5em 0 0 1.5em;
}

/* Define link behavior. By default we don't want them underlined 
   except maybe when we hover over them */

#content a, #content a:visited {
  color: blue;
  text-decoration: none;
}

#content a:hover {
  text-decoration: underline;
}

#footer a, #footer a:visited {
  color: blue;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}


/* Define the major divisions of the page */

#page {
  margin: 10px auto;
  /* border: 1px solid black; */
  width: 768px;
  background-color: white;
  color: black;
}

#header {
  background-color: #ffffff;
  color: black;
  text-align: left;
  margin-left: 20px;
}

#header a, #header a:visited {
  color: blue;
  text-decoration: none;
}

#header a:hover {
  text-decoration: underline;
}

#content {
  margin: 6px 20px 20px 20px;
}

#footer {
  padding: 10px;
  background-color: white;
  color: black;
  text-align: left;
  font-size: 70%;
}

/* Article list */

#articles {
  margin: 0 auto;
  width: 100%;
}

#articles td {
  vertical-align: top;
  padding: 0 1em 0 1em;
  width: 50%;
}

/* Control how the site name and site description look */

#sitename {
  font-size: 18pt;
  font-weight: bold;
  text-align: right;
}

#sitedesc {
  font-size: 14pt;
  text-align: right;
}

/* Settings for the top link unit */

#linkunit_top {
  margin: 0 0 20px -3px;
}
 
/* Settings for the first ad, the one immediately after
   the <h1> */

#ad_after_h1 {
  margin-top: 0.5em;
  margin-right: 0.5em;
  float: left;
}

/* Settings for the bottom ad */

#ad_before_footer {
  margin-top: 1em;
  text-align: center;
}

/* Navigation links */

#prevlink {
  text-align: right;
  margin-bottom: 1em;
}

#nextlink {
  text-align: right;
  margin-top: 1em;
}

/* Subpage navigation */

.subpage_nav {
  text-align: right;
  font-size: 70%;
  margin: 1em 0;
}

.subpage_nav_box {
  border: 1px solid black;
  background-color: #ffffcc;
  padding: 0.25em;
}

.subpage_previous {
}

.subpage_current {
  font-weight: bold;
}

.subpage_next {
}

/*
--------------------------------------------------
 Signup page styles
--------------------------------------------------
*/

div.signup {
  font-family: Arial, Helv, sans-serif;
  padding: 1em 4em;
  font-size: 11pt;
}

.signup #leading {
  text-align: left;
  font-size: 10pt;
  margin-left: -4em;
}

.signup h1 {
  text-align: center;
  color: #990000;
  font-size: 22pt;
  font-weight: bold;
  margin: 1em 0 1em 0;
}

.signup h2 {
  text-align: center;
  font-size: 18pt;
  font-weight: bold;
  margin: 0 0 1em 0;
}

.signup h2.subhead {
  margin: -1em 0 1em 0;
}

.signup h3 {
  text-align: center;
  font-size: 14pt;
  font-weight: bold;
  margin: 0 0 1em 0;
}

.signup table.subscribe {
  margin: 1em 0 2em 0;
  padding: 0 2em;
  border: 1px solid black;
  background-color: #ffffcc;
}

.signup table.subscribe td {
  padding: 0.2em;
}

.signup input.button {
  font-size: 110%;
  width: 10em;
}

.signup p {
  margin: 0 0 1em 0;
}

.signup ul {
  margin: 0;
}

.signup ul li {
  margin-bottom: 1em;
}

.signup .testimonial {
  background-color: #ffffcc;
  padding: 1em;
  margin: 1em 4em;
  border: 1px solid black;
}

.signup .signature {
  text-align: right;
  width: 100%;
}

.signup #exhortation {
  text-align: center;
  padding-bottom: 1em;
}

.signup #assurance {
  text-align: center;
  padding: 1em 0;
  font-size: 90%;
}

/*
--------------------------------------------------
 Order page styles
--------------------------------------------------
*/

div.order {
  font-family: Arial, Helv, sans-serif;
  padding: 1em 4em;
  font-size: 11pt;
}

.order #leading {
  text-align: left;
  font-size: 10pt;
  margin-left: -4em;
}

.order h1 {
  text-align: center;
  color: #990000;
  font-size: 22pt;
  font-weight: bold;
  margin: 1em 0 1em 0;
}

.order h2 {
  text-align: center;
  font-size: 18pt;
  font-weight: bold;
  margin: 0 0 1em 0;
}

.order h2.subhead {
  margin: -1em 0 1em 0;
}

.order h3 {
  text-align: center;
  font-size: 14pt;
  font-weight: bold;
  margin: 0 0 1em 0;
}

.order p {
  margin: 0 0 1em 0;
}

.order ul {
  margin: 0;
}

.order ul li {
  margin-bottom: 1em;
}

.order .testimonial {
  background-color: #ffffcc;
  padding: 1em;
  margin: 1em 4em;
  border: 1px solid black;
}

.order .signature {
  text-align: right;
  width: 100%;
}

.order .orderlink {
  text-align: center;
  font-size: 140%;
  font-weight: bold;
  color: blue;
  margin: 1em 0;
}

/*
--------------------------------------------------
 Multi-column styles
--------------------------------------------------
*/

#content_table {
}

#content_left {
}

#content_right {
}

#content_body {
}

.pretitle {
  color: #006600;
  font-size: 120%;
  margin-top: 2em;
  margin-bottom: 0;
}

#topline {
  height: 10px;
  background-color: #006600;
  width: 100%;
}

#bottomline {
  height: 10px;
  width: 100%;
  background-color: #006600;
}

.posttitle {
  margin-top: 2em;
}
