/* Background plate - holds and auto centers TPT leaf pattern */
.bkgrnPlate { 
	margin: 0 auto; 
	width: 1024px; 
	background-image: url(../images/template/bkgrnPlate_leaves.gif); 
	background-repeat: no-repeat; 
}


/* Master - holds content width and repeating background image for variable page length */
.master { 
	margin: 0 auto; 
	background-image: url(../images/template/bkgrnMaster_contentArea.gif); 
	background-repeat: repeat-y; 
	width: 790px; 
}


/* One column template */
	body.oneColumn .leftColumn { 
	display: none; 
}

body.oneColumn .rightColumn { 
	background-image: url(../images/template/bkgrnContent_top_1column.gif); 
	width: 670px; 
	padding: 10px 60px; 
}


/* Hide print-only header */
.printHeader { 
	display: none; 
}


/* Left column */
.leftColumn { 
	background-image: url(../images/template/bkgrnContent_top_lfCol.gif); 
	background-repeat: no-repeat; 
	float: left; 
	width: 200px; 
	padding: 0 0 0 10px; 
}

.leftColumn dl.call2action { 
	margin: 15px auto 0 auto; 
}

.call2action { 
	margin: 20px auto; 
}

.call3action { 
	margin: 10px auto; 
}

.leftColumn .optionalContent { 
	margin: 0 8px; 
}


/* Right column */
.rightColumn { 
	background-image: url(../images/template/bkgrnContent_top_rtCol.gif); 
	background-repeat: no-repeat; 
	float: right; 
	width: 530px; 
	padding: 0 30px 0 0; 
}

.rightColumn ul.siteIndex ul { 
	margin: 0 0 0 30px; 
}

.rightColumn ul.siteIndex ul li { 
	list-style: circle; 
	font-size: 0.9em; 
}

.rightColumn table#formattedData, 
.rightColumn table#formattedData th, 
.rightColumn table#formattedData td { 
	border-collapse: collapse; 
	border: 1px solid #C59747; 
	padding: 4px 8px; 
	margin-bottom: 15px; 
}

.rightColumn table#formattedData p { 
	font-size: 1.0em; 
	margin: 0; 
}


/* Footer - holds footer content and caps the bottom of the contentArea */
.footer { 
	width: 790px; 
	background-image: url(../images/template/bkgrnFooter_contentArea_bot.gif); 
	background-repeat: no-repeat; 
	background-color: #6BDD52; 
	padding: 20px 0 10px 0; 
	text-align: center; 
}


/* Table */
.td01 { 
	width: 125px; 
	text-align: left;
}

.td02 { 
	width: 125px; 
	text-align: center;
}

.td03 { 
	text-align: left;
}

.td04 { 
	text-align: right;
}

.td05 { 
	width: 250px; 
	text-align: left;
}

.td06 { 
	width: 200px; 
	text-align: left;
}

.td07 { 
	width: 75px; 
	text-align: center;
}

.td08 { 
	text-align: center;
}