/* CSS Document */
				#MainHead		{ display:inline; /*This is here so that the h1 does not move with the expand/collapse*/
								top:185px;
								width:670px;
								position:absolute;
								margin-right:10px;
								font-size:13px;
								left:171px;
								}
				#MainHeadHome	{ display:inline; /*This is here so that the h1 does not move with the expand/collapse*/
								top:145px;
								width:650px;
								position:absolute;
								margin-right:10px;
								font-size:13px;
								left:170px;
								}
				#HeadTitle		{top:20px;
								position:relative;
								}
				#HeadImage		{top:20px;
								position:relative;
								}
								
				#MainPara		{ display:inline;
								top:230px;
								position:absolute;
								margin-right:10px;
								font-size:14px;
								left:200px; /*This is here because the CSS is "broken" by IE so absolute positioning does not work correctly*/
								text-align:justify;}
								
				.LogForm		{ display:inline; /*This is to ensure that the username and password boxes are positioned correctly on the login page*/
								top:60px;
								left:150px;
								position:absolute;}
								


							
				#TopNav ul{margin:0;padding:0.5em 0 0 0;}
				#TopNav ul li{display:inline;margin:0;padding:0 0.5em;}
				#TopNav #textResizer{float:right;border-right:none;}

				.PopBoxImageSmall
				{
				   border: none 0px white;
				   cursor: url("http://www.allogon.co.uk/froize/Assets/PopBox/magplus.cur"), pointer;
				}
				.PopBoxImageLarge
				{
				   border: solid thin #CCCCFF;
				   cursor: url("http://www.allogon.co.uk/froize/Assets/PopBox/magminus.cur"), pointer;
				}