
/* general shared styles */
/* colors:  http://www.w3schools.com/tags/ref_colorpicker.asp */
/* http://stackoverflow.com/questions/2011142/how-to-change-the-style-of-title-attribute-inside-the-anchor-tag */
/* http://sixrevisions.com/css/css-only-tooltips/ */

body		{
				background:#FFF8EB;
				font-size:11pt;
}

p				{
				text-align:justify; 
				/* 600px;*/
				/*
				width:85%;
				margin:2px auto 2px auto;
				border:1px solid green;
				*/
				width:880px; 
				margin-left:70px;
}
			
div.break	{
				width:800px; 
				margin-top:6px;
				margin-bottom:10px; 
				margin-left:70px;
				text-align:center;
				padding:0px;
}
			
h2			{
			font-size:12pt; 
			font-family: Verdana, sans-serif; 
			font-weight:bold;
}


.pheader	{ display:block; font-weight:bold; }


/* the accordion paragraphs for quotes and links */
div.folderlabel {
	margin-left:60px;
	font-weight: bold;
	cursor:pointer;
}

/* hovering over quotes and links shows an underline */
div.folderlabel:hover	{ text-decoration:underline; }

div.topquote {
	margin-left:80px;
}

div#folderquotes {
	margin-left:80px;
	/* 
	600px;
	width:85%; 
	*/
	width:880px; 
}
	
div#folderlinks {
	margin-left:80px;
	/*
	600px;
	width:85%;  
	*/
	width:880px; 
}

div.inlinefolder { 
	display:none;
}

ul {
	width:820px; 
	margin-left:60px;
	text-align: justify;
}