/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:802px;/* for mozilla*/
	background-color: #C3CBC5;
	color: #000000;
}
#outer{
	height:100%;
	min-height:100%;
	width:802px;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	background:  url(../images/global/body_bg_01.gif) repeat-y center center;
	position:relative;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:647px;
}
#header{
	position:absolute;
	top:0;
	/*left:-1px;*/
	width:800px;
	height:103px;
	background:#FFFFFF;
	border-left: 1px solid #B0AC94;
	border-right: 1px solid #B0AC94;
	overflow:hidden;
	color: #000000;
	z-index:100;
	background-image: url(../images/global/hdr_bg_01.gif);
	background-repeat: repeat-x;
}
#left {
	position:relative;/*ie needs this to show float */
	width:207px;
	float:left;
	padding-top:103px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
}

#right {
	position:relative;/*ie needs this to show float */
	width:153px;
	float:right;
	padding-top:103px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
	margin-right: 1px;
}

#footer {
	width:798px;
	clear:both;
	height:54px;
	border-left: 1px solid #B0AC94;
	border-right: 1px solid #B0AC94;
	border-top: 1px solid #FFF;
	background-color: #157496;
	color: #FFFFFF;
	text-align:left;
	left:0;
	bottom:0;
	position: absolute;
	margin-left: 1px;
}
* html #footer {/*only ie gets this style*/
	\height:54px;/* for ie5 */
	he\ight:54px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	width:440px;
	float:right;
	padding-top:103px;
	padding-bottom:32px;/* needed to make room for footer */
}
#centrecontent .content{padding-left: 28px; padding-right: 28px;}

#clearfooter {width:100%;height:54px;clear:both} /* to clear footer */

}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#printcontent {
	width:410px;
	float:right;
	padding-top:70px;
	padding-bottom:32px;/* needed to make room for footer */
}
#printcontent .content{padding-left: 28px; padding-right: 28px;}