/*====================================== MISC styles ======================================*/
a:link, a:visited {
	color:#009;
	text-decoration:underline;
}

a:hover {
	text-decoration:underline;
}

p {
	margin: 1em 0;
	padding:0;
}

.indentedContent {
	padding: 0 20px;
}

body { /*controls default font for entire site*/
	color:#222;
	line-height:1.4em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-align:left;
}

h1 {
	margin-top:0.75em;
	font-size:18pt;
	font-weight:bold;
	color:#1f1e52;
	font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
}

h2 {
	margin-top:0.75em;
	font-size:12pt;
	font-weight:bold;
	color:#1f1e52;
	font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
}

h3 {
	margin-top:0.75em;
	font-size:10pt;
	text-transform:uppercase;
	font-weight:bold;
	color:#32596b;
	font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
}	

.smallText {
	font-size:8pt;
}


ol {
    margin-left:1.5em;
	margin-top:-0.75em;
	padding-left:0;
	padding-top: 0;
}

ul {
    margin-left:1.25em;
	margin-top:-0.75em;
	padding-left:0;
	padding-top: 0;
}

ul ul {
	margin-top:0;		/* helps sublists not move up */ 
}

ol ol {
	margin-top:0;		/* helps sublists not move up */
}

.testimonialAuthor {
	font-style:italic;
	padding-left:1em;
	font-size:85%;
}