/*
 * Stylesheet for pages under the quotes section.
 */

a#quotesLink {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  background-color: #603;
}

/* This is for the date / heading at the top of the sectionText: */
.subHeading {
  margin: 10px 0px 0px 0px;
  padding: 2px;
  font-weight: bold;
  font-family: georgia, times, 'Times New Roman', serif;
	font-size: 95%;
  clear: both;
	color: black;
	background: white;
	text-align: left;
}

/* Style the left-hand navigation elements: */
.sidenavQuotesList {
  padding-left: 5px;
  margin-left: 0px;
}

.sidenavQuotesList li {
  margin-left: 0px;
  padding: 0px 0px 0px 0px;
  list-style-type: none;
  display: inline; /* for IE5 and IE6 */
}

/* Style the left-hand navigation links: */
.sidenavQuotesList a {
  display: block;
	text-decoration: none;
	padding: 2px 3px 2px 5px;
  border-left: 5px solid #fff;
}

.sidenavQuotesList a:link {
	text-decoration: none;
}

.sidenavQuotesList a:visited {
	text-decoration: none;
}

.sidenavQuotesList a:focus {
  background-color: #fff;
  border-left: 5px solid #036;
}

.sidenavQuotesList a:hover {
  background-color: #fff;
  border-left: 5px solid #036;
}

