/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 


body {
	padding:0;
	margin:0;
	color: #303030;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size:100.01%;
}
p {
	font-size:0.9em;
}
h1 {
	font-size:1.3em;
	color: #afb5bd;
}

ul {
	font-size:0.9em;
}

.metanav a {
	text-decoration:none;
	font-size:0.9em;
	color: black;
}
.metanav-active a {
	text-decoration:none;
	font-size:0.9em;
	color: black;
	font-weight:bold;
}
#outer{
	height:100%;
	min-height:100%;
	margin-left:165px;
	margin-right:173px;
	margin-bottom:-153px; /*war 52*/
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#header{
	position:absolute;
	font-size:1.1em;
	top:0;
	left:0;
	width:100%;
	height:172px;
	overflow:hidden;
}
#left {
	position:relative;/*ie needs this to show float */
	width:167px;
	float:left;
	margin-left:-166px;/*must be 1px less than width otherwise won't push footer down */
	padding-top:171px;/*needed to make room for header*/
	left:1px;
}
* html #left {padding-bottom:52px ;margin-right:-3px;}/*fix gap in ie next to float and clear footer because we've moved float too far left*/
#left p {padding-left:3px;padding-right:2px}
#right p {padding-left:3px;padding-right:2px}

#right {
	position:relative;/*ie needs this to show float */
	width:173px;
	float:right;
	margin-right:-172px;/*must be 1px less than width otherwise won't push footer down */
	padding-top:271px;/*needed to make room for header*/
	left:1px;
}

#footer {
	width:100%;
	clear:both;
	height:141px; /*war 50*/
	position:relative;
	font-size:0.8em;
}
* html #footer {/*only ie gets this style*/
	\height:141px;/* for ie5 */
	he\ight:141px;/* for ie6 */
}
#clearheader{height:172px;}/*needed to make room for header*/
#clearfooter{clear:both;height:141px;}/*needed to make room for footer*/
* > html #clearfooter {float:left;width:100%;}/* ie mac styles */
div,p  {margin-top:0}/*clear top margin for mozilla*/
* html #centrecontent {height:1%;margin-bottom:12px;}/* combat IE's 3 pixel jog */
#minHeight{float:left;width:0px;height:100%;margin-bottom:-143px;} /*safari wrapper thanks to Tim Connor*/
* html #minHeight{margin-bottom:-141px;} 
