/* Content Text Styles */
/* should all be #content */

#content {
  margin-left: 3.077em;
  font-family: Arial, Helvetica, sans-serif;
  padding-left: 1em;
  padding-right: 1em;
}

#content a{
  color: #333333;
  text-decoration: underline;
}

#content a:hover{
  color: #FF0000;
}

#content h1 {
  font-family: serif;
  font-size: 350%;
  line-height: 1em;
  color: #000;
  border-bottom: 0.075em solid red;
  padding-bottom: 0;
  margin-bottom: 0.25em;
}

#content h2 {
  font-size: 150%;
  line-height: 1em;
  word-spacing: -1px;
  color: #FF0000;
  font-weight: bold;
}

#content h3 {
  font-size: 123.1%;
  line-height: 1em;
  margin-bottom: 0.8125em;
  color: #333333;
  margin-top: 0.8125em;
}

#content h4 {
  font-size: 100%;
  line-height: 1.5em;
  margin-top: .5em;
  margin-bottom: .5em;
  color: #333333;
}

#content p {
  font-size: 95%;
  line-height: 1.5em;
  margin-bottom: 1.5em;
  color: #333333;
}

#content strong {
  font-weight: bold;
}

#content em {
  font-style: italic;
}

.bold {
  font-weight: bold;
  color: #FF0000;
}


/* List */
#content ul, #content ol {
  margin-bottom: 1.5em;
  margin-left: 2em;
  margin-right: 0px;
}

#content ul li {
  list-style-type: disc;
}

#content ul li ul li {
  list-style-type: circle;
}

#content ol li {
  list-style-type: decimal;
}

#content ol li ol li {
  list-style-type: lower-alpha;
}

/* Table */
#content table {
  border-spacing: 1px;
}

#content caption {
  border-bottom: 2px solid grey;
  font-variant: small-caps;
  padding: .5em;
}

#content td, th {
  padding: .3333em;
}

#content thead th, #content thead td {
  text-align: left;
  border-bottom: 1px solid grey;
}

#content tbody th {
  text-align: left;
  border-right: 1px dotted grey;
}

#content tbody td {
  text-align: left;
}

#content tfoot th, #content tfoot td {
  text-align: left;
  border-top: 1px solid grey;
}

#content tfoot th {
  text-align: left;
  border-right: 1px dotted grey;
}

#content tfoot td {
  text-align: left;
}

/* Image Placer Caption */
#content .left p {
  font-size: 77%;
  line-height: 1.5em;
  padding-top: .5em;
  margin-right: 0px;
  margin-left: 0px;
  text-align: left;
  margin-bottom: 0px;
}

#content .right p {
  font-size: 77%;
  line-height: 1.5em;
  padding-top: .5em;
  margin-right: 0px;
  margin-left: 0px;
  text-align: right;
  margin-bottom: 0px;
}

#content .center p {
  font-size: 77%;
  line-height: 1.5em;
  padding-top: .5em;
  margin-right: 0px;
  margin-left: 0px;
  text-align: center;
  margin-bottom: 0px;
}
