/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	
	min-width:760px;/* for mozilla*/
	
}
#outer{
	height:100%;
	min-height:90%;
	width:1000px;
	/*border-left:1px solid #000;
	border-right:1px solid #000;*/

	text-align:left;
	margin:auto;
	position:relative;
	background:  url(../gui-images/3colBgImg.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:700px;
	
}
#header{
	position:absolute;
	top:0;
	left:-1px;
	width:1000px;
	height:125px;
	background:#dde;
	/*border:1px solid #000;*/
	overflow:hidden;
	color: #000000;
	z-index:100;
}
#left {
	position:relative;/*ie needs this to show float */
	width:280px;
	float:left;
	padding-top:135px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
	padding-left:10px;
	padding-right: 10px;
}
#left p {padding-left:3px;padding-right:2px}
#right p {padding-left:4px;padding-right:2px}

#right {
	position:relative;/*ie needs this to show float */
	width:280px;
	float:right;
	padding-top:135px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
	padding-left:10px;
	padding-right: 10px;
}

#right p.oldHomeImgHACK
{
	positon:absolute;
	left:0;
	/*padding: -20px;*/
	margin-left: -11px;
	margin-top: -10px;
}

#footer {

	position: absolute;
	left:0;
	
	clear: both;
	/*float: left;*/
	width: 980px;
	border-top: 1px solid #0048AB;/**/
	color: #666;
	background-color: #fff;
	size: 8pt;
	font-style: italic;
	text-align: right;
	padding: 10px;
	margin: 0;

}
* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	width:380px;
	float:right;
	padding-top:135px;
	padding-bottom:32px;/* needed to make room for footer */
	padding-left:10px;
	padding-right: 10px;
}
#centrecontent p {padding-left:3px}

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

