body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  font: 75%/1.75em "Times New Roman", serif;
  color: #4d4d4d;
}

#banner a:link, #banner a:hover, #banner a, #banner img {
  border: none;
  text-decoration: none; 
}

a:link, a {
  border-bottom: 1px dotted #960;
  text-decoration: none; 
  color: #960;
}

a:hover {
  border-bottom: 1px solid #960;
}

h1 {
  margin: 0 6px;
  padding: 0;
  font-style: italic;
  font-weight: normal;
  font-size: 1.25em;
  line-height: 2em;
  color: #ccc;
}

h1 em {
  color: #4d4d4d;
}

h1 a:link, h1 a, h1 a:hover, h1 a em, h1 a:link em, 
    h1 a:hover em {
  border-color: #999;
  color: #999;
}

h3 {
  color: #C00;
  background-color: transparent;
  padding-bottom: 0;
  margin-bottom: 0;
}

.ext {
	color: #f30;
	font-family: "Courier New", "DejaVu Sans Mono", Courier, "Lucida Console", Monaco, monospace;
}

.indent {
	padding-left: 1em;
}

.note {
	font-family:  "Times New Roman", "DejaVu Serif", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 1em;
	line-height: 1;
}

.redBold {
  color: #C00;
  background-color: transparent;
  font-family:"Times New Roman", Times, serif;
  font-size: 1em;
  font-weight: 700;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
	padding-right: 1em;
}

#content {
  margin: 0 auto 20px 20px;
  padding: 1em 0 0 0;
  width: 741px;
  background-color:#fff;
  font-size: 1.25em; 
  line-height: 1.25em;
}

.sitemap ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 1.4;
}

.sitemap a:link, .sitemap a {
	font-family: "DejaVu Sans", "URW Gothic L", "Helvetica Neue", Helvetica, Arial, "Microsoft Sans Serif",  sans-serif;
  color: #000;
}

.sitemap .ext {
	font-size: .75em;
}

#bottomNav {
  display: block;
  width: 741px;
  clear: both;
  font-family: "Courier New", Courier, monospace;
  font-size: 1em;
  padding: 1em 0;
  text-align: center;
}

#alist {
	margin: 0;
	padding: 0;
	text-align: center;
}

#alist li {
	display: inline;
	padding: .5em;
}

#bottomNav li {
	display: inline;
	padding-right: .5em;
}

