@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #ECEEFB;
}
.twoColFixRtHdr #container {
	width: 795px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.cellbrdS {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.cellbrdD {
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #000;
}


/*.twoColFixRtHdr #mainContent2 {
	float: right;
	clear: left;
}*/

.twoColFixRtHdr #header {
	position:relative;
	background-color: #FFF;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 30px;
} 
.twoColFixRtHdr #header h1 {
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Times New Roman", Times, serif;
	font-size: 2.65em;
	font-weight: lighter;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}
.twoColFixRtHdr #header h2 {
	font-family: "Times New Roman", Times, serif;
	font-weight: lighter;
	margin: 0 0 0 10px;
	padding: 0;
	font-size: 2em;
}
.twoColFixRtHdr #header #PDFver {
	position: absolute;
	top: 35px;
	Right: 28px;
	border: 0;
}


.twoColFixRtHdr #lineSpace {
	padding: 0px;
}

.twoColFixRtHdr #mainContent {
	position: relative;
	margin-top: 20px;
}
.twoColFixRtHdr #mainContent h1 {
	font-family: "Times New Roman", Times, serif;
	color: #000;
	font-size: 1.75em;
	font-weight: lighter;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}
.twoColFixRtHdr#prbodyTable {


}
.twoColFixRtHdr #prbodyTable tr td h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	padding-left: 15px;
	font-size: 1.1em;
}

.twoColFixRtHdr #prbodyTable tr td p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
}
.twoColFixRtHdr #disclaimContent {
	position: relative;
}

.twoColFixRtHdr #prdisclaimTable tr td p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.70em;
	font-weight: bold;
	text-align: left;
	padding-right: 15px;
	padding-left: 15px;
}
.twoColFixRtHdr #gaaprecContent {
}
.twoColFixRtHdr #gaaprecTable {
	margin-left: 15px;
	margin-bottom: 15px;
	padding-top: 15px;
}
.twoColFixRtHdr #incstmtTable {
	margin-bottom: 15px;
	margin-left: 15px;
	padding-top: 15px;
}
.twoColFixRtHdr #balshtTable {
	padding-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
.twoColFixRtHdr #portsummTable {
	margin-bottom: 15px;
	margin-left: 15px;
	padding-top: 15px;
}
.twoColFixRtHdr #delinqTable {
	margin-bottom: 15px;
	margin-left: 15px;
	padding-top: 15px;
}

.twoColFixRtHdr #conpurTable {
	margin-bottom: 15px;
	margin-left: 15px;
	padding-top: 15px;
}










.twoColFixRtHdr #footer {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	position: relative;
	background-color: #ECEEFB;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.65em;
	font-weight: bold;
	color: #999;
	padding: 0px;
	text-align: left;
	position: relative;
}

.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;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

