body {
	font: .80em/1.6em  Verdana, Arial, Helvetica, sans-serif;
	background: #E7E2D8;
	margin: 0;
	padding: 20px 0 0 0;
	text-align: center;
	color: #333333;
}

#container {
	position: relative;
	width: 824px;
	background: #E7E2D8 url(/images/bpc_background.gif) center top repeat-y;
	margin: 0 auto;
	text-align: left;
} 
#header {
	width: 824px;
	height: 261px;
	padding: 0;
}
#vision {
	width: 550px;
	height: 200px;
	position: absolute;
	top: 110px;
	margin-left: 25px;
	
}
#sectionheader {
	position: absolute;
	top: 130px;
	left: 121px;
}

.highlight, .highlight:visited, .highlight:active {
	color: #fF0000;
	text-decoration: none;
	font-size:120%;
}
.highlight a:hover {
	color: #00f; 
	text-decoration: underline;
}

#sidebar {
	position: absolute;
	top: 201px;
	width: 135px;
	padding: 20px 20px 20px 25px;
}
.sidemenu {
	color: #808080;
	font-size: 0.9em;
	line-height: 1.4em;
	list-style: none;
	font-weight: bold;
	margin: 0;
	padding: 0 0 1px 0;
}
.sidemenu li {
	padding-bottom: 5px;
}
.sidemenu a {
	color: #808080;
	text-decoration: none;
}
.sidemenu a:hover {
	color: #FF4C00;
	text-decoration: underline;
}
.sidesubmenu {
	list-style: none;
	margin: 0;
	padding: 0 0 10px 5px;
}
.sidesubmenu li {
	border: 0;
	padding-bottom: 0px;
	font-weight: normal;
}
#content {
	position: relative;
	top: -50px;
	left: 180px;
	width: 494px;
	padding: 0 0 0 10px;
}
#content a, #twocolumnright a, #twocolumnleft a {
	color: #808080;
	text-decoration: underline;
}
#content a:hover, #twocolumnright a:hover, #twocolumnleft a:hover {
	color: #FF4C00;
	text-decoration: none;
}
#content .link {
	color: #808080;
	text-decoration: none;
}
#content .link:hover{
	color: #FF4C00;
	text-decoration: underline;
}
#content h1, #vision h1, #twocolumnright h1, #twocolumnleft h1 {
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	color: #363B8F;
}
#content h2, #twocolumnright h2, #twocolumnleft h2 {
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	color: #363B8F;
}
#content h3, #twocolumnright h3, #twocolumnleft h3 {
	font-size: 1.0em;
	font-style: italic;
	margin: 0;
	padding: 0;
	color: #363B8F;
}
#content p, #twocolumnright p, #twocolumnleft p {
	margin: 0 0 20px 0;
}
#content ul, #twocolumnright ul, #twocolumnleft ul {
	margin: 0 0 20px 5px;
	padding: 0 0 0 20px;
}
#content ol, #twocolumnright ol, #twocolumnleft ol {
	margin: 0 0 20px 5px;
	padding: 0 0 0 20px;
}
#content table {
	border: 1px solid #666666;
	text-align: left;
}
#content thead td{
	background: #FFC50B;
	border-left: 1px solid #FFDC6D;
	border-bottom: 1px solid #FFDC6D;
}
#content tbody {
	background: #FFFFFF;
}
#content tr {
	vertical-align: top;
}
#content td {
	font-size: 0.8em;
	line-height: 1.2em;
	padding: 1px 2px 1px 2px;
	border-left: 1px solid #D9D9D9;
}
#content tbody tr.even td {
	background: #EEEEEE;
}
#content tbody tr.even2 td {
	background: #f6f1f1;
}

.head2 {
	font-size: 1.2em;
	line-height: 1.4em;
}

.highlightred {
	font-size: 1.2em;
	line-height: 1.4em;
	color:#F00;
	font-weight:bold;
}

.tabledata {
	font-size: 1.2em;
}


#twocolumnleft {
	position: relative;
	top: -50px;
	width: 245px;
	padding: 0 20px 0 25px;
}
#twocolumnright {
	float: right;
	position: relative;
	top: -50px;
	right: 140px;
	width: 384px;
	padding: 0 0 0 10px;
}
#footnote {
	font-size: 0.8em;
	color: #808080;
	list-style-type: decimal;
	border-top: 1px #808080 solid;
}
.tablefootnote {
	font-size: 0.8em;
	color: #808080;
}
#footer {
	width: 824px;
	height: 68px;
	padding: 0;
	margin: 0;
	background: #E7E2D8 url(/images/bpc_footer.gif);
} 
#footer p {
	position: relative;
	margin: 0;
	padding: 9px 0 0 0;
	text-align: center;
	color: #EBEBEB;
	font-size: .80em;
	line-height: 1.6em;
}
#footer a {
	color: #EBEBEB;
	text-decoration: none;
}
#footer a:hover {
	color: #EBEBEB;
	text-decoration: underline;
}

.clearfloat {
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}


/* What's New classes 
--------------------------------------------- */

#whatsnew a, #whatsnew a:visited, #whatsnew a:active {
	color: #666;
	text-decoration: none;
}
#whatsnew a:hover {
	color: #FF4C00;
	text-decoration: underline;
}
