/***********************************************/
/* HTML tag styles for True Words Divined site */
/***********************************************/

/***** body, hyperlink and anchor styles ********/
body{
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	color: #726282;
	margin: 0px;
	padding: 0px;
	background-color: #f5f7f7;
}
a:link, a:visited{
	color: #7788aa;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
/*************** container div *****************/
#pageCell{
	position: absolute;
	top: 8px;
	left: 10px;
	width: 644px;
	background-color: #f5f7f7;
}
/************ divs within pageCell **************/
#homeDinkus{
	position: absolute;
	top: -3px;
	left: -3px;
}
#pageName{
	padding: 0px 0px 0px 0px;
	margin: 0px;
	background-color: #f5f7f7;
}
#pageName img{
	left: 0px;
	top: 0px;
	padding: 0px;
	margin: 0px;
}
#pageNav{
	float: left;
	width: 144px;
	padding: 0px;
	font-size: 10px;
	font-weight: bold;
	background-color: #f5f7f7;
}
/************ divs within #pageNav **************/
#sectionLinks{
	margin: 0px;
	padding: 0px;
}
#sectionLinks a:link, #sectionLinks a:visited{
	font-size: 10px;
	display: block;
	padding: 3px 0px 3px 10px;
	color: #6666cc;
	font-weight: normal;
}
#sectionLinks a:hover{
	text-decoration: none;
	font-weight: bold;
	color: #663399;
}

/************** content definitions ****************/
#content{
	padding: 12px 12px 12px 12px;
	margin: 0px 0px 0px 144px;
	border-left: 1px solid #ccd2d2;
	border-top: 1px solid #ccd2d2;
	border-bottom: 1px solid #ccd2d2;
	border-right: 1px solid #ccd2d2;
/* 	height: 688px; */
	background-color: #ffffff;
	font-size: 11px;
}
#content h1{
	font-size: 14px;
	font-weight: bold;
	color: #6666cc;
	padding-bottom: 8px;
	margin: 0px;
}
#content h2{
	font-size: 14px;
	font-weight: bold;
	color: #993399;
	padding-bottom: 8px;
	margin: 0px;
}
#content h3{
	font-size: 12px;
	font-weight: bold;
	color: #993399;
	padding-bottom: 6px;
	margin: 0px;
}
#content ul{
	list-style-type: square;
}
#content a:link, #content a:visited{
	color: #9955ee;
	text-decoration: none;
}
#content a:hover{
 	text-decoration: underline;
}
#content img{
	float: right;
	padding: 0px 0px 5px 10px;
}
/*************** classes within #content ******************/
.prologue{
	font-size: 11px;
	color: #6666cc;
	font-weight: normal;
	padding-bottom: 6px;
}
.subheading{
	font-size: 11px;
	color: #6666cc;
	font-weight: normal;
}
.links{
	font-size: 11px;
	color: #9955ee;
	font-weight: normal;
	line-height: 16px;
}
.footnote{
	font-size: 10px;
	color: #9696cc;
	font-weight: normal;
	border-top: 1px solid #ccd2d2;
	border-bottom: 1px solid #ccd2d2;
	padding-top: 6px;
	padding-bottom: 6px;
}
.readings{
	font-style: italic;
}
.readings a:link, .readings a:visited{
	font-style: normal;
}
/************** divs within content *****************/
#title{
	position: absolute;
	top: 80px;
	left: 155px;
	z-index: 1;
}
#title img{
	float: left;
	padding: 0px;
}
#lowerDinkus{
	position: absolute;
/*	top: 702px; */
	left: 134px;
	z-index: 1;
}
/************** factoids display ****************/
#factoids{
	padding: 20px;
	margin: 10px;
	border-left: 1px solid #ccd2d2;
	border-top: 1px solid #ccd2d2;
	border-bottom: 1px solid #ccd2d2;
	border-right: 1px solid #ccd2d2;
	background-color: #ffffff;
	font-size: 11px;
}
#factoids h1{
	font-size: 14px;
	font-weight: bold;
	color: #6666cc;
}
#factoids img{
	float: right;
	padding: 10px 0px 10px 10px;
}
#factoids a:link, #factoids a:visited{
	color: #9955ee;
	text-decoration: none;
}
#factoids a:hover{
 	text-decoration: underline;
}
.source{
	font-size: 10px;
	color: #9696cc;
	font-weight: normal;
	background-color: #e5e5e7;
	border: 1px solid #ccd2d2;
	padding: 5px;
}
/********************* end **********************/
