/*
We don't want to reproduce every style that we use in the site. We just want to give the
user some options without ceding control.
*/
.red_text { color: red; }
.blue {
	color: ##005951;
}
p.subtitle {
  color: #005951;
  font: italic 16px/17px Georgia,serif;
  padding: 12px 0px 16 0px;
}
div.content table.blueandgray {
  border-collapse: collapse;
  width: 100%;
}
div.content table.blueandgray td {
  color: black;
  background-color: #a6a6a6;
  border: 1px solid black;
  margin: 0px;
}
div.content table.blueandgray th {
  color: white;
  background-color: #336;
  border: 1px solid black;
  margin: 0px;
  vertical-align: top;
}
div.content table.sitefacts {
  border-collapse: collapse;
}
div.content table.sitefacts td {
  color: black;
  background-color: #a6a6a6;
  border: 1px solid black;
  margin: 0px;
  padding: 2px 10px;
}
div.content table.sitefacts th {
  color: white;
  background-color: #336;
  border: 1px solid black;
  margin: 0px;
  vertical-align: top;
  text-align: right;
  padding: 2px 10px;
}
div.content table.sitefacts ul {
  margin: 0px;
}
div.content table.sitefacts li {
  padding: 0px;
}
.section-header {
	color: #ffffff;
	background-color: #333365;
	padding: 7px;
	font-size: 20px;
}
.15px {
	font-size: 15px;
}

