/* color scheme

blue: #3428b5
gray: #bcb0a4
purple: #5c2e86
light purple: #9966cc
orange: #d6492a
light orange: #f86b45
*/


.content-left .title a {
	background: none;
	color: #444444;
	border: none;
}

.content-left .title a:hover {
	text-decoration: underline;
}

.content-left li {
	font-size:1.1em;
	padding-bottom: .5em;
}

.content-left p a, 
.content-left ul li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3428b5;
	text-decoration:underline;
}


.content-left p a:visited,
.content-left ul a:visited {
	
	color:#6B64B0;
}
.content-left p a:hover,
.content-left ul li a:hover {
	
	color: #d6492a;
}

 /* pdfstart.htm unordered list*/
}
.content-left h2 {
	font-size: 1.5em;
	letter-spacing: -.5px;
	line-height: 30px;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.content-left h3 {
	font-size: 1.4em;
	line-height: 30px;
	padding-bottom: .3em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.content-left .box { /* for sidebars in the content area */
	margin: 10px auto;
	padding: 5px 8px 10px 10px;
	background: #ffe9d0;
	border:solid;
	border-color:#999;
	border-width:thin;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
}

.content-left .smallfont {
	font-size:10px;
}

