@charset "UTF-8";
/* CSS Document */
@import "screen.css";


/*vvvvvvvv for proofreading vvvvvvvv*/
/*.twoColFixLtHdr #mainContent p,
.twoColFixLtHdr #mainContent ul,
.twoColFixLtHdr #mainContent ol { 
	line-height: 3em;	
	margin-bottom: 12px;
}*/
/*^^^^^^^^ for proofreading ^^^^^^^^*/

#secondaryNav,
#sidebar1,
.screenOnly,
.pdf,
.flv {
	display: none;
	visibility: hidden;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #fff;
}
.twoColFixLtHdr #mainContent a,
.twoColFixLtHdr #mainContent a:link,
.twoColFixLtHdr #mainContent a:visited,
a, a:link, a:visited {
	text-decoration: none;
	color: #000;
}
.twoColFixLtHdr #container { 
	width: 100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: none;
} 
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 30px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
}
.storyLeft {
	float: left;
	width: 69%;
}
.imageRight {
	float: right;
	width: 29%;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	width: 48%;	/*margin-left: 8px;*/
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	width: 48%;	/*margin-left: 8px;*/
}
.twoColFixLtHdr #mainContent .callToAction {
	text-align: left;
	font-size:10px;
	line-height: 1.4em;
	padding-top: 6px;
	padding-left: 12px;
	padding-right: 6px;
	margin-top: 30px;
	margin-right: 24px;
	padding-bottom: 0.5em;
	background: #fff;
	border: 1px dashed #333;
	border-width: 1px 0;
	font-weight:500;
	/*width: 75%;*/
}
.twoColFixLtHdr #footer {
	border-top: none;
	color: #777;
	clear: both;
	font-size: 9px;
	text-align: center;
}
