/*Pathfinder CSS File*/

/*Setting all instances of body text to white, verdana, 12---------------------------*/

body 	{font-family: verdana;
		color:white;
		font-size:12px;
  		}

/*Setting all instances of h1 to white, verdana, 16----------------------------------*/		
		
h1		{font-family: verdana;
		color:white;
		font-size:16px;
		}
		
img {border:0px;}

/*Setting all Hyperlinks to green/blue, verdana, 12---------------------------------*/

a:link {color: #30A1AB;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		}
		
/*Setting visited Hyperlinks to blue------------------------------------------------*/

a:visited {color: blue}

/*Setting the background colour to black-------------------------------------------*/

body {
background-color: black} 

/*Setting the size and position of the top bar-------------------------------------*/

#mastercontainer
{width:770px;
height:200px;}

#topbar
{height:75px;
width:534px;
float:left;
}

/*Setting the size and position of the stars --------------------------------------*/

#cornerstars
{height:183px;
width:226px;
float:left;
}

/*Setting the left column-----------------------------------------------------------*/

#left 
{height:1500px;
width:226px;
background:#transparent;
padding:0px;
float:left;
}

/*sorting out hyperlinks on the left - referencing the list in the html------------*/
#left li {
list-style:none;
line-height:45px;
font-weight:bold;
margin-left:-20px;
}

/*Setting the previous/next bar-------------------------------*/

#contentnavbar
{height:20px;
width:530px;
float:left;
margin-bottom:15px;
background-color:#000033;
padding-top:5px;

}

#linkstext
{height:300px;
width:530px;
float:left;
margin-bottom:15px;
background-color:#000000;
}
/* FIRST PAGE ----------------------------------------------*/

/*setting the position of the page number first reference*/
#pagenofirst
{margin-left:223px;
}

/*setting up the position of the nextfirst link*/
#nextfirst
{
margin-left:150px;
}

/* MIDDLE PAGE   -------------------------------------------*/

/*setting up the position of the previous link*/
#previousmiddle
{ margin-left:50px;

}
/*setting the position of the page number reference*/
#pagenomiddle
{margin-left:115px;

}
/*setting up the position of the next link*/
#nextmiddle
{
margin-left:155px;
}

/* LAST PAGE  ------------------------------------------------*/

/*setting up the position of the previouslast link*/
#previouslast
{
margin-left:50px;
}

/*setting the position of the page number last reference*/
#pagenolast
{margin-left:115px;
}

#formcolumn
{height:470px;
width:200px;
padding:0px;
float:left;
}

/*Setting the centre column*/

#centreindex 
{height:470px;
width:254px;
/*position:absolute;
left:226px;
top:70px;*/
/*background:#transparent;*/
padding:0px;
float:left;
margin-bottom:60px;
}

#centre li {
list-style:none;
line-height:25px;
margin-left:-40px;
}

#centre
{height:470px;
width:314px;
/*position:absolute;
left:226px;
top:70px;*/
/*background:#transparent;*/
padding:0px;
float:left;
}

#centrecolumn
{height:200px;
width:150px;
/*position:absolute;
left:226px;
top:70px;*/
/*background:#transparent;*/
padding:0px;
float:left;
}

/*Setting the right column*/

#rightindex 
{height:470px;
width:251px;
/*position:absolute;
left:506px;
top:70px;*/
background:#transparent;
padding:0px;
margin-left:20px;
float:left;
}

#right
{height:200px;
width:191px;
/*position:absolute;
left:506px;
top:70px;*/
background:#transparent;
padding:2px;
margin-left:20px;
margin-top:35px;
float:left;
}
#rightcolumn
{height:470px;
width:300px;
/*position:absolute;
left:506px;
top:70px;*/
background:#transparent;
padding:2px;
margin-left:20px;
margin-top:35px;
float:left;
}
#right li  {
list-style:none;
line-height:25px;
margin-left:-40px;
}

#right img{margin-bottom:10px;
}

/*Setting the copyright box at the base of index.html*/

#bottom 
{height:55px;
width:760px;
float:left;
background:#transparent;
padding:0px;
margin-bottom:20px;
font-size:09px;
}
	
#links
{margin-left:250px;
}

.noBullets li
{list-style:none;}


