.head1  { color: #036; font-weight: bold; font-size: 12px; font-family: Arial, Helvetica, "Sans Serif" }
.head3 { color: #036; font-weight: bold; font-size: 12px; font-family: Arial, Helvetica, "Sans Serif" }
.head2 { color: #666; font-weight: bold; font-size: 12px; font-family: Arial, Helvetica, "Sans Serif" }
.body { color: #000; font-size: 12px; font-family: Arial, Helvetica, "Sans Serif" }
.quote { color: #8f9890; font-size: 12px; font-family: Arial, Helvetica, "Sans Serif" }
.quotename { color: #8f9890; font-size: 10px; font-family: Arial, Helvetica, "Sans Serif" }
.sidetext { color: #000; font-size: 10px; font-family: Arial, Helvetica, "Sans Serif" }
.smallgrey { color: #606760; font-size: 10px; font-family: Arial, Helvetica, "Sans Serif" }
.sidehead  { color: #606760; font-weight: bold; font-size: 11px; font-family: Arial, Helvetica, "Sans Serif" }
.right-img {
	float: right;
	margin-left: 2px;
	margin-bottom: 3px;
}
.no-show {
	display: none;


}

#top-nav {
	height: 23px;
	background-color: #8f9890;
}
#top-nav     td{
	width: 120px;
	height: 23px;
}
#top-nav td  a{ /* this ensures the background is clickable */
	width: 120px;
	display: block;
	height: 23px;
}

#top-nav td.about a {
	background-image: url(images/nav-about.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#top-nav td.about a:hover {
	background-position: 0px -23px;
}
#top-nav td.about a.selected {
	background-position: 0px -23px;
}
#top-nav td.training a {
	background-image: url(images/nav-training.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#top-nav td.training a:hover {
	background-position: 0px -23px;
}
#top-nav td.training a.selected {
	background-position: 0px -23px;
}
#top-nav td.consulting a {
	background-image: url(images/nav-consulting.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#top-nav td.consulting a:hover {
	background-position: 0px -23px;
}
#top-nav td.consulting a.selected {
	background-position: 0px -23px;
}
#top-nav td.books a {
	background-image: url(images/nav-books.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#top-nav td.books a:hover {
	background-position: 0px -23px;
}
#top-nav td.books a.selected {
	background-position: 0px -23px;
}
#top-nav td.articles a {
	background-image: url(images/nav-articles.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#top-nav td.articles a:hover {
	background-position: 0px -23px;
}
#top-nav td.articles a.selected {
	background-position: 0px -23px;
}

