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

/*#### CONTENT AREA ####*/

#mainContent { /* global content area */
	width:680px; 
	margin-top:12px;
	margin-left:12px;
	border: 0px solid black;
}

#mainContent p { /* general paragraph */
	margin-bottom:17px;
	margin-top:0px;

}

#mainContent p.header {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	line-height:24px;
	color:#999900;
	margin-bottom:20px;
	margin-top:0px;
}


#mainContent p.subhead {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
	color:#666633;
	margin-bottom:0px;
}
 
#mainContent p.chapterTitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height:17px;
	color:#666633;
	margin-bottom:0px;

}

#mainContent p.reviewHeader {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
	color:#666633;
	margin-top:8px;

}

.contentText {  /* content area text */
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height:17px;
}

.contentText a { 
	text-decoration:none;
	color:#999900;
}

.contentText a:hover {
	text-decoration:underline;
}

.contentText a:visited {
	color:#666600;
}


.backtotop a {
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:17px;
	color:#666600;
	text-decoration:none;
}

.backtotop a:hover {
	text-decoration:underline;
}

.clickToView {
	font-size:10px;
}
  
/*#### CONTENT IMAGES ####*/

#imageBox { 
	/* floating images in main content, with caption */
	border: 0px black solid;
	float:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	line-height:15px;
	color:#666633;
}

#imageBox img {
	margin-top:4px;
	margin-bottom:4px;
}


#spacer {
	margin-bottom:-12px;
}