﻿/* mac hide \*/
html, body, form {height:100%; background-color:#f1f1f1;}
/* end hide*/
body {
	padding:0;
	margin:0;
	color: #000000;
}
#outer{
	min-height:100%;/*for mozilla as IE treats height as min-height anyway*/
	margin-left:159px;
	background:#fff;
	margin-bottom:-82px;
	color: #000000;
	background-image: url(/images/q1fy08/outer_bg.gif);
    background-repeat: repeat-y;
}
* html #outer{height:100%;margin-left:156px;}/* ie 3 pixel jog*/ 
#outerWidth
{
    min-width: 762px;
    max-width: 1055px;
}
#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:64px;
	background: #0c6dce;
	overflow:hidden;
	color: #fff;
	min-width:1073px;
}
#left {
	position:relative;/*ie needs this to show float */
	width:145px;
	float:left;
	margin-left:-159px;/*must be 1px less than width otherwise won't push footer down */
	padding-top:64px;/*needed to make room for header*/
	left:-2px;/* line things up exactly*/
	vertical-align: top;*/
}
* html #left {margin-right:-3px}/* three pixel jog*/
#left p {padding-left:3px;padding-right:2px}


#footer {
	width:100%;
	clear:both;
	height:82px;
	background-color: #5398de;
	color: #000000;
	text-align:left;
	position:relative;
	min-width:1073px;
}
* html #footer {/*only ie gets this style*/
	\height:84px;/* for ie5 */
	he\ight:82px;/* for ie6 */
}
#clearheader{height:64px;}/*needed to make room for header*/
#clearfooter{clear:both;height:82px;}/*needed to make room for footer*/
*html #clearfooter{height:70px;}/* adjust for IE6 only*/
div,p  {margin-top:0}/*clear top margin for mozilla*/
* html #centercontent {height:1%;margin-bottom:12px}/* combat IE's 3 pixel jog */

