/* General style sheet  */

/* -------------------------------------------------------------- */
/* Clear various browser-specific settings and unhelpful defaults */

/* Get rid of borders */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* Get rid of arbitrary font sizes */
h1,h2,h3,h4,h5,h6,pre,code
{ font-size:1em; }

/* Get rid of markers in lists */
ul,ol
{ list-style:none }

/* Remove underlines in links */
:link,:visited { text-decoration:none }

/* Get rid of borders around link images */
a img,:link img,:visited img
{ border:none }

/* Don't have addresses in italics */
address { font-style:normal }

/* -------------------------------------------------------------- */

/* Very general settings */

p {
	margin-top: 0;
	margin-bottom: 0.5em;
	}

h1 {
	font-size: 2em;
	margin-bottom: 0.4em;
	}	

h2 {
	font-size: 1.6em;
	margin-bottom: 0.3em;
	}	

h3 {
	font-size: 1.3em;
	margin-bottom: 0.2em;
	}	

h3 {
	font-size: 1.2em;
	margin-bottom: 0.1em;
	}	

hr {
	height: 1px;
	width: 80%;
	background: #888;
	}

body {
	background-image: url(pix/background.jpg);
	background-attachment: fixed;
	background-color: #C41;
	color: #531;
	text-align: center;
	}	

/* headerBox - the banner at the top */

#headerBox {
	width: 100%;
	height: 112px;
	background-image: url(pix/banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
	
/* topIndexBox - the navigation buttons always visible */

#topIndexBox {
	position: absolute;
	width: 100%;
	top: 86px;
	left: 0px;
	height: 24px;
	}
	
/* topIndex - class for navigation links in the banner */

ul.topIndex li {display: inline; }

ul.topIndex a { 
	font-size: 1.2em;
	color: #C73;
	padding: 4px 8px 4px 8px;
	margin-right:8px;
	font-variant: small-caps;
	}

ul.topIndex a:hover { color: #FD4;
	}

/* wrapperBox - contains the sidebar & contents to centre them */

#wrapperBox {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	}

/* sideBar - the navigation index */

#sideBar {
	background-color: #FFF;
	width: 172px;
	float: left;
	text-align: left;
	}

/* sideIndex - class for the vertical links */

ul.sideIndex {
	margin-top: 12px;
	margin-left: 4px;
	margin-bottom: 12px;
	}

ul.sideIndex li {
	margin-bottom: 4px;
	}

ul.sideIndex a {
	color: #531;
	padding: 4px 0px 4px 8px;
	margin-right:0px;
	font-variant: small-caps;
	}

ul.sideIndex a:hover { color: #FC3;
	}

ul.sideSubIndex {
	margin-left: 16px;
	margin-top: 4px;
	}

/* contentBox - the area below the banner and beside the sidebar */

#contentBox {
	background-color: #FFF;
	margin-left: 172px;
	padding: 20px;
	text-align: justify;
	}

#contentBox h1 {
	font-size: 1.6em;
	font-weight: normal;
	font-variant: small-caps;
	text-align: center;
	}

#contentBox h2 {
	font-size: 1.4em;
	font-weight: normal;
	text-align: center;
	}

#contentBox a {
	color: #531;
	font-weight: bold;
	}

#contentBox a:hover { color: #FC3;
	}

ul.contentIndex {
	margin-bottom: 8px;
	}

ul.contentIndex li {
	list-style-type: disc;
	margin-left: 24px;
	margin-bottom: 8px;
	}


	

/* contentFull - used when there's no sidebar */

#contentFull {
	background-color: #FFF;
	padding: 20px;
	text-align: justify;
	}

#contentFull h1 {
	font-size: 1.6em;
	font-weight: normal;
	font-variant: small-caps;
	text-align: center;
	}
	
#contentFull a {
	color: #531;
	font-weight: bold;
	}

#contentFull a:hover { color: #FC3;
	}

.centrePic {
	text-align: center;
	margin: 12px;
	}

.rightPic {
	float: right;
	margin: 12px;
	}

.leftPic {
	float: left;
	margin: 12px;
	}


/* Very general (default) text styling classes */

.txQuote {
 	font-style: italic;
	}

.txStress {
 	font-weight: bold;
	}

.txParaHeading {
  	font-size: 1.2em;
	font-weight: normal;
  	font-variant: small-caps;
	}

.txParaTitle {
 	font-size: 1.1em;
 	text-decoration: underline;
	}

.linkSelected {
 	font-weight: bold;
	}

.colour2 {
	color: #C41;
	}

	

