body {
	background: #e4e4e4;
	margin: 0px;
}

/*______________________General*/

p, h1, h2, h3, h4, h5, h6, dt, dd, ul, li, label, input, textarea, img, table, blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 19px;
	margin: 0;
	padding: 0;
}

p {
	margin: 0 0 10px 0;
}

p.disclaimer {
	font-size: 11px;
}

p.noMargin {
	margin: 0;
}

p.line {
	line-height: 3px;
	margin: 0 0 18px 0;
	border-bottom: 1px dotted #CCD6E0;
}

a {
	color: #003366;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	display: block;
	font-family: "Palatino Linotype", "Times New Roman", Georgia, serif;
	font-size: 26px;
	line-height: 30px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 25px 0 18px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #CCD6E0;
}

h2, h3, h4 {
	display: block;
	font-family: "Palatino Linotype", "Times New Roman", Georgia, serif;
	font-size: 17px;
	line-height: 21px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 16px 0;
	padding: 10px 0 0 0;
}

h3 {
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	margin: 0 0 6px 0;
	padding: 0;
}

h3.noBorder {
	padding-bottom: 3px;
	border: none;
}

h4 {
	font-size: 12px;
	line-height: 15px ;
	margin: 0 0 10px 0;
	padding: 0;
}	

img {
	margin: 0;
	padding: 0;
	border: 0;
}

table {
	margin: 0 0 13px 0;
}

caption {
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	padding: 6px 0 6px 12px;
	background: #646464;
	color: #fff;
}

th, td {
	text-align: left;
	font-weight: normal;
	padding: 4px;
	border-left: 1px solid #627A8F;
	border-bottom: 1px solid #627A8F;
}

th {
	background: #7f99b2;
	font-weight: bold;
	color: #fff;
}

tr.top th {
	border-top: 1px solid #627A8F;
}

td {
	border-left: 1px solid #C2DAEF;
	border-bottom: 1px solid #C2DAEF;
}

td.noBorder {
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

tr.top td {
	border-top: 1px solid #C2DAEF;
}

tr.alt td {
	background: #f4f4f4;
}

td.last {
	border-right: 1px solid #C2DAEF;
}

table td.error {
	color: #e20c18;
	font-weight: bold;
}

ul, ol {
	margin: 0 0 19px 0;
}

li {
	margin: 0 0 5px 20px;
}

/*______________________blockquote*/	

blockquote {
	width: 280px;
	background: url(../images/quote/quote-left.gif) 0 0 no-repeat;
	margin: 0 0 9px 0;
}

blockquote.statement {
	background: url(../images/statement/statement-left.gif) 0 0 no-repeat;
}

blockquote.last {
		padding: 0;
		border: none;
	}

blockquote div {
	height: 1%;
	padding: 0 30px;
	margin: 0 0 5px 0;
	background: url(../images/quote/quote-right.gif) bottom right no-repeat;
}

blockquote.statement div {
	background: url(../images/statement/statement-right.gif) bottom right no-repeat
}

blockquote div p {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 14px;
	line-height: 17px;
	font-style: italic;
	margin: 0;
	color: #423D28;
}

blockquote p.quoter {
	display: inline-block;
	font-size: 11px;
	margin: 0;
	padding: 0 30px 0 30px;
}

/*______________________forms*/	

form {
	margin: 0;
	padding: 0;
}

input, textarea, select {
	padding: 4px 5px 3px 5px;
	font-size: 11px;
	line-height: 14px;
	width: 240px;
	height: 16px;
	border: 1px solid #C2C3B6;
	background: #fff;
}
	input.radio, input.checkbox {
		width: 20px;
		border: none;
	}
		input.submitTerms {
			width: 129px;
			height: 25px;
			padding: 0;
			text-transform: uppercase;
			border: none;
			background: #7F99B2;
			color: #fff;
			cursor: pointer;
		}
		input.submitTerms:hover {
			background: #003366;
			color: #fff;
		}

input.checkbox {
	float: left;
	margin: 0 6px 0 0;
}

p.checkboxCopy {
	float: left;
}

textarea {
	width: 240px;
	height: 200px;
}

select {
	width: 140px;
	height: 25px;
}

/*______________________linklist*/	

ul.linkList {
	list-style: none;
}

ul.linkList li {
	list-style: none;
	margin: 0 0 6px 0;
	padding: 0 0 0 25px;
}

ul.linkList li.pdf {
	background: url(../images/li/li-pdf.gif) 0 0 no-repeat;
}

ul.linkList li.board {
	background: url(../images/li/li-board.gif) 0 0 no-repeat;
}

/*______________________iframe*/

iframe {
	border: 1px solid #CCD6E0;
	margin: 0 0 26px 0;
	padding: 0;
}

/*______________________layout*/	

#allHold {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

#headHold {
	padding: 40px 0 10px 40px;
}

