/*CSS for bannatyne page only*/

/*Sets grey background for rest of page*/
body {
text-align: center;}

.box {
	text-align: left;
		margin: 0 auto; 
		width: 800px;
		height: 500px;}
		
.welcome2    {margin-left:300px;
		     margin-top:407px;
		     z-index:4;
		     position:absolute;
			 color:#333399;
			 font-size:20px;
			 font-family:"Trebuchet MS";} 
			 
.welcome3    {margin-left:300px;
		     margin-top:977px;
		     z-index:4;
		     position:absolute;
			 color:#333399;
			 font-size:20px;
			 font-family:"Trebuchet MS";} 
			 
.sta 	    {margin-left:260px;
		     margin-top:400px;
		     z-index:4;
		     position:absolute;}
			 
.sta2    	{margin-left:260px;
		     margin-top:970px;
		     z-index:4;
		     position:absolute;}

.step1	    {margin-left:100px;
		     margin-top:440px;
		     z-index:4;
		     position:absolute;}
		
.step2	    {margin-left:100px;
		     margin-top:1010px;
		     z-index:4;
		     position:absolute;}
			 			 
.text1	    {margin-left:270px;
		     margin-top:457px;
			 width:450px;
		     z-index:4;
		     position:absolute;
			 color:#000000;
			 font-size:14px;
			 font-family:"Trebuchet MS";}
			 
.text2	    {margin-left:120px;
		     margin-top:560px;
			 width:600px;
		     z-index:4;
		     position:absolute;
			 color:#000000;
			 font-size:14px;
			 font-family:"Trebuchet MS";}
			 
/*Positions the border image around the page*/
.border     { background: url(images/border-middle-round.png) repeat-y center; 
		     margin-left:-47px;
		     margin-top:17px;
			 height:2300px;
			 width:900px;
		     position:absolute;
		     z-index:4;}

.border_top {background: url(images/border-top-round.png) no-repeat top left; 
		     margin-left:-40px;
		     margin-top:-23px;
			 height:40px;
			 width:900px;
		     position:absolute;
		     z-index:4;}

.border_bottom{background: url(images/border-bottom-round.png) no-repeat top left; 
		     margin-left:-40px;
		     margin-top:2317px;
			 height:50px;
			 width:900px;
		     position:absolute;
		     z-index:4;}


/*White background behind the content*/
.background2 {margin-left:-20px;
		     margin-top:0px;
		     width:849px;
		     height:2100px;
		     position:absolute;
			 background-color:#FFFFFF;}

/*Center logo for home page*/
.Logo       {background: url(images/Logo1.gif) no-repeat top left;  
			 margin-left:285px;
		     margin-top:20px;
			 height:400px;
			 width:400px;
		     z-index:4;
		     position:absolute;}

/*First blue stream at the top- positions image*/
.nav_blue   {background: url(images/nav1.jpg) no-repeat top left; 
		     margin-left:-20px;
		     margin-top:225px;
		     height:100px;
			 width:860px;
		     z-index:3;
		     position:absolute;}

/*Formats the links in nav bar*/
.links      {margin-left:65px;
		     margin-top:228px;
		     z-index:4;
		     position:absolute;
			 color:#FFFFFF;
			 font-size:16px;
			 font-family:"Trebuchet MS"}

/*Formats page header*/
.welcome    {margin-left:39px;
		     margin-top:268px;
		     z-index:4;
		     position:absolute;
			 color:#333399;
			 font-size:24px;
			 font-family:"Trebuchet MS";}  
		


/*Formats page header*/
.mainImage  {margin-left:-19px;
		     margin-top:255px;
			 width:500px;
		     z-index:4;
		     position:absolute;} 
			 
.sideImage  {margin-left:400px;
		     margin-top:550px;
			 width:75px;
		     z-index:4;
		     position:absolute;} 



/*Second blue stream at the bottom- positions image*/
.nav_blue2  {background: url(images/nav1.jpg) no-repeat top left; 
			 margin-left:-20px;
		     margin-top:2205px;
		     height:40px;
			 width:860px;
		     z-index:3;
		     position:absolute;}

/*Last updated info at bottom of page*/
.updated    {margin-left:75px;
		     margin-top:2240px;
		     z-index:4;
			 color:#000099;
		     position:absolute;
			 font-size:13px;
			 font-family:"Trebuchet MS";}

/*Copyright info at bottom of page*/
.copyright  {margin-left:260px;
		     margin-top:2190px;
			 height:30px;
		     z-index:4;
			 color:#FFFFFF;
		     position:absolute;
			 font-family:"Trebuchet MS"}

/*Design info at bottom of page*/
.design     {margin-left:565px;
		     margin-top:2240px;
		     z-index:4;
			 color:#000000;
		     position:absolute;
			 font-family:"Trebuchet MS";
			 font-size:13px;}

/*Navbar link colours*/
a:link {color:#FFFFFF}
a:visited {color:#FFFFFF}
a:hover   {color:#AAAAAA}

/*All other link colours*/
a.links2:link    {color:#000099;}
a.links2:hover   {color:#000099;}
a.links2:visited {color:#000099;}



