#homePageNav {
  background-color: #9AA7C6;
  margin-left: 20px;
}

#homePageNav a {
  display: block;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 2px;
  margin: 5px 10px;
}

#homePageNav a:link, #homePageNav a:visited {
  color: #000;
  background-color: #9AA7C6;
  text-decoration: none;
}

#homePageNav a:hover, #homePageNav a:active {
  color: #000;
  background-color: #fff;
  text-decoration: none;
}

.middot {
	font-size:48px;
	line-height: 16px;
	color: #A22D26;
	vertical-align: top;
	padding-top:0px;
}

td.label {
	padding: 0px 0;
}

.promo td.label {
	font-weight: normal;
}

.homePage h1 {
  color: #5F5949;
  margin-top: 22px;
}

.homePage blockquote {
  color: #9E6039;
  font-size: 14px;
  line-height: 18px;
  font-style: italic;
  font-weight: bold;
  margin: 7px 0;
}

.homePage cite {
  color: #9D4038;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
}

.homePage p {
  font-weight: normal;
  font-size: 13px;
}

.homePage em {
  color: #9D4038;
  font-weight: bold;
  font-style: normal;
}

.homePage .label {
  font-size: 13px;
  color: #666;
  font-weight: bold;
  font-style: normal;
}

.homePage ul {
  padding: 0;
  list-style: inside disc;
  color: #A22D26;
}

.homePage li {
  padding: 3px 0;
}

.homePage li .label {
  font-size: 13px;
  font-weight: bold;
}

.promo li .label {
	font-weight: normal;
}

.promo  ul {
	padding-left:15px;
  list-style: disc;
}

.homePage .subHead {
	font-size: 13px;
	font-weight: bold;
	color: #C96;
}

#processBox .bulletPoint img {
	float:left;
}

#processBox .bulletPoint .content {
	float:left;
	width:200px;
	margin:7px 0 0 6px;
	font-size: 13px;
	font-weight: normal;
}

#processBox ol {
  color: #C96;
  font-weight: bold;
  margin-top: .5em;
  margin-bottom: .5em;
}

#processBox ol li {
  padding: 1px 0;
}

#processBox ol li .label  {
  color: #C96;
}

.homePage div.hr {
	margin: 32px 0 19px;
}

.homePage a {
  font-size: 12px;
  font-weight: bold;
  color: #A22D26;
  text-decoration: none;
}

.homePage .promo div.hr {
	margin: 3px 0;
}

#processBox table {
	border-collapse: collapse;
	width: 250px;
}

#processBox td.bullet {
  vertical-align:top;
  width: 40px;
  padding: 0;
}

#processBox td.content {
	padding:8px 0 0;
	font-size: 13px;
	font-weight: normal;
}



