body, p, td, blockquote, ul, div, span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
a:link {
	color : #333366;
	/* text-decoration: none; */
}
a:visited {
	color : #666666;
	/* text-decoration: none; */
}
a:active {
	color : #993300;
	/* text-decoration: none; */
}
.title {
	font-size: 16px;
	color : #666666;
	font-weight : bold;
}
.list {
	font-size: 12px;
	font-weight : bold;
	text-decoration: none;
	text-indent: 15 px;
	line-height: 22pt;
}
.header {
	font-size: 13px;
	color : #333366;
	font-weight : bold;
}
.section {
	font-size: 13px;
	color: #993300;
}
.caption {
	font-size: 12px;
}
.photo {
	font-size: 11px;
	color: #000000;
}
.footer {
	font-size: 10px;
	color : #999999;
	text-decoration: none;
}

div.front-left {
  margin: 1in 0px auto 20px;
  border-top: 1px dotted gray;
  border-right: 1px dotted gray;
}

div.front-left h3 {
  color: brown;
}

div.front-left ul a {
  text-decoration: none;
  font-weight: bold;
  color: #336;
}

div.front-left ul {
  margin-left: 20px;
  padding-left: 0px;
}

/* photos on the front page */
div.front-photo {
  float: left;
  text-align: center;
  margin-left: 20px;
}

div.front-photo img {
  display: block;
  width: 200px;
  margin: 0;
}
