﻿/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:977px;/* for mozilla*/
	background-color: #F2F2F2;
	color: #000000;
	font-family: arial, serif;
}
form {
	margin: 0px 0px 0px 0px;
}
#outer{
	height: 100%;
	min-height: 100%;
	width: 977px;
	border-left: 0px;
	border-right: 0px;
	color: #000000;
	text-align: left;
	margin: auto;
	position: relative;
	background: url(w09_center_back.gif) no-repeat;
	position: relative;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:786px;
}
#left {
	position:relative;/*ie needs this to show float */
	width:158px;
	float:left;
	padding-top:0px;/*needed to make room for header*/
	padding-bottom:25px;/* needed to make room for footer */
}
#left p {padding-left:0px;padding-right:0px}
#right p {padding-left:0px;padding-right:0px}

#right {
	position:relative;/*ie needs this to show float */
	width:191px;
	float:right;
	padding-top:0px;/*needed to make room for header*/
	padding-bottom:25px;/* needed to make room for footer */
}

#footer {
	width: 977px;
	clear: both;
	height: 25px;
	border-top: 0px;
	border-bottom: 0px;
	color: #000000;
	text-align:right;
	left: 0;
	bottom: 0;
	position: absolute;
	background: url('w09_footer_back.gif') repeat-y;
}
#footer p {
	margin: 0;
	font-size: x-small;
	text-align: right;
	padding-top: 2px;
}
* html #footer {/*only ie gets this style*/
	\height:27px;/* for ie5 */
	he\ight:25px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	width:628px;
	float:right;
	padding-top: 0px;
	padding-bottom:20px;/* needed to make room for footer */
}

#clearfooter {width:100%;height:27px;clear:both} /* to clear footer */

#pagetitle {
	height: 41px;
	background-image: url('w09_pagetitle.gif');
	padding-left: 12px;
}
#pagetitle h1 {
	margin: 0px;
	font-size: large;
	line-height: 41px;
	color: #010066;
	font-weight: normal;
}
.style1 {
	border-width: 0px;
}
.footprintLink {
	font-family: Arial;
	font-size: xx-small;
	color: #006200;
	text-decoration: none;
}
td.menuon { background-color: #8f8f8f; color: #FFFFFF; cursor: pointer; font-size: 12px; font-family: Arial; }
td.menuoff { background-color: #FFFFFF; color: #000066; cursor: default; font-size: 12px; font-family: Arial; }