html, body {height:100%}
body {
	padding:0;
	margin:0;
	background:#FFFFFF url(../images/background_new.jpg) repeat-y left top;/* this sets the backgroun colour for the left div*/
	color: #000000;
}
#outer{
	height:98%;
	min-height:100%;
	margin-left:190px;
	margin-bottom:-50px;
	color: #000000;
	padding-right: 5px;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:122px;
	background:#b4c1d0 url(../images/header_new.jpg) no-repeat;
	/*border-top:1px solid #000;
	border-bottom:1px solid #000;*/
	overflow:hidden;
	color: #000000;
}
#left {
	position:relative;/*ie needs this to show float */
	width:180px;
	float:left;
	margin-left:-129px;/*must be 1px less than width otherwise won't push footer down */
	padding-top:122px;/*needed to make room for header*/
	/*background-color: #990000;*/
	}

#left p {padding-left:3px;padding-right:2px}

#title{
	position:absolute;
	left: 170px;
	top: 135px;

}
#nav {
	position:absolute;
	left: 10px;
	top: 120px;
	width:155px;
	z-index: 99;
	padding-top: 100px;
	background-image: url(/images/bluelogo.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#nav Legend{
	font-weight: bold;
	font-size: 14px;
	color: #075597;
	color: #000000;
	margin-bottom: 10px;
}
#nav Fieldset{
	width: 155px;
	border: 1px solid #053E6B;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	}
 
 
#nav img{
	margin-left: auto;
	margin-right: auto;}


#footer {
	width:100%;
	clear:both;
	height:50px;
/*	background-color: #FFFFFF;
	background-image: url(../images/leftbg.jpg);
	background-repeat: repeat-y;*/
	color: #000000;
	text-align:center;
	position:relative;
}
* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}
#centrecontent {
	padding: 0px;
}

#clearheader{height:162px;}/*needed to make room for header*/
#clearfooter{clear:both;height:40px;}/*needed to make room for footer*/
div,p  {margin-top:0}/*clear top margin for mozilla*/
* html #centrecontent {height:1%;margin-bottom:12px}/* combat IE's 3 pixel jog */
