/* Style for 'subpages', i.e. allpages except the homepage at present */

div.SubPageCopy {
    font-size:11px;
}

div.SubPageCopy h1 {
	font-family:verdana,lucide grande,arial,helvetica,sans-serif;
	text-transform:uppercase;
	font-size:110%;
	color: black;
	font-weight:normal;
	height:21px;
	letter-spacing:0.1em;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

div.SubPageCopy p {
	color:black;
	font-family:times new roman, georgia, garamond, serif;
	font-size:115%;
	line-height:140%;
	TODOwidth:356px;
}

/* Links should always be underlined, and always go gold when rolled over,
regardless of whether they are previously-visited, and regardless of
what kind of paragraph (intro or otherwise) they appear in: */

div.SubPageCopy p a { color:black; }
div.SubPageCopy p a:hover { color:#960; }

div.SubPageCopy p a:visited { color:black; }
div.SubPageCopy p a:visited:hover { color:#960; }

div.SubPageCopy table tr td { width:169px; }

/* The following are necessary to override the settings that
come from YUI stuff: */

.carousel-component ul.carousel-list li div.SubPageCopy ul {
  color:black;
  font-size:11px;
  margin:0 0 0 0;
  padding: 0 0 0 18px;
  text-align:left;
  list-style-type:disc;
  list-style-position:inside;
}

.carousel-component ul.carousel-list li div.SubPageCopy ul li {
  list-style-type:disc;
  list-style-position:inside;
  float:none;
  overflow:visible;
  text-align:left;
  vertical-align:middle;
  color:black;
  font-family:times new roman, georgia, garamond, serif;
  font-size:115%;
  line-height:140%;
  margin:0 0 0 0; padding: 0 0 3px 0;
}

