html	{				
	  background-color : #ffffff ; 		
	  color : #000000 ; 		
	}

body
	{
	  background-color : #ffffff ; 		
	  color: #000000 ; 		
	  line-height : 1.3 ; 			
	  margin : 0 ;  			
	  padding : 0 ;			
	  font-size : 76% ;  								
	  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif ; 
	  text-align: center; /*IE bug*/	
	}

p.highlight {
	 color: #FF0000;
	}

#left
	{
	  position:absolute;
	  top:300px;
	  left:4px;
	  width:140px;
	}

#right
	{
	  position:absolute;
	  top:200px;
	  left:4px;
	  width:140px;
	  
	}


#banner
	{
	  height:120px;
	}

#banner .strapline
	{
	  font-size:280%;  
	  font-weight: bold;
	  color:#191f6d;
	  text-decoration:none;
	  float:right;
	  margin-top:1.5em;
	  margin-right:0.5em;
	} 

#banner .logo
	{
	  float:left;
	
	}

td,th	{	
	  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;   
	}

td	{
	  text-align: left;
	}

td.tabledata
	{
	  width:250px;
	}

#wholepage

	{ 
	  position:relative; /*Enforces absolute positioning within this container*/
	  width:760px;
	  margin-left:auto;	
	  margin-right:auto;	 
          background-color: #FFFFFF;	
	  text-align: left; /*IE bug*/		
	  
	}

#content
	{
	  padding:0px 0px 0px 200px;
	  
	}

#content h2
	{	
	  color: #191f6d;
	}

h1
	{
	  font-size:280%;  
	  font-weight: bold;
	  color:#191f6d;
	  text-decoration:none;
	  float:right;
	  margin-top:1.5em;
	  margin-right:0.5em;
	}

#content h3
	{
	  margin-bottom: -12px;  /*controls the gap below*/
	}

#right ul
	{
	  list-style: none;
	  margin: 0;
	  padding: 0;
	}

#right li
	{
	  border-bottom:1px dashed #191f6d;
	}

#right li a:link, #right li a:visited
	{
	  text-decoration:none;
	  color: #000000;
	}

#right li a:hover
	{
	  color: #000000;
	  font-weight: bold;
	}




#left ul
	{
	  list-style: none;
	  margin: 0;
	  padding: 0;
	}

#left li
	{
	  border-bottom:1px dashed #191f6d;
	}

#left li a:link, #left li a:visited
	{
	  text-decoration:none;
	  color: #000000;
	}

#left li a:hover
	{
	  color: #000000;
	  font-weight: bold;
	}

#pdf a
	{
	  
	  background-color: #ccccff;
 	}

#pdf a:link, #pdf a:visited
	{
	  color: #0000ff;
	}

#pdf a:hover
	{
	  color: #000000;
	  font-weight: bold;
	  text-decoration:none;
	}



.highlight {
	 color: #FF0000;
	}