

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: black;
	background-color: #EEEEEE;
	text-align: center;

/* centre hack */
	}
a {
	text-decoration: none;
	font-weight: bold;
	color:  black;
	outline: none;
	}
a:visited {
	color:  black;
	}
a:active {
	color:  black	;
	}
a:hover {
	color: #656573;
	text-decoration: underline;
	}

strong, b {
	font-weight: bold;
	}
p {
	font-size: 110%;
	line-height: 3ex;
	margin-top: 0;
	margin-bottom: 1em;
	text-align: left;
	}


h1 {
	font-size: 180%;
	line-height: 2em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	text-indent:-32697px;
	background: url(backheader.png) no-repeat 0 0 ; 
	width:315px;
	height:100px;
	}
h2 {
	font-size: 160%;
	line-height: 2em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 1ex;
	}
h3 {
	font-size: 140%;
	line-height: 2em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h4 {
	font-size: 120%;
	line-height: 2em;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0;
	}
h5 {
	font-size: 100%;
	line-height: 1.8em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}



h6 {
	font-size: 100%;
	line-height: 1.8em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}

journalhead {
	font-size: 100%;
	line-height: 1.8em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}

img {
	border: 0;
	}
.nowrap {
	white-space: nowrap;
	font-size: 100%;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
.tiny {
	font-size: 90%;
	margin-top: 1ex;
	margin-bottom: 0.3ex; 
	}


li {
	margin: 1em;
}

#content {
	padding: 1.2em;
	margin-top: 0.2em;
	margin-bottom: 1em;
	margin-right: auto;
	margin-left: auto;
	background: white;
	border: 0.4em solid #ccc;
	text-align:left; /* centre hack 2 */
	width: 75em;
	display: block; 

/* fix the STUPID IE box model problems - based on tutorials at w3schools  */

	voice-family: "\"}\"";
	voice-family:inherit;
	width: 64.2em;
	}
html>body #content {
	width: 64.2em;

/* end of IE fix */
	}

/* lower navigation bar (forward, back etc) */

#navbar {
	margin-top:1.5em;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding:0;
	word-spacing:4em;
	text-align: center;
	font-size: 120%
	}
#navbar li {
	display:inline;
	margin:0;
	padding:0;

	}

table.centre {
	border: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}


	