#contentHoldAll {
	border-left: 10px solid #003366;
}

#contentHold {
	background: #fff;
	border-top: 1px solid #b6c1cb;
	border-right: 1px solid #b6c1cb;
	border-bottom: 1px solid #b6c1cb;
	padding: 30px;
	min-height: 400px;
}

#contentLeft {
	float: left;
	display: inline;
	width: 140px;
	margin: 0 20px 0 0;
}

#contentCenter {
	float: left;
	display: inline;
	width: 140px;
	margin: 0 20px 0 0;
}

#contentRight {
	float: left;
	display: inline;
	width: 560px;
}

#footHold {
	padding: 15px 40px 15px 40px;
}

/*______________________navigation*/	

#nav, ul.subnav {
	list-style: none;
	margin: 0 0 19px 0;
}

#nav li, ul.subnav li {
	list-style: none;
	margin: 0 0 4px 0;
	font-size: 11px;
	line-height: 12px;
}

#nav li a, ul.subnav li a {
	display: block;
	width: 130px;
	padding: 4px;
	border: 1px solid #B6C1CB;
}

#nav li a:hover, #nav li a.selected, ul.subnav li a:hover, ul.subnav li a.selected {
	border-color: #7F99B2;
	background: #7F99B2;
	color: #fff;
	text-decoration: none;
}

#nav li a.selected, ul.subnav li a.selected {
	border-color: #003366;
	background: #003366;
	font-weight: bold;
}

/*______________________split list*/	

div.crsplitHold {
	height: 1%;
	margin: 0 0 30px 0;
	padding: 0 0 10px 0;
	border-bottom: 3px solid #003366;
}

div.crsplitLeft, div.crsplitRight {
	width: 270px; 
	float: left; 
	display: inline;
	margin: 0 20px 0 0;
}

div.crsplitRight {
	margin: 0;
}

/*______________________structure diagram*/	

#structure {
	width: 560px;
	height: 560px;
	position: relative;
	background: url(../images/bg-structure.gif) 0 0 no-repeat;
}

#bcl {
	position: absolute;
	right: 0;
	top: 0;
	width: 280px;
	height: 180px;
	padding: 10px;
}

#becap {
	position: absolute;
	right: 0;
	top: 230px;
	width: 280px;
	height: 130px;
	padding: 10px;
}

#investments {
	position: absolute;
	right: 0;
	top: 410px;
	width: 280px;
	height: 130px;
	padding: 10px;
}

#becapgp {
	position: absolute;
	left: 0;
	top: 230px;
	width: 210px;
	height: 130px;
	padding: 10px;

}

#bcllp {
	position: absolute;
	left: 0;
	top: 410px;
	width: 210px;
	height: 130px;
	padding: 10px;
}

#structure p {
	font-size: 11px;
	line-height: 15px;
}

#termBox {
	width: 540px; 
	height: 250px; 
	border: 1px solid #CCD6E0; 
	margin: 0 0 13px 0;
	padding: 10px; 
	overflow-y: scroll;
}

table.genPartner td {
	text-align: center;
	border: none;
}

/*______________________footer*/	


div.panelHold {
	padding: 5px;
/*	background: #e4e4e4;
*/}

div.panelHold p {
	font-size: 11px;
	line-height: 17px;
	color: #003366;
}

.large {
	font-size: 11px;
	font-weight: bold;
}

/*______________________footer*/	

#footHold p, #footHold ul {
	display: block;
	float: left;
	display: inline;
	margin: 0;
}

#footHold ul {
	list-style: none;
}

#footHold p, #footHold li {
	font-size: 11px;
	line-height: 16px;
	color: #003366;
}

#footHold p.copyright {
	width: 140px;
	margin: 0 180px 0 0;
}

#footHold ul li {
	float: left;
	margin: 0 10px 0 0;
}

#footHold p.siteby {
	float: right;
}

#footHold a.selected {
	font-weight: bold;
}
