/* mac hide\*/
html, body {}
/* end hide */
html,body {
	padding:0;
	margin:0;
}
body{
	text-align:center;
	min-width:1002px;
	background-color: #FFF;
	color: #666666;
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
#outer{

	width:1000px;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	background:  url(images/2colcentredbg.jpg) repeat-y center center;
	position:relative;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#header{
	position:absolute;
	top:0;
	left:-1px;
	width:1000px;
	height:173px;
	background: url(images/logoheader.gif) no-repeat left top;
	overflow:hidden;
	color: #000000;
	z-index:100;
	text-align: right;
	vertical-align: top;
}

div#navbar{
	position:absolute;
	top:173px;
	left:-1px;
	width:1000px;
	height:37px;
	overflow:hidden;
	color: #FFFFFF;
	z-index:100;
	text-align: left;
	vertical-align: top;
	background-color: #ee7f2c;
	border-top: 3px solid #FFFFFF;
	font-size:100%;
	display: block;
}


div#navbar p{
padding-top: 10px;
padding-left: 10px;
}

div#navbar a{
text-decoration: none;
color: #FFFFFF;
font-weight:bold;

}
div#navbar a:hover{
color: #008040;
text-decoration: none;
font-weight:bold;

}
div#navbar a:visited,div#navbar a:active{
    text-decoration: none;
}

#bodytext a{
font-face; Tahoma;
text-decoration: none;
color: #007734;
font-weight:bold;
}
#bodytext a:hover{
font-face; Tahoma;
text-decoration: none;
color: #007734;
font-weight:bold;
}
#left {
	position:relative;/*ie needs this to show float */
	width:120px;
	float:left;
	padding-top:72px;/*needed to make room for header*/
}
#left p {padding-left:3px;padding-right:2px}


#footer {
	width:1000px;
	clear:both;
	height:20px;
	background-color: #ee7f2c;
	color: #FFFFFF;
	a: #FFFFFF;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;
	font-size: 70%;
	padding-top: 5px;
}
* html #footer{}/* ie rounding bug*/
* html #footer {/*only ie gets this style*/
	\height:22px;/* for ie5 */
	he\ight:20px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	width:1000px;
	float:left;
	padding-top:213px;/*make room for header*/
}
#centrecontent p {padding-left:3px}

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

html >body #minHeight{float:left;width:0px;margin-bottom:-60px;} /*safari wrapper */



