@charset "utf-8";
/* CSS Document */

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}
.h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #6B1F69;
	text-decoration: none;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.textbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.h1white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
.textboldred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.books3 {
	border: 4px solid;
	border-color: #FFFFFF;
}
.booktitles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #6B1F69;
	text-decoration: none;
}
.hr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}
.style9 {  /* added to style sheet so can be used globally, instead of just locally in individual pages 7/23/2010 KKB */
	font-size: 20px; 
	line-height: normal; 
	font-weight: bold; 
	font-variant: normal; 
	text-transform: none; 
	color: #6B1F69; 
	text-decoration: none; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}
.newsSubheading {
	font-size: 12px; 
	line-height: normal; 
	font-weight: bold;
	font-style: italic;
	font-variant: normal; 
	text-transform: none; 
	color: #6B1F69; 
	text-decoration: none; 
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}
td.subheading {
	background-color: #DFD1E0;
}
.sectionHeading {
	background-color: #DFD1E0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #6B1F69;
	text-decoration: none;
	padding-top: .3em;
	padding-bottom: .3em;
}

img.floatLeft {
	float: left;
	padding-top: 0;
}

img.floatRight {
	float: right;
	padding-top: 0;
}