@charset "utf-8";
body  {
	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: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
}
.twoColFixLtHdr #container {
	width: 980px;  /* 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;
/*	border: thin solid #666; */
} 
.twoColFixLtHdr #header {
	height: 15px;
	width: 980px;
	background-color: #FFF;
	overflow: hidden;
} 
.twoColFixLtHdr #header h1 {
	margin: 0;
	color: #1D5272;
	font-size: 18pt;
}
.twoColFixLtHdr #subheader p {
	font-size: 9pt;
	padding: 0px;
	float: right;
	color: #333;
	margin-top: 2px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	display: inline;
}
.twoColFixLtHdr #subheader a:link, .twoColFixLtHdr #subheader a:visited, .twoColFixLtHdr #subheader a:active, .twoColFixLtHdr #subheader a:hover {
	color: #333;
	text-decoration: underline;
}
.twoColFixLtHdr #subheader {
	height: 300px;
	width: 980px;
	background-image: url(images/bchead.gif);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #MainNavMenu {
	height: 1.75em;
	width: 980px;
	float: right;
	background-color: #666666;
	margin: 0px;
	padding: 0px;
} 
.twoColFixLtHdr #hpwide {
    float: left;
	width: 980px;
}
.twoColFixLtHdr #hpwide h1 {
	font-size: 12pt;
	color: #1D5272;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-bottom: 10px;
}
.twoColFixLtHdr #hpwide h2 {
	font-size: 11pt;
	color: #D34E5B;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-bottom: 5px;
}
.twoColFixLtHdr #hpwide p {
	font-size: 9pt;
	color: #333333;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 15px;
	line-height: 140%;
	padding-bottom: 5px;
	margin-top: 5px;
	background-repeat: no-repeat;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 15px;
}			
.twoColFixLtHdr #hpwide a:link, .twoColFixLtHdr #hpwide a:visited, .twoColFixLtHdr #hpwide a:active {
	color: #1D5272;
	text-decoration: underline;
}
.twoColFixLtHdr #hpwide a:hover {
	color: #C62A25;
	text-decoration: underline;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-top: 10px;
}
.twoColFixLtHdr #sidebar1 h1 {
	font-size: 12pt;
	color: #1D5272;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #sidebar1 h2 {
	font-size: .9em;
	color: #1D5272;
}
.twoColFixLtHdr #sidebar1 p {
	font-size: 9pt;
	color: #1D5272;
	margin-left: 5%;
}
.twoColFixLtHdr #sidebar1 a:link, .twoColFixLtHdr #sidebar1 a:visited, .twoColFixLtHdr #sidebar1 a:active {
	color: #1D5272;
	text-decoration: underline;
}
.twoColFixLtHdr #sidebar1 a:hover {
	color: #C62A25;
	text-decoration: underline;
}
.twoColFixLtHdr #mainContent {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 200px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	list-style-image: url(/images/arrowbullet.gif);
} 
.twoColFixLtHdr #mainContent h1 {
	font-size: 14pt;
	color: #1D5272;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
.twoColFixLtHdr #mainContent h2 {
	font-size: 10pt;
	color: #1D5272;
	margin-bottom: 10px;
} 
.twoColFixLtHdr #mainContent h3 {
	font-size: 12pt;
	color: #c62a25;
	margin-bottom: 10px;
} 
.twoColFixLtHdr #mainContent p {
	font-size: 9pt;
	color: #333333;
	line-height: 140%;
} 
.twoColFixLtHdr #mainContent p.address {
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
} 
.twoColFixLtHdr #mainContent ul {
	list-style-image: url(images/redbullet.jpg);
	font-size: 9pt;
	color: #333333;
	line-height: 130%;
}
.twoColFixLtHdr #mainContent a:link, .twoColFixLtHdr #mainContent a:visited, .twoColFixLtHdr #mainContent a:active {
	color: #1D5272;
	text-decoration: underline;
}
.twoColFixLtHdr #mainContent a:hover {
	color: #C62A25;
	text-decoration: underline;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 5px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 8pt;
	color: #333333;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}
.twoColFixLtHdr #footer a:link, .twoColFixLtHdr #footer a:visited, .twoColFixLtHdr #footer a:active .twoColFixLtHdr {
	color: #1D5272;
	text-decoration: underline;
}
.twoColFixLtHdr #footer a:hover {
	color: #C62A25;
	text-decoration: underline;
}	
.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;
}
.tablecellimage {
	background-repeat: no-repeat;
	background-position: 15px top;
	margin: 0px;
	padding: 0px;
}	
.warning {
	font-size: 9pt;
	color:#E80000;
	font-family: Arial, Helvetica, sans-serif;
}	
.textbox {
	font-size: 9pt;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}	
.portfolioMainContainer {
}
.portfolioRightContainer {
	width: 400px;
	float: right;
	background-color: #CCCCCC;
	padding: 10px;
}
.portfolioRightContainerNoBackground {
	width: 400px;
	float: right;
	padding: 10px;
	border: thin solid #CCCCCC;
}
.portfolioLeftContainer {
	width: 300px;
	float: left;
}

