/* 3 col fluid layout CSS Document */
/* mac hide\*/
html, body {
	height:100%;
	padding:0;
	margin:0;
}
/* end hide*/
body {
	background:#ffffff url('media/grad4.jpg') repeat left top;
	color: #000
}
#outer {
	margin:0px 0px;
	color: #000000;
	position:relative;
	width:100%;
	min-width:100%;
	max-width:100%;
	height:100%;
	min-height:100%;
	max-height:100%;
	z-index:2;
	overflow:hidden;
}
* html #outer {
	height:100%;
} /*IE treats height as min-height anyway*/
#inner {
	min-width:800px;
	height:100%;/*needed to fix ies bad handling of widths with percentages*/
	width:100%;/*needed to fix ies bad handling of widths with percentages*/
}
#header {
	position:relative;
	min-width:800px;
	min-height:10px;
	max-height:300px;
	color: #000000;
	margin-left:0;
	margin-right:0;
	overflow:hidden;
	
}
* html #header {
	height:1px;
}
#LeftBar {
	position:relative;/*ie needs this to show float */
	border-top:1px solid #000;
	min-width:0px;
	width:222px;
	margin-left:0px;/*must be same as width */
	float:left;
	z-index:25;
}
#RightBar {
	position:relative;/*ie needs this to show float */
	border-top:1px solid #000;
	min-width:0px;
	width:150px;
	float:right;
	margin-right:0px;/*must be same as width */
	overflow:hidden;
	z-index:1;

}

#centrecontent{
	position:relative;
	overflow:hidden;
    background:#ffffff url('media/bclogo1.gif') repeat left top ;
//    filter:alpha(opacity=95);
//    opacity:0.95;
//	margin-left:102px;/*must be same as width */
//	margin-right:102px;/*must be same as width */
	visibility: hidden;
	border-left:1px solid #888;
	border-right:1px solid #888;
	border-top:1px solid #888;
	border-bottom:1px solid #888;
	z-index:4;
}


#footer {
	position:relative;
	min-width:800px;
	width:100%;
	clear:both;
	height:14px;
	color: #000000;
	text-align:center;
	margin-top:-16px;/* drag footer back into page*/
	z-index:3;
}

h1, h2, h3, h4, h5, p {
	margin:0 0 0;
	padding:0 0px;
	
}	
/* safari and opera initial 100% height fix */
html >body #minHeight {
	float:left;
	width:0px;
	height:100%;
	margin-bottom:-20px;
}