body {
	margin: 0; 
	padding: 0;
	background-attachment: fixed;
	background-image: url(../images/paper_background.jpg);
	background-repeat: repeat;
	background-position: left top;
	overflow:hidden;
	overflow-y: scroll; }

#printheader{ display:none;}
#sloganheader {display:none;}

#BPcontainer {
	width: 1001px;
	height: 683px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/bp_page_background.jpg) no-repeat left top;
	position: relative;
}


#bp_leftBottom {
	width: 29px; height: 221px;
	position: absolute;
	top: 683px; left: 141px;
}
#bp_paperBottom {
	width: 831px; height: 221px;
	position: absolute;
	top: 683px; left: 170px;
}

#bp_rightEdge {
	width: 70px; height: 904px;
	position: absolute;
	top: 0px; left: 1001px;
}


#bpPostIt {
	width: 197px; height: 216px;
	position: relative;
	top: 0px; left: 0px;
}
			#altBPpostit {
				width: 197px; height: 216px;
				position: relative;
				top: 0px; left: 0px;
				}

#bpPen {
	width: 523px; height: 172px;
	position: relative;
}
			#altbpPen {
				width: 523px; height: 172px;
				position: relative;
				}



/*Main content areas
***********************************************/

#BPmainText {
	position: absolute;
	top: 200px; left: 240px;
	width: 660px; height: 185px;
	overflow: visible;
}

	#BPmainText h1 {
	margin: 0;
	padding: .2em 0 0 0;
	color: #333;
	font: bold 18px/120% "Century Gothic","Verdana","Arial","Helvetica";
	}

	#BPmainText p {
	margin: 0;
	padding: .3em 0 .3em 0;
	color: #333;
	font: 12px/140% "Century Gothic","Verdana","Arial","Helvetica";
	}

	#BPmainText a, #BPmainText a:visited {
	color: #a02d00; /* phone red */
	text-decoration: underline;
	}

	#BPmainText a:hover {
	color: #333; /* grey */
	text-decoration: underline;
	}


/* Page Navigation areas
***********************************************/

#BPhomeLink a {
	position: absolute;
	display: block;
	width: 109px; height: 116px;
	top: 50px; left: 13px;
	border: 0;
	text-decoration: none;
}

/* the folder tab "account" link */

#BP_tabNavAccount a {
	display: block;
	position: absolute;
	top: 30px; left: 440px;
	width: 270px; height: 55px;
	border: 0;
	margin: 0; padding: 0;
	text-decoration: none;
}


/* top navigation bar - optional  */

#BPtopNav {
	display: block;
	position:absolute;
	width: 700px;
	height: 50px; /* but overflow is visible */
	left: 270px; top: 135px;
	overflow: visible;
	margin: 0; padding: 0;
	}
		
		#BPtopNavLayout {
			margin: 0;
			padding: 0;
			}

		#BPtopNavLayout li {
			display: inline;
			padding: 4px 18px 4px 0px;
			margin: 0;
			list-style-type: none;
			color: #FFF;
			font: bold 13px/140% arial, sans-serif;
			}
			
		#BPtopNavLayout li a {
			color: #fff;
			text-decoration: none;
			}
		
		#BPtopNavLayout li a:visited {
			color: #fff;
			text-decoration: none;
			}
		
		#BPtopNavLayout li a:hover {
			color: #ab3d34; /* paid red */
			text-decoration: underline;
			}

#BPleftNav {
	position:absolute;
	display: block;
	width:108px; height:270px;
	left: 13px; top: 188px;
	overflow: visible;
	margin: 0; padding: 0;
	}

		#BPleftNavLayout {
			margin: 0;
			padding: 0;
			}
			
		#BPleftNavLayout li {
			padding: 0px 0px 10px 0px;
			margin: 0;
			list-style-type: none;
			color: #FFF;
			font: bold 11px/110% "Century Gothic","Verdana","Arial","Helvetica";
			}
			
		#BPleftNavLayout li a {
			color: #fff;
			text-decoration: none;
			}
			
		#BPleftNavLayout li a:visited {
			color: #fff;
			text-decoration: none;
			}
			
		#BPleftNavLayout li a:hover {
			color: #ab3d34; /* paid red */
			text-decoration: underline;
			}
