body {
	background-color: #FFFFFF;
	background-image:url(../images/ips/bg.jpg);
	background-repeat:repeat-x;		
	text-align: center;	
}

body {
  margin:0;
  border:0;
  padding:0;
  height:100%; 
  max-height:100%; 
  text-align:center;
}

/* footer*/

.footer{
	clear:both;	
	margin: 0px;
	padding-bottom:0pt;
}

#pageFooter{
	height:27px;
	width:100%;
	color: #10298D;
	background-image:url(../images/ips/footer.gif);
	background-repeat: repeat-x;
	bottom: 0px;
}
.footer_inside {
	background-image: url(../images/ips/footer_bg.jpg);
	height: 27px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
}
/* subtitles*/
.page_titles_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #10298D;
}

/* framework */

#wrapper{
	width: 832px;
	height:100%;
	max-height:100%;
	text-align:left;
	background-image: url(../images/ips/textholder_bg.jpg);
	margin-bottom: -27px;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
}
* html #wrapper{
	padding-top: 284px;
}

#main {	
	margin-top: 282px;
	padding: 0px 25px 25px 6px;

}
/*content holders*/
#left {
	width: 582px;	
	height: 100%;
	float: left;
	background-image:url(../images/ips/bg_side.jpg);
	background-repeat: no-repeat;
	overflow: visible;
	position: relative;
}
#right {
	width: 214px;
	
	height: 100%;
	float: left;
	margin: 0px 0px 0px 0px;
	position: relative;
}
.colour{
	color:#0F298F;
}
.red{
	color:#990000;
}

.footT{
	clear:both;
}

#header {
	position:absolute;
	width: 832px;
	height:282px;
	text-align:left;
	overflow: visible;
	z-index: 1;
	top: 0px;
}

#thin_frame {
	background-color: #10298D;
	float: right;
	height: 100%;
	width: 8px;
}
/*BulletPoints*/

UL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
}
UL UL LI {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #10298D;
}
UL UL UL LI {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #10298D;
}

