body {
  background-color: #ffffff;
  font-family: Century Gothic;
  color: #000000;
  line-height: 1.166;	
	margin: 6px;
	padding: 6px;
}
a:link, a:visited, a:hover {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Century Gothic;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Century Gothic;
 font-size: 105%;
 color: #000000;
}

h2{
 font-size: 102%;
 color: #000000;
}

h3{
 font-size: 101%;
 color: #F000000;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #000000;
}

h5{
 font-size: 100%;
 color: #000000;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				
td {
	font-family: Century Gothic;
}

th {
	font-family: Century Gothic;
}
#siteInfo{
	clear: both;
	border: 1px solid #333333;
	font-size: 75%;
	color: #333333;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
