body {
	margin: 0 0 0 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#bodyHome {
	background-color: #7b507d;
	
}

ul { margin-top: .3em; margin-bottom: 1em; }

/* 
#hometable {
	background-image: url('img/layout_home/home_body_bg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}*/

h1 {
	font-size: 22px;
	font-weight: strong;
	color: #663366;
}

h2 {
	font-size: 19px;
	font-weight: strong;
	color: #663366;
}

h3 {
	font-size: 16px;
	font-weight: strong;
	color: #663366;
}

h4 {
	font-size: 14px;
	font-weight: strong;
	color: #663366;
}

h5 {
	font-size: 14px;
	font-weight: strong;
	color: #663366;
}

/*.pinkHeader { color: #FF6699; } */
.pinkHeader { color: #BC96BA; }
.greenHeader { color: #336600; }
.goldHeader { color: #CC9900; }
/*.blueHeader { color: #000066; }*/ 
.blueHeader { color: #556894; }



a:link {
	color: #8a448a;
	text-decoration: none;
	font-weight: strong;
}
a:visited {
	color: #8a448a;
	text-decoration: none;
	font-weight: strong;
}
a:hover {
	color: #9d7cbc;
	text-decoration: underline;
	font-weight: strong;
}

.bioDate {
	font-weight: bold;
	/*color: #800000;*/
	color: #336600;
}

.journalHeader {
	font-size: 18px;
}

.journalSubHeader {
	font-size: 15px;
}

.imgFloatRight {
	float: right;
	margin: 5px 0 20px 20px;
	border: 1px solid #663366;
}

.imgFloatLeft {
	float: left;
	margin: 5px 20px 0 20px;
	border: 1px solid #663366;
}

.floatRightImgBox {
	float: right;
	margin: 5px 0 5px 10px;
	font-size: 10px;
	font-family: verdana, helvetica, sans-serif;
	text-align: center;
	color: #663366;
	line-height: 1.3em;
}

.floatRightImgBox img {
	margin-bottom: 4px;
	border: 1px solid #663366;
}


#book_message .book_title {
/*	font-size:21px;
	line-height: 28px; */
}
#book_message img { margin: 0 0 1em 1em; }
#book_message p.expert {
	display: block;
/*	margin-bottom: 30px;
	margin-top: 0em;
	text-align: right;
	font-size: 12px;
	line-height: 16px;
	color: #888; */
}
#book_message p.expert strong { /* color: #333; */ } 

#contentHome {
	margin: 24px 58px 0 3px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.7em;
	text-align: left;
}

#contentHome p { /* seems we need to explicitly declare this */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.7em;
	text-align: left;
}


#contentCell {
	background-position: top;
	background-repeat: no-repeat;
}

#contentInner {
	width: 585px;
	/*font-family: Garamond, Georgia, "Times New Roman", Times, serif; */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.8em;
	text-align: justify;
	margin: 0 92px 0 92px;
}


.smallPrint {
	font-size: 11px;
	text-align: left;
	font-style: italic;
}

td.navcell { /* temp thing until new site is developed ak feb 2010 */
	background-image:url('/img/layout/nav_filler_feb2010.jpg');
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	letter-spacing: .05em;
}
#contentSubNav {
	margin: 0 12px 0 12px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.7em;
	text-align: center;
}

.imgHeader {
	margin: 18px 0 0 0;
	text-align: center;
}

.footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #555;
	font-size: 10px;
	text-align: center;
	margin-bottom: 2em;
}
.footer.homefooter { color: #dbb9da; }

.footer a:link { 
	color: #555;	
	text-decoration: underline;
	font-weight: normal;
}
.footer a:visited { 
	color: #555;	
	text-decoration: underline;
	font-weight: normal;
} 
.footer a:hover { 
	color: #000;	
	text-decoration: none;
	font-weight: normal;
}

.footer.homefooter a:link { 
	color: #dbb9da;	
	text-decoration: underline;
	font-weight: normal;
}
.footer.homefooter a:visited { 
	color: #dbb9da;	
	text-decoration: underline;
	font-weight: normal;
} 
.footer.homefooter a:hover { 
	color: #fff;	
	text-decoration: none;
	font-weight: normal;
}
