/* mac hide\*/
html, body {/*height:100%*/}
/* end hide */
body 
	{
	padding:0;
	margin:0;
	text-align:center;
	min-width:760px;/* for mozilla*/
	background-color: #FFFFFF;
	color: #000000;
	}
#outer
	{
	/*height:100%;
	min-height:100%;*/
	width:760px;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	} 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap 
	{/* enables content first */
	float:left;
	width:475px;
	}
#header
	{
	position:absolute;
	top:0;
	left:-0px;
	width:760px;
	height:332px;
	overflow:hidden;
	color: #000000;
	z-index:100;	
	}
#right p {padding-left:0px;padding-right:0px}
#right
	{
	position:relative;/*ie needs this to show float */
	width:250px;
	float:right;
	padding-top:343px;/*needed to make room for header*/
	/*padding-bottom:30px;*//* needed to make room for footer */
	padding-right:10px;
	}
#footer 
	{
	width:760px;
	clear:both;
	height:37px;
	color: #cccccc;
	background-color: #ED1C24;
	text-align:left;
	left:0;
	bottom:0;
	}
* html #footer 
	{/*only ie gets this style*/
	\height:39px;/* for ie5 */
	he\ight:37px;/* for ie6 */
	}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent 
	{
	width:475px;
	float:left;
	padding-top:343px;
	/*padding-bottom:32px;*//* needed to make room for footer */
	padding-left:8px;
	}
#centrecontent p {padding-left:3px}

#clearfooter {width:100%;height:5px;clear:both} /* to clear footer */

/* Header Styles */
.headerbox
	{
	float:right;
	width:760px;
	height:333px;	
	}
.headerlogo
	{
	float:left;
	padding-top:0px;
	}
.headernavigation
	{
	float:left;
	height:333;
	/*background:   url(../graphics/navigation-background.jpg) repeat-y ;*/
	background:   url(../graphics/navigation-background-new.gif) repeat-y ;
	background-color: #9EA8B4;
	}
.footerbox
	{
	float:right;
	width:760px;
	height: 30px;
	}
.footerleft
	{
	float:left;
	padding-left:5px;
	text-align:center;
	}
.footerright
	{
	float:center;
	padding-right:5px;
	}
.formalert
	{
	colour: #FF0000;
	}
