table {
	font: 9pt arial, helvetica, sans-serif;
	color: #000000;
}

#header {
  margin-bottom: 0;
}

p {
	margin: 0;
	}
blockquote {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000000;
	margin-right: 0px;
	margin-left: 15px;
}
ol {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000000;
}
.leftcoltext ul {
   color: navy;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
}
.rightcoltext ul {
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
	color: #000000;
}
.centercoltext {
  padding: 10px;
}
.leftcoltext {
  padding: 10px;
}
.rightcoltext {
	padding: 10px;
}
#nav p {
  font-size: 120%;
  font-weight: bold;
}
h1 {
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 2px;
}
h2 {
	font-size: 9pt;
	color: black;
	margin-top: 0px;
	margin-bottom: 3px;
}

#list {
  line-height: 150%;
}
#nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#nav a:link {
  text-decoration: none;
  color: navy;
  font-weight: normal;
}
#nav a:visited {
  text-decoration: none;
  color: navy;
}
#nav a:hover {
  text-decoration: none;
  color: white;
  background-color: navy;
}
#nav li {
  border-bottom: 1px solid #007682;
  padding: 0.2em 0 0.1em 0;
  font-size: 100%;
}
#nav p {
  padding: 1.5em 0 0.5em 0;
}
.leftcoltext a:link {
  text-decoration: none;
  color: navy;
  font-weight: normal;
}
.leftcoltext a:visited {
  text-decoration: none;
  color: navy;
}
#articles a:link {
  color: black;
}
#articles a:visited {
  color: black;
}
#articles ul {
  list-style: none;
}  
#footer a:link {
  color: #0000ff;
  font-weight: normal;
}
#footer a:visited {
  color: #0000ff;
}