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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #222222;
}
body {
	background-color: transparent;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
img {
	border:none;
}
a:link {
	color: #686868;
/*	color: #641566;*/
}
a:visited {
	color: #686868;
}
a:hover {
	color: #808080;
}
a:active {
	color: #686868;
}


#canvas_bkgd {
	width:1000px;
	position:absolute;
	height:734px;
	background-image:url(../images/tcpp_bkgd.png);
	background-repeat:no-repeat;
	left: -4px;
	right: 4px;
}

#canvas {
	width:1000px;
	position:relative;
	height: 734px;
	margin: auto;
}

#topSlit {
	width:968px;
	height:83px;
	background:none;
	position:absolute;
	left:16px;
	top:0px;
	z-index: 50;
}
#paperAndText {
	width:872px;
	height:687px;
	background:none;
	position:absolute;
	left:69px;
	top:47px;
}
#paper {
	width:872px;
	height:687px;
	background:none;
	position:absolute;
	left:0px;
	top:0px;
}
.textContent {
	position:absolute;
	left:35px;
	top:60px;
	width:793px;
	height:410px;
	background-color: #FFFFFF;
}
.copy {
	position:absolute;
	left:240px;
	top:0px;
	width:553px;
	height:410px;
	line-height:normal;
	overflow: auto;
}
.arrow {
	position:absolute;
	left:37px;
	top:0px;
}
.btn_pptc {
	position: absolute;
	left: 52px;
	font-family: ClarendonBT-Roman;
	color: #222;
	font-size: 16px;
}
.btn_pptc a:link {
	color:#7b7b7b;
	text-decoration:none;
}
.btn_pptc a:visited {
	color:#7b7b7b;
	text-decoration:none;
}
.btn_pptc a:active {
	color:#7b7b7b;
	text-decoration:none;
}
.btn_pptc a:hover {
	color:#222;
	text-decoration:none;
}
.btn_pptc_pp {
	top: -2px;
}
.btn_pptc_tc {
	top: 48px;
}

#btn_close { /*fake close button*/
	text-decoration:underline;
	position:absolute;
	left:87px;
	top:487px;
}
.indentStyle1 {
	margin-left: 16px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.indentStyle1b {
	margin-left: 23px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.indentStyle2 {
	text-indent: -22px;
	margin-left: 38px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.indentStyle2b {
	text-indent: -29px;
	margin-left: 49px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.indentStyle3 {
	text-indent: -33px;
	margin-left: 71px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.mainCopyTitles {
	font-weight: bold;
	margin: 40px 0px 20px 0px;
}
