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

body {
	
	/* Font size of 62.5% allows 1em to equal 10pt (so 1.4em = 14pt, etc.) */
	font-size:62.5%;
	font-family: Arial, Helvetica, sans-serif;
}

h1,  h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0074a0;
}

h1 {
	font-size: 2.9em;
	padding: 0.7em 0em;
}

h2 {
	font-size: 1.7em;
	padding: 0.7em 0em;
}

h3 {
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
	padding: 0.7em 0em;
}

h4 { font-size: 1.4em; font-weight: bold; padding: 0.7em 0em; color:#0074a0; }

sup { font-size: 0.5em; }

p {
	font-size: 1.3em;
	padding: 0.5em 0;
	line-height: 1.6em;
}

div.copyColumnOne p { line-height: 2.1em; }

strong { font-weight: bold; }
em { font-style: italic; }

.turquoiseHighlight {
	color: #0074a0;
}

.whiteHighlight { color:#fff; }

ul { padding:0!important; margin:0!important; }

ol li, ul li {
	font-size: 1.3em!important;
	padding:0;
	margin:0;
	line-height: 2.1em;
}

.entry ul { padding-left:2em; }

.entry ol li, .entry ul li {
	font-size: 1.3em!important;
	margin: 10px 0px 10px 35px;
	line-height: 2.1em;
}

ul.normal_list {
	list-style: disc;
	margin: 0px 0px 10px 35px;
	line-height: 2.2em;
}

ol, ul {
	margin: 0 1em 1em 2em!important;
	padding: 0!important;
}

ul.subNav { line-height: 2.1em; }

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display:inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */
