body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.25em;
	color: #333333;
	margin-top: 0.1em;
	margin-right: 0.1em;
	margin-bottom: 0.1em;
	margin-left: 0.1em;
	text-align: center;
	}
	
#centring { /*// This is the main div that wraps all content.  Together with the text-align in body, it centres the page//*/
	width:860px;
	margin:0px auto;
	text-align: left;
}

a {
	color: #333333;
	}
a:visited {
	color: #333399;
}
a:active {
	color: #990000;
}
a:hover {
	color: #990000;
}
.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.2em;
	color:#333333;
	margin-top: 0.1em;
	margin-right: 0.1em;
	margin-bottom: 0.1em;
	margin-left: 0.1em
	}

/*// Green colour title for right hand pane of screen //*/
.TitleGreen {
    color: #006633;
	font-size: 18px;
	line-height: 2em;
	font-family: Arial, Helvetica, sans-serif;
}
/*// Wine colour title for right hand pane of screen //*/
.TitleWine {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.8em;
    color: #333333;
	text-align: center
	font-weight: bold
}
/*// Navy colour title for right hand pane of screen //*/
.TitleNavy {
    color: #003399;
	font-size: 18px;
	line-height: 2em;
}

/*// These headings should be surplus to requirements

h2 {
	color: #333333;
	background-color: #CCCCCC;
	font-size: 14px;
	text-align: center;
	line-height: 2em;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #003399;
	color: #DCDCDC;
	text-align: center;
	line-height: 1.8em;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 2em;
	background-color: #0099CC;
}
h5 {
	font-size: 11px;
	text-align: center;
	background-color: #999999;
	line-height: 1.5em;
}
h6 {
	font-size: 11px;
	text-align: left;
	background-color: #999999;
	line-height: 1.5em;
	text-indent: 3px;
}

//*/


/*// These following enable menu presentation//*/
.menubrunel  {
	color:#FFFFFF;
	background-color:#993300;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	text-decoration: none;
	}
.menubrunel a:link {
	color:#FFFFFF;
	text-decoration: none;
	}
.menubrunel a:visited {
	color:#FFFFFF;
	text-decoration: none;
	}
/*// Webpage Title (Welcome to Brunel) //*/
.menuheader {
    font-size:18px;
	color: #FFFFFF;
	background-color:#f7a80a;
	font-weight: bold;
	text-align:center
	}
/*// Links on top banner (Below 'Welcome to Brunel)//*/
.menusubject {
	font-size: 13px;
	color: #FFFFFF;
	background-color:#f7a80a;
	font-weight: bold;
	text-align: center;
	}
.menusubject a:link {
	color:#FFFFFF;
	text-decoration: none;
	}
.menusubject a:visited {
	color:#FFFFFF; 
	text-decoration: none;
	}

.menusubject a:hover {
	color:#FFFFFF; 
	}
	
/*// These following are for the sidebar//*/
.sidebar  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: normal;
	text-align: justify;
	background-color: #FFFFFF;
	margin-top: 0.1em;
	margin-right: 0.1em;
	margin-bottom: 0.1em;
	margin-left: 0.1em;
}
.sidebarhighlight  {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color:#f7a80a;
	font-size: 14px;
	text-align: center;
	line-height: 1.8em;
}	
#footer  {
	background-color: #339999
	}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.5em;
	color: #000000;
	text-indent: 2em;
	}

