BODY 
{ font-size: 11pt; 
  line-height: 14pt;
  font-family: palatino;
  padding: 0 0 0 0 ;
  margin: 0 0 0 0 ;
}

img#bodyimg
{ position: absolute ;
  left: 43% ;
  top: 122px ;
}

/* ---- columns ---- */

div#col1, div#col2, div#col3, div#widecol
{ padding: 5px 5px 5px 5px ;
  background-color: rgb(245,62,7); 
  color: rgb(255,255,255) ;
}

div#col1
{ position: absolute ;
  width: 29% ;
  left: 3% ;
  top: 150px ;
}  

div#col2
{ position: absolute ;
  width: 29% ;
  left: 36% ;
  top: 200px ;
}

div#col3
{ position: absolute ;
  width: 29% ;
  right: 3% ;
  top: 100px ;
}

div#widecol
{ position: absolute ;
  width: 94% ;
  left: 3% ;
  top: 200px ;
} 

/* --- Paragraph formatting --- */

P#extro
{ position: absolute ;
  top: 0px ;
  left: 3% ;
  right: 3% ;
  font-size: 7pt; 
  line-height: 7pt ;
  font-family: arial ;
  text-align: right ;
  background-color: rgb(0,0,0) ;
  color: rgb(255,255,255) ;
  padding: 0px 1px 1px 1px ;
}

P.news
{
  background-color: rgb(151,186,101) ;
  line-height: 12pt;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 3em ;
  padding-right: 1em ;
}

/* --- Table of contents --- */


A.toc
{
  color: white ;
  font-style: normal ;
  text-decoration: none ;
}

/* Below, general links get a different colour scheme */
A.toc:link	{ color: white ; }
A.toc:visited	{ color: white ; }
A.toc:active	{ color: white ; }
A.toc:hover	{ color: white ; }


P.toc
{ position: absolute ;
  left: 3% ;
  top: 80px ;
  background-color: rgb(245,62,7); 
  color: rgb(255,255,255) ;
/*  font-family: Swis721 BlkCn BT, arial ; */
  font-family: arial ;
  font-weight: bold ;
  font-size: 11pt; 
  padding: 5px 5px 5px 5px ;
  text-align: left ;
  width: 47% ;
}

/* --- Headings --- */

H1, H2, H3 
{ font-family: Swis721 BlkCn BT, arial ;
/*  font-weight: bold; */
  color: rgb(0,0,0) ;
  padding: 0 0 0 0 ;
}


H1  /* this is a page title only */
{
  position: absolute ;
  left: 3% ;
  top: 5px ;
  font-size: 20pt ;
  line-height: 120% ;
  margin: 25px 0 0 0 ; 
  text-align: left;
}

H2
{
  font-size: 15pt ; 
  margin: 10 0 10 0 ; 
}

H3
{
  font-style: italic;
}

UL 
{ 
  list-style-image: url(images/bullet.jpg) ;
  line-height: 12pt; 
  margin: 10 0 10 40 ;
  padding: 0 0 0 0 ;
}

LI
{ 
  margin: 0 0 4 0 ;
  padding: 0 0 0 0 ;
}

DL 
{ 
  line-height: 12pt;
}

DT
{
  font-family: trebuchet MS,verdana,arial;
  font-weight: bold;
  color: rgb(112,128,152) ;
  font-style: normal;
  text-decoration:none;
  margin-top: 1em;
}

/* --- Hyperlinks --- */

A
{
  font-weight: bold;
  font-style: normal;
  text-decoration:none
}

A:link		{ color: rgb(150,150,150) } 
A:visited	{ color: rgb(200,200,200) }
A:active	{ color: rgb(255,200,200) }
A:hover		{ color: rgb(255,200,200) }



A.extro:link	{ color: rgb(150,150,150) } 
A.extro:visited	{ color: rgb(150,150,150) } 
A.extro:active	{ color: rgb(150,150,150) } 
A.extro:hover	{ color: rgb(150,150,150) } 


/* --- splash screen --- */

body.splash
{
  background-color: rgb(245,62,7); 
}

center.splash
{ 
  display: block ;
  margin-top: 20px ;
}
