html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }

html {
	min-height: 100%; margin-bottom: 1px;
}

	body {
	color: #3E3E3A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background: #E7E7E7 url(../palette/back.jpg) repeat-y center;
	}
		/* general section */
	p {
	font-size: 0.95em;
	line-height: 150%;
	letter-spacing:0.5px; 
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 15px;
	}
	
	h2 {
	font-size: 1.4em;
	font-weight: bold;
	line-height: 150%;
	letter-spacing:0.5px; 
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 15px;
	}

	h3 {
	font-size: 1.14em;
	font-weight: bold;
	line-height: 150%;
	letter-spacing:0.5px; 
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	}
	
	h4 {
	font-size: 1.013em;
	font-weight: bold;
	line-height: 150%;
	letter-spacing:0.5px; 
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	}
	ul {
	text-align: left;
	line-height: 150%;
	letter-spacing:0.5px; 
	}
	li {
	padding-bottom: 10px;
	}

	ul.inset {
	padding-left: 50px;
	}

	a {
	color:#53124C; 
	text-decoration:underline;
	}

	a:visited {
	color:#53124C; 
	text-decoration:underline;
	}

	a:hover {
	color:#AA57A7;
	text-decoration:underline;
	}
	
	.floatl {
	float: left;
	clear: left;
	border: 1px solid #4C0B45;
	}
	
	.floatr {
	float: right;
	clear: right;
	border: 1px solid #4C0B45;
	}
	
	#wrapper {
	width:820px;
	background-color: white;
	margin: 0px auto;
	}

		/* header section*/
		
	#header {
	width:800px;
	height: 200px;
	padding: 0px;
	background: #ffffff url(../palette/titlesback.jpg) no-repeat;
	}
	
	#header img{
	padding: 40px 0px 0px 0px;
	border: 0px;
	}
		
		/* header - for index page only - section*/
		
	#header_index {
	width:800px;
	height: -200px;
	padding: 0px;
	background: #ffffff url(../palette/titlesback.jpg) no-repeat;
	}
	
	#header_index img{
	padding: -10px 0px 0px 0px;
	border: 0px;
	}
	
	
		/* linkbar section*/
		
	#linkbar {
	width: 810px;
	height:40px;
	background: #ffffff url(../palette/linkback.jpg) repeat-x center;
	padding: 0px 5px 0px 5px;
		}

		#linkbar p {
		font-size: 0.99em;
		padding-top: 12px;
		color: #555555;
		text-align: center;
		}

		#linkbar a {
			color: #4C0B45;
			text-decoration: none;
			font-weight: bold;
			}
	
		#linkbar a:visited {
			color: #4C0B45;
			text-decoration: none;
			font-weight: bold;
			}
			
		#linkbar a:hover {
			color: #AA57A7;
			text-decoration: none;
			font-weight: bold;
			}

		/* main section*/

	#main {
	padding: 30px 0px 10px 0px;
	background-color: #ffffff;
		}

	#main img {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	}
	
	img.main {
	border: 1px solid #4C0B45;
	}

	#main img.floatr {
	border: 1px solid #4C0B45;
	float: right;
	clear: right;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	}
	
		/* footer section*/

	#footer {
	background-color: #4C0B45;
	padding: 15px 0px 12px 0px;
	clear: both;
	}

		#footer p {
			font-size: 1.076em;
			color: #ffffff;
			text-align: left;
			margin: 0px;
			Margin-left: 680px;
			padding: 0px;
			padding-bottom: 5px;
			}

		#footer a {
			color: #ffffff;
			text-decoration: none;
			}
		#footer a:visited {
			color: #ffffff;
			text-decoration: none;
			}
		#footer a:hover {
			color: #AA57A7;
			text-decoration: none;
			}
			
						
		/* column sub-sections*/

	#centre_column {
	margin: 0 auto;
	width: 600px;
	padding: 30px;
	padding-top: 10px;
	margin-bottom: 10px;
	text-align: center;	
	background-color: #ffffff;
	}
	
	#centre_column_index {
	margin: 0 auto;
	width: 600px;
	padding: 30px;
	padding-top: 5px;
	margin-bottom: -20px;
	text-align: center;	
	background-color: #ffffff;
	}
	
	#centre_column_under { /*for central articles that come below a 2-column layout */
	margin: 0 auto;
	clear: both;
	width: 700px;
	padding: 30px;
	padding-top: 30px;
	margin-top: 50px;
	margin-bottom: 10px;
	text-align: center;	
	background-color: #ffffff;
	border-top: 1px dotted #000000;
	}
	
	#left_column {
	width: 259px;
	float: left;
	clear: left;
	padding: 30px;
	padding-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	background-color: #ffffff;
	}
	
	#column_sub { /* adds a dotted line to the bottom of the div - used in subsections of the home page to separate articles. Do not use on the 
	last article of the column as you do not need a dotted line at the bottom. */
	border-bottom: 1px dotted #000000;
	padding-bottom: 40px;
	margin-bottom: 40px;
	}
	
	#right_column {
	width: 440px;
	float: right;
	clear: right;
	border-left: 1px dotted #000000;
	background-color: #ffffff;
	padding: 30px;
	padding-top: 10px;
	margin-bottom: 20px;
	text-align: center;
	}

	
	/* general classes*/
	
	#document {
	margin: 0 auto;
	width: 450px;
	padding-bottom: 20px;
	min-height: 40px;
	
	}	

	#document p {
	text-align: left;
	margin: 2px 0px 0px 0px;
	padding-bottom: 0px;
	padding-top: 12px;
	}
	
	#document img.floatl {
	border: 0px;
	float: left;
	margin: -2px 10px 5px 0px;
	}

	#mx {
	clear: both;
	}
	
		#hardwicke_mx {
			float: left;
			margin-left: 30px;
			}
			
		#elmore_mx {
			float: center;
			margin-left: 0px;
			margin-right: 0px;
			}
			
		#elmore_mx img {
			margin-left: 0px;
			margin-right: 0px;
			}

		#longney_mx {
			float: right;
			margin-right: 30px;
			}


	
	p.caption {
	margin-top: -10px;
	font-size: 7pt;
	}	

	img.cofe {
		float: left;
		padding-left:20px;
		padding-top: 10px;
		}
		
	.stress {
	font-weight: bold;
	)


	

	


