@charset "utf-8";

/* New (2015) #header definitions */
	#one:before {
		height: 127px;
	}
	
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* For browser compatibility, reset padding and margin on lists. */
	margin: 1.4em 0 1.4em 0;
	padding: 0 0 0 5em;

}
li {
	margin: 0 0 .5em 0;
	padding: 0;
	/* [disabled]display: block; */
}
ol, ol.numlist{
	list-style-type: decimal;
}
ol.answer {
	list-style-type: lower-alpha;
}






.h1Subtitle {
	font-size: 90%;
	line-height: 1.3em;
	letter-spacing: 0.2em;
	font-weight: bold;
	margin-top: -17px;
}

.h2Subtitle {
	font-size: 90%;
	font-weight: bold;
	margin-top: -17px;
}

.h3Subtitle {
	font-size: 80%;
	font-weight: bold;
	margin-top: -1.4em;
}
p {
	margin: 0 0 1.4em 0;
	font-size: 100%;
}
pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 110%;
	line-height: 1.65em;
	color: #406d76;
	text-align: left;
	margin: 1.5em 0 1.5em 0;
}

img {
	margin: 0;
	padding: 0px;
}
a img { /* remove the default blue border around image when it is surrounded by a link */
	border: 0;
}
a.readMore {
	font-size: 80%;
}

blockquote {
	font-size: 92%;
	color: #000;
	text-align: justify;
	margin: 1.4em 2em 1.4em 2em;
}
.address {
	font-size: 90%;
	margin-right: 3em;
	margin-left: 3em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}
.footnote {
	font-size: 90%;
	margin-right: 3em;
	margin-left: 3em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}
div.sidebar2 p.footnote {
	font-size: 90%;
	margin-right: 0em;
	margin-left: 0em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}

.bigLetter {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 200%;
	line-height: 1em;
	color: #05a8c8;
	letter-spacing: 0.2em;
	font-weight: bold;
	margin-top: .75em;
	margin-bottom: 0.75em;
}

div.hbar {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	height: 1px;
	margin-bottom: 0px;
}
div.clearbar {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	height: 1px;
	margin-bottom: 0px;
	clear: both;
}

/* This floats "stand-alone" in articles */
.article .sidebar2{
	width: 152px;
	color: #444;
	background-color: #ddd;
	padding: 18px 28px 4px 28px;
	float: right;
	margin: .33em 0 .33em  10px;
	border-top-width: 8px;
	border-right-width: 8px;
	border-bottom-width: 8px;
	border-left-width: 8px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9cbe62;
	border-right-color: #9cbe62;
	border-bottom-color: #9cbe62;
	border-left-color: #9cbe62;
	clear: right;
}
.article .sidebar2 h1, .article .sidebar2 h2, .article .sidebar2 h3   {
	text-align: center;
	margin-top: 0px;
}
.article .sidebar2 .h3Subtitle {
	text-align: center;
}



/* Miscellaneous float/clear classes */
.fltrt {  /* The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 28px;
	margin-right: 0px;
	margin-top: .33em;
	margin-bottom: 0.33em;
}
.fltrtNclear {
	float: right;
	margin-left: 28px;
	margin-right: 0px;
	margin-top: 0.33em;
	margin-bottom: 0.33em;
	clear: right;
}

.fltrtNoMargin {
	margin: 0px;
	float: right;
	clear: right;
}
.fltlft { /* The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 28px;
	margin-left: 0px;
	margin-top: .33em;
	margin-bottom: 0.33em;
}
.fltlftNclear {
	float: left;
	margin-right: 28px;
	margin-left: 0px;
	margin-top: 0.33em;
	margin-bottom: 0.33em;
	clear: left;
}


.clearfloat { /* this class can be placed on a <br> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear:both;
	height:0px;
	font-size: 1px;
	line-height: 0px;
}

.bottom {
	background-color: #05a8c8;
	border: 0;
	height: 20px;
	width: 600px;
	margin-left: 10px;
}
.tableCentered {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 1.4em;
	margin-bottom: 1.4em;
	text-align: center;
	border-collapse: collapse;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
}

.tableCentered th{
	text-align: center;
	background-color: #a5e0eb;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.tableCentered td {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.tableCentered caption {
	text-align: left;
	padding-bottom: 6px;
}
.tablecaption {
	padding-right: 54px;
	padding-left: 54px;
	padding-bottom: 0px;
	padding-top: 18px;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.tablePRE {
	margin-right: auto;
	margin-left: auto;
	margin-top: 27px;
	margin-bottom: 9px;
	text-align: center;
	border-collapse: collapse;
	border: 2px solid #999;
}


/* More Styles used in articles */
.article div.citations {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	font-size: 90%;
	clear: both;
}
.article div.citations p, .article div.citations h3 {
	padding: 0 0 6px 0;
	margin: 0 0 0 2em;
	text-indent: -2em;
}



.closing {
	/* [disabled]background-color: #999; */
	margin-bottom: 18px;
	margin-top: 18px;
}
.MTEquation {
	margin: 1.4em 2em 1.4em 2em;
	text-align: center;
}
div.eq {
	text-align: center;
	width: 100%;
	position: relative;
	margin: 1.4em 0 1.4em 0;
}
p.eq {
	float: left;
	font-weight: bold;
}




span.right {
	position: absolute;
	right: 2px;
	top: -1px;
}



.figure {
	text-align:center;
	margin-top: 1em;
	margin-bot: 1em;
}
.figure img {
	display: block; 
	width: 80%;
	max-width: 600px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
	.figure.small {
		width: 60%;
		display: block;
		float: left;
		margin: 1em 1em 1em 0;
	}

.figurecaption {
	padding-right: 10%;
	padding-left: 10%;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 36px;
	margin-left: 0px;
}

.bodytxtIndent {
	margin: 0 2em 1.4em 2em;
} 
.quotation {
	font-style:italic;
	text-align:center;
	margin-top: 9px;
	margin-right: 54px;
	margin-bottom: 9px;
	margin-left: 54px;
}
.byline {
	font-style: italic;
	padding-bottom: 9px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	padding-top: 9px;
	line-height: 18px;
}
.bynoline {
	font-style: italic;
	line-height: 18px;
}

.tablePRE td {
	padding-top: 27px;
	padding-right: 24px;
	padding-bottom: 9px;
	padding-left: 24px;
}
/* This style exists to prevent word-wrap on equations set inline. */
/* The "baseline" alignment I believe to be the best for use with SUP and SUB elements. */
/* DO NOT use this to set equation images */
.inlineEq {
	vertical-align: baseline;
	white-space: nowrap;
}
div.pullquote {
	font-size: 150%;
	color: #999;
	line-height: 1.3em;
	width: 240px;
	text-align: right;
	margin: 0 0 0 1em;
	float: right;
	letter-spacing: 0.2em;
	font-weight: bold;
}
div.pullquote p {
	margin: 0;
}
.overbar {
	text-decoration: overline;
}

