/* Basic styling for CSS1 browsers like NS4 */
body {
	width: 990px;
	margin: 1% auto;
	padding: 0;
	border: 0;
	font-family: Calibri, "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
/* For the benefit of NS4 */
div {
		font-family: Calibri, "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

/* Remove the border around all images */
img, img a {
	border: 0;
}

h1 { /* Document Headings */
	border: 0;
	padding: 0;
	margin: 0;
	margin-bottom: 1.5%;
	color: #5E5E5E;
	font-size: 170%;
}
h2 { /* Document Headings */
	/* FIXME: Headings that can't be clicked on should not
	   be the same colour as links
	color: #7C141B ;
	background-color:inherit;
	*/
	font-style:italic;
	font-size:130%;
}
h3 { /* Document Headings */
	color: #7C141B;
	background-color:inherit;
	font-style:italic;
	font-size:100%;
}
h4 { /* Document Headings */
	color: #7C141B;
	background-color:inherit;
	font-style:italic;
	font-size:100%;
}
h5 { /* Document Headings */
	color: #7C141B;
	background-color:inherit;
	font-style:italic;
	font-size:100%;
}

/* Global Document Properties */

a {
	text-decoration: none;
}
a:link {
	color: #F78811;
}
a:visited {
	color: #CC6666; /*Change this for visited link colour - rest are to prevent menus showing up*/
}
a:hover {
	color: #7C141B;
	background-color:inherit;
}

/* Skip to content section */
.skip {
	display: none;
}
.warning {
	color: red;
	background-color: #FFFFFF;
	font-weight: bold;
}

.center {
	text-align: center;
}
.rightt {
	clear: both;
	text-align: right;
}
