/**********************************************************************/

/*.....................Helens various designs..........................*/

/**********************Designed by Helen Turner*************************/


/*staffs uni logo */
.unilogo {
	position: absolute;
	left: 617px;
	top: 12px;
	z-index: 0;
	border: #FFFFFF;
}



/* position for the heading faculty of computing etc*/
.logo {
	position: absolute;
	z-index: auto;
	left: 164px;
	top: 30px;
	width: 450px;
	height: 37px;


}




/* font and size etc for faculty heading*/
.titlelogo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
}





/* this sets the position of all text with the site, but not in the tables*/
.txt {
	position: absolute;
	z-index: auto;
	height: 400px;
	width: 550px;
	left: 159px;
	top: 162px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 77%;
	list-style-type: disc;


	/*style sheet for all links within the body text*/

}
.bodytext a:link		{ color: #000066; text-decoration: underline; }
.bodytext a:visited { color: #636; text-decoration: underline; }
.bodytext a:active 	{ color: #990000; text-decoration: underline; }
.bodytext a:hover 	{ color: #990000; text-decoration: underline; }



/* footer size etc on each page*/

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}




/*breadcrumbing , you are here type info*/
.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}



.photo {
	position: absolute;
	z-index: auto;
	width: auto;
	left: 661px;
	top: 167px;

}



/* style sheet setting for text within tables */
.enttable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}





/* relates to the site map table*/
.sitebox {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	z-index: auto;
	width: 640px;
	left: 125px;
	top: 127px;
	font-size: 77%;
	height: 600px;
}


/*this is for the picture on main JCB page*/
.jcbimg {
	position: absolute;
	z-index: auto;
	top: 157px;
	right: 75px;
	left: 14px;



}




/* this is for the individual image pages in the JCB section */
.jcbimages {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	position: absolute;
	z-index: auto;
	left: 152px;
	top: 4px;



}





/*jcb sponsors on flyer page( not the pdf file)*/
.jcbsponsers {
	position: absolute;
	z-index: auto;
	left: -97px;
}




.jcbbody {
	position: absolute;
	z-index: auto;
	left: -92px;
	top: 91px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 77%;
	color: #000000;


}

/* this is the set position for the staff profile photos*/
.photores {
	position: absolute;
	z-index: auto;
	left: 440px;
	top: 37px;

}

