body {
	background-image: url(gfx/bg.jpg);
	margin-top: 0px;
	background-repeat: repeat-x;
	background-color: #9FCC63;
}
.Disclaimer {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.LibraryAddress {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000;}
.TopNavBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(gfx/blue-bar.jpg);
	background-repeat: no-repeat;
	height: 31px;
	padding-right: 1em;
	text-align: right;
}
.TopNavBar a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.TopNavBar a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.TopNavBar a:hover {
	text-decoration: underline;
	color: #CFE7F3;
}
.TopNavBar a:active {
	text-decoration: none;
	color: #CFE7F3;
}
.LeftNavBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(gfx/menu-bg.gif);
	background-repeat: no-repeat;
	height: 25px;
	padding-left: 10px;
	font-weight: bold;
}
.LeftNavBar a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.LeftNavBar a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.LeftNavBar a:hover {
	text-decoration: underline;
	color: #CFE7F3;
}
.LeftNavBar a:active {
	text-decoration: none;
	color: #CFE7F3;
}
.SearchBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0087BF;
	background-image: url(gfx/tan-bar.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
	height: 34px;
}
.TopNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.TopNav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.TopNav a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.TopNav a:hover {
	text-decoration: underline;
	color: #CFE7F3;
}
.TopNav a:active {
	text-decoration: none;
	color: #CFE7F3;
}
.InteriorHeader {
	background-image: url(gfx/header-bar.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #714A4A;
	padding-top: 25px;
	padding-left: 70px;
}
.InteriorContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999999;
	padding-left: 70px;
}
.InteriorContent a:link {
	color: #80B841;
	text-decoration: none;
	font-weight: bold;
}
.InteriorContent a:visited {
	text-decoration: none;
	color: #80B841;
	font-weight: bold;
}
.InteriorContent a:hover {
	text-decoration: underline;
	color: #555555;
	font-weight: bold;
}
.InteriorContent a:active {
	text-decoration: none;
	color: #555555;
	font-weight: bold;
}
.Alphabet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	padding-left: 70px;
}
.Alphabet a:link {
	color: #80B841;
	text-decoration: none;
	font-weight: bold;
}
.Alphabet a:visited {
	text-decoration: none;
	color: #80B841;
	font-weight: bold;
}
.Alphabet a:hover {
	text-decoration: underline;
	color: #555555;
	font-weight: bold;
}
.Alphabet a:active {
	text-decoration: none;
	color: #555555;
	font-weight: bold;
}
.HomeContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #FFFFFF;
	color: #555555;
	padding-left: 20px;
	padding-right: 10px;
	vertical-align: top;
}
.HomeContent a:link {
/*
	color: #32CD32;
*/
	color: limegreen;
	text-decoration: none;
	font-weight: bold;
}
.HomeContent a:visited {
	text-decoration: none;
/*
	color: #80B841;
*/
	color: #32CD32;
	font-weight: bold;
}
.HomeContent a:hover {
	text-decoration: underline;
	color: #555555;
	font-weight: bold;
}
.HomeContent a:active {
	text-decoration: none;
	color: #555555;
	font-weight: bold;
}
.homeContent{
	vertical-align: top;
	background-color: #FFFFFF;
}
.homeHeaders {
	color: #714A4A;
	background-color: #FFFFFF;
	background-image: url(gfx/home-header.jpg);
	background-repeat: no-repeat;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 20px;
}
#headingContent{
	margin-left: 75px;
	height: 83px;
	position: relative;
	top: 35px;
}

p.subcategory{
	font-size: 18px;
	color: teal;
}
p.comment{
	font-size: 13px;
	color: darkgray;
}
p{
	margin-bottom: 0;
}
p.description{
	padding-left: 15px;
	margin-top: 0;
}
div.revDate{
	color: #777777;
	font-family: arial, sans-serif;
	font-size: 10px;
	font-style: italic;
	text-align: right;
	margin-top: 4em;
	margin-right: 3em;
}
.leftEdge{
	background-image: url(gfx/left-02.jpg);
	background-repeat: repeat-y;
	width: 11px;
}
.rightEdge{
	background-image: url(gfx/right-02.jpg);
	background-repeat: repeat-y;
	width: 11px;
}
