/* CSS Document */

/* Page Container */

#pageContainerTable {
	width: 100%;
}

#pageContainerTable td {
	vertical-align: top;
	text-align: left;
}

#pageContainerTable #leftCol {
	width: 90%;
}

#pageContainerTable #rightCol {
	width: 10%;
}

/* Left Container */

#leftContainerDiv {
	padding: 10px;
	width: 710px;
}

#leftContainerDiv .pageHeading {
	width: 100%;
	font-size: 22px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 20px;
}

#leftContainerDiv .sectionText {
	margin-bottom: 30px;
	width: 650px;
}

#leftContainerDiv table.quoteTable {
	margin-bottom: 25px;
	width: 100%;
}

#leftContainerDiv table.quoteTable td.imageCol {
	padding: 10px;
}

#leftContainerDiv table.quoteTable td.linkImageCol {
	width: 180px;
	text-align: center;
	padding-bottom: 40px;
}

#leftContainerDiv table.quoteTable td.linkImageCol img  {
	border: 0;
}

#leftContainerDiv table.quoteTable td.linkImageCol img.border  {
	border: solid 1px #999999;
}

#leftContainerDiv table.quoteTable td.quoteCol {
	padding: 10px;
}

#leftContainerDiv table.quoteTable td.quoteCol div.title {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 20px;
}

#leftContainerDiv table.quoteTable td.quoteCol td {
	vertical-align: top;
}

#leftContainerDiv table.quoteTable td.quoteCol td.left {
	padding-right: 10px;
}

#leftContainerDiv table.quoteTable td.quoteCol td.right {
	vertical-align: bottom;
	padding-left: 5px;
}

#leftContainerDiv table.quoteTable td.quoteCol td.name {
	text-align: right;
	padding-top: 20px;
	padding-bottom: 10px;
}

#leftContainerDiv table.quoteTable td.linkQuoteCol {
	padding-bottom: 40px;
}

#leftContainerDiv table.quoteTable td.backgroundCol {
	padding: 10px;
}

#leftContainerDiv table.quoteTable td.backgroundCol div.heading {
	font-weight: bold;
	margin: 5px 0 10px 0;
}

#leftContainerDiv table.quoteTable td.backgroundCol ul {
	margin: 0 0 0 0;
	padding: 0 0 10px 15px;
}

#leftContainerDiv table.quoteTable td.backgroundCol li {
	padding-bottom: 5px;
	font-size: 12px;
}


