/*	Page template body layout defaults [Global Layout] */
body
	{
	margin:0px;
	padding:0px;
/*	IE 6 and below centering hack [part 1] : continued in [#page] */
	text-align:center;
	}

/*	Page template layout */

#pageFluid
	{
/*	IE 6 and below centering hack [part 2] */
	text-align:left;
/*	Centering for all CSS 2.0 compliant browsers */
	margin:0px auto;
/*	Fluid width */
	min-width:775px;
	max-width:1024px;
	
/*	End fluid width	 */
	padding:0px;
	background-image:url(/webdata/graphics/GUI_shadowLeft.gif);
	background-position:left;
	background-repeat:repeat-y;
	}

#page
	{
	position:relative;
	width:100%;
	margin:0px;
	padding:0px 0px 0px 0px;
	background-image:url(/webdata/graphics/GUI_shadowRight.gif);
	background-position:right;
	background-repeat:repeat-y;
	}	
	
#header
	{
	display:block;
	height:140px;
	margin:0px 11px 0px 5px;
	padding:0px 0px 0px 0px;
/*	background-color:#0066FF; */
	background-image:url(/webdata/graphics/BPCHeader1_01.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
	}

#content #breadcrumbs
	{
	display:inline;
	float:left;
	margin:0px;
	padding:0px;
	}

#content #icons
	{
	display:inline;
	float:right;
	margin:0px;
	padding:0px;
	}
	
#pagedetails
	{
	font-size:11px;
	margin:0px;
	padding-top:10px;
	padding-right:14px;
	padding-bottom:2px;
	padding-left:0px;
	text-align:right;
	color: #999999;
	clear:both;
	}

#footer
	{
	position:relative;
	width:100%;
	clear:both;
	margin:0px;
	padding:0px;
	background-image:url(/webdata/graphics/GUI_shadowFooterRpt.gif);
	background-repeat:repeat-x;
	background-position:0px 0px;;
	background-color:#FFFFFF;
	}
