/* Divinity staffweb cascading style sheet */

/* Styling for heading at the top of each page */

a.staffheading { 
	color: #00000; 
	text-decoration: none; 
}

/* Styling for the body of each page*/

body { 
	background-color: #ffffff; 
	color: #000000; 
	padding: 0 5%; 
	font-family: Arial "sans-serif";
	font-size: 100%; 
}

@media screen,tv { /* prevents NN4.x from seeing this div */ 

div.box { 
	background-color: #ffffcc;
	border: 1px solid;
	float: right;
	font-size: 80%;
	margin-bottom: 3%;
	margin-left: 3%; 
	margin-top: 1%; 
	padding: 10px;  
	text-align: left;
	width: 30%;
}

div.box li {
	list-style: circle;
	padding: 5px;
}

} /* end NN4.x workaround */

/* Styling for headings */

h1 { 
	color: #000000; 
}

h2 { 
	color: #333333;
}

h3 { 
	color: #000000; 
}

h4 { 
	color: #333333;
}

/* Styling for list items */

li { 
	padding: 7px 0px; 
}

/* Styling for breadcrumbs */

p.crumbs { 
	font-size: 80%; 
}

/* Styling for footer information on each page */

p.footer { 
	font-size: 80%; 
	text-align: center; 
}

/* Styling for footnotes */

p.ftnote {
	font-size: 80%; 
}

/* Styling for "Back to top" links */

p.top {
	font-size: 80%; 
}

/* Styling for unordered lists */

ul { 
	list-style-type: none; 
}
