html {
	height:100%; max-height:100%;  
	padding:0; margin:0; border:0; 
	background:#fffaff; 
	font-family: verdana, sans-serif;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */
}

body {
	height:100%; max-height:100%; 
	padding:0; margin:0; border:0;
	overflow:hidden; 
}

#head {
	display:block; 
	position:fixed; top:0; right:0px; 
	height:200px; width:100%; 
	margin:0; 
	background:url(../images/topextender.jpg) #ddd; 
	z-index:2; 
}

#foot {
	display:block; 
	position:fixed; bottom:-1px; left:0px; right:18px; 
	height:50px; width:100%; 
	margin:0; 
	background:url(../images/bottomextender.jpg) #ddd; 
	z-index:2;
}

#navbar {
	position:fixed; top:0; left:0; 
	height:100%; width:200px; 
	font-size:1em; 
	color:#00a;
	z-index:4;
}

#content {
	display:block; 
	position:relative; 
	height:100%; max-height:100%; 
	padding-left:240px; padding-right:38px; padding-bottom:0px; 
	overflow:auto; 
	z-index:3;
}

#scrollpad {
	height:5px;
}

* html #head, * html #foot,* html #navbar {
	position:absolute;
}

hr {
	border: 0;
	color: #00a;
	background-color: #00a;
	height: 3px;
}

#content p {
	padding:0px;
}

.bold {
	font-size:1.2em; 
	font-weight:bold;
}

a.nav, a.nav:visited {
	display:block; 
	width:160px; 
	text-decoration:none; 
	color:#00a; 
	font-weight:bold; 
}

a.nav:hover {
	color:#ff00ff;
}

h1, h2 {
	font: normal normal bold 1.5em Times, "Times New Roman", serif;
	text-align: center;
	color:#00a;
	margin-top:15px;
	margin-bottom:0px;
}

h2 {
	font-style:italic;
	font-size: 1.25em;
	margin-top:0px;
	margin-bottom:15px;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	color:#00a
}

h4 {
	font-size: 1.15em;
	font-weight: bold;
	font-style: italic;
	color:#00a
}

h5 {
	font-size: 1em;
	font-weight: bold;
	color:#00a
}

td {
	text-align: center;
}

.copyright{
	text-align: center;
	font-size: .75em;}

.small {
	font-size: 0.66em;
}

.emphasised {
	font-weight: bold;
}

.double_emphasised {
	font-weight: bold;
	font-style: italic;
}

.quotation {
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

.links {
	padding:0;
	border:0;
	margin:0;
}

.linkedwebsite {
	padding:0;
	border:0;
	margin:0;
}

.linkedwebsitedesc {
	font-size: 0.8em;
	padding:0;
	border:0;
	margin:0;
}

.linkedwebsiteaddress {
	font-size: 0.6em;
	color:#f0f;
	padding:0;
	border:0;
	margin:0;
}

