body  {
 	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background: #ffffff;
 	font-family: Verdana, Arial, Helvetica, sans-serif;	
	}

h1 {
	font-size: 1.3em;
	line-height: 1.0em;
	font-weight: bold;
	color: #000000;
	margin-left: 25%;
	}

p	{
	font-size: .75em;
	line-height: 1.6em;
	color: #000000;
	}

img {
	border: solid;
	border-width: 1px;
	border-color: #000000;
	margin-left: auto;
	margin-right: auto;
	}
	
ul.disc {
	list-style-type: disc
	}
		
br.clearboth { 
	clear: both; 
	}
	
div.float {
	float: left;
	padding-right: 20px;
	text-align: center;
	}
	
div.float p {
	text-align:center;
	}	

a:link  {
	color: #0000cc;
	background-color: transparent;
	}

a:visited  {
	color: #0066CC;
		}

a:hover {
	color: #8E005A;
	}

	
hr {
	border: 0;
	noshade: true;
	height: 1px;
	color: #444444;
	background-color: #444444;
	}

#leftnav {
	position: fixed;
	top: 5px; 
	left: 3px;
	width: 140px;
	height: 100%;
	text-align: right;
	line-height: 1.5em;
	vertical-align: top;
	}
	
#leftnav p  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-decoration: none;
	}
	
#leftnav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444444;
	text-decoration: none;
	font-size: 1.0em;
	line-height: 1.4em;
	}

#leftnav a:hover {
	text-decoration: underline;
	color: #000000;
	}

#content {	
	position: absolute;
	max-width: 600px;
	margin-left: 170px;
	margin-top: 60px;
	padding-right: 50px;
	/*padding-left: 30px;
	border-left-style: solid;
	border-left-width: 1px;*/
	}

.title1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.5em;
	color: #000000;
			}
	
.title2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 1.0em;
	line-height: 1.0em;
	font-weight: bold;
	}
	
.centre {
	text-align: center;
	}
	
.italic {
	font-style: italic;
	}
	
.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: .75em;
	}

.bolditalic {
	font-style: italic;
	font-weight: bold;
	}
.super {
	vertical-align: super;
	font-size: 0.2em;
}

