﻿
 div.nav	{
	display: none;
} /* this attribute should be used in the worldtalks_print.css to disable the menu bar on printouts */





/* Start of css code for links */
/* --------------------------- */

/* N.B. General link code needs to be put BEFORE any class code that overrides it */
/*  - hence the code below appearing at the top of this section. */

   A:link {text-decoration: none; color: blue}
  a:visited {text-decoration: none; color: blue}
   a:active {text-decoration: none; color: blue}
   a:hover{text-decoration: underline; color: #FF0000}
  
   a.banner:link {color: #ff0000; text-decoration: none}


/* Links inside bodytext */
/*.bodytext a			{
	color: blue;
}		#008000	*/
	
/* Links inside indentedtext */
/*.indentedtext a	{
	color: blue;
}*/	

.topofpage			{ 
	color: blue;	/* because they are links */
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	text-align: right;
	font-size: 9pt;
}			


.morelink			{ 
	color: blue;	/* because they are links */
	text-align: right;
	font-size: small;
}	


	
/* End of css code for links */




/* Start of css code for table components that control page layout */
/* --------------------------------------------------------------- */

table	{
	border-style: none;
}

table.pagelayout	{
	width: 990px;
	background-color: #FFFFFF;
	margin-left:auto; margin-right:auto;  /* this centers the table  in firefox, but note the extra code in BODY needed for IE  */
/*	border-spacing: 0cm; */
/*	padding: 0cm; */
/*	margin: 0cm; */
	border-collapse: collapse;
	border-style: none;
}	

table.topbanner				{
	background-color:white;
	border:0px;
	width:990px;
	padding:0px;
	border-collapse:	collapse;
	margin-left:auto; margin-right:auto;  /* this centers the table  in firefox, but note the extra code in BODY needed for IE  */
}

td.menu				{
	background-color:white;
	border:0px;
	width:990px;
	padding:0px;
	border-collapse:	collapse;
	text-align:left;
	border-spacing:0px;
	border-width:0px;
	margin:0px;
	border-style: none;
	
}

td.bottomcellwidthset				{
	width:300px;
}


tr.menu				{
	background-color:white;
	border:0px;
	width:990px;
	padding:0px;
	border-collapse:	collapse;
	text-align:left;
	border-spacing:0px;
	border-width:0px;
	margin:0px;
	border-style: none;
	
}

td.leftbodycolumn {
	text-align: left; 
	width: 750px;
	vertical-align:top;
}

table.linkbox {
	text-align: center;
	border-spacing: 0;
	padding: 0;
	background-color:#FFFFFF;
}	

/* End of css code for table components that control page layout */




/* Start of css code for text formatting */
/* ------------------------------------- */


p				{
	color: black;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align:justify;
	font-size: 85%
	}	


.bodytext				{
	color: black;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align:justify;
	font-size: 85%
	}	

.boxheading				{
	font-weight: bold;
	color: 009900;	/* dark green */
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom:10px;
	text-align: center;
	font-size: 10pt
}			

.boxtext			{ 
	color: blue;	/* because they are links */
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 4px;
	text-align: left;
	font-size: 10pt;
}			

.boxindextext			{ /* for 'What they say' photo background box on index page */
	color: black;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 4px;
	text-align: left;
	font-size: 10pt;
}

blockquote				{
	color: black;
	margin-right: 70px;
	margin-left: 70px;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align:center;
	font-size: 100%;
	font-family:"Times New Roman", Times, serif
}	


/*  - this quoteref needs to be before blockquote class of same name */
.quoteref	{
	font-style: italic;
	font-size: 10pt;
	color: black;
	margin-right: 10px;
	text-align: right;
}

blockquote.quoteref		{
	font-size: 80%;
	font-style: italic;
}	

.expedquestion				{
	color: black;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align:justify;
	font-size: 85%
}

.expedheading1				{
	color: black;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 30px;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 6px;
	text-align:left;
	border-bottom: 1px solid #66FF66
}	


.expedheading2				{
	color: black;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	font-size: 90%;
	font-weight: bold;
	margin-bottom: 2px;
	text-align:left;
}	


.expedheading3				{
	color: #666666;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 7px;
	font-size: 85%;
	font-weight: bold;
	margin-bottom: 2px;
}	


.datemod	{
	font-size: 8pt;
	color: #008000;
	text-align: center;
	margin-bottom: 15px;
}

div.bottombanner				{
	text-align:right;
	margin-top:4px;
	margin-bottom: -5px; 
	margin-right: 15px; 
}

h1	{
	font-weight: bold;
	font-size: 20pt;
	color: black;
	margin-top: 6px;
	margin-bottom: 6px;
	text-align: left;
}

h2{
		color: black;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	text-align:justify;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0px;
}

h3	{
	font-size: 85%;
	text-align: left;
}

h4	{
	margin-top: 12px;
	margin-left: 10px;
	margin-bottom: 0px;
	text-align: left;
}

.indentedtext			{
	color: black;
	margin-right: 10px;
	margin-left: 25px;
	margin-top: 10px;
	text-align:justify;
	font-size: 85%
}	

.quote		{
	text-align:justify;
	margin-right: 35px;
	margin-left: 35px;
	font-size: 85%
}	

/* End of css code for text formatting */





/* Start of css code for image formatting */
/* -------------------------------------- */

img { 
	border:0px;
	border-style: none;
}

img.left { 
	padding-right: 0px; 
	margin: 0 10px 4px 0; 
	display: inline; 
	float: left;
}

img.right { 
	padding-left: 0px; 
	padding-top: 2px; 
	margin: 0 0px 4px 10px; 
	display: inline; 
	float: right;
}

/* End of css code for image formatting */





/* Start of css code for odds and sods */
/* ----------------------------------- */

body	{
	font-family: arial, sans-serif;
	background: green;
	margin-top: 10px;
	text-align:center;
}

hr 	{
	color: #009900;
	height: 4px;
	background-color: #009900;
	width: 90%;
	border: none;
	margin-top: 20px;
}	

li		{	
	margin-top: 4px;
	font-size: 85%;
	text-align:left;
}

td.pageheading	{
	height: 140px;
	vertical-align: bottom;
	}

td.filmstripbackground  {
	background-image:url(images/transparency3.jpg); 
	height:135px;
	vertical-align:middle;
}

/*.bannercaption			{
	color: 009900;
	text-align: center;
	font-size: 7pt;
}*/			

p.topbanner				{
	text-align:left;
	margin-top:5px;
	margin-bottom: 0; 
	margin-left: 20px;
}

/* End of css code for odds and sods */





/* Start of css code for menu */
/* -------------------------- */

.menuentry	{
	font-size: 8pt;
	color: #008000;
	margin-left: 0px;
}

/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul { background-image:url("images/greenbar.jpg");
 margin: 0;
 color:#fff;
 padding: 0;
 list-style: none;

}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
 visibility: hidden;
 position: absolute;
 top: 1.5em; /* I'm using ems rather than px to allow people to zoom their font */
 left: 0px; color:#fff;
 width: 160px;padding-left:0px;
}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
 top: 0px;padding-left:0px;
 left: 160px;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
 float: left;
 position: relative;
background-image:url("images/greenbar.jpg");
 border: 0px solid #330;
 margin-right: -1px;
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
 float: none;
 margin-right: 0;
 margin-bottom: -1px;
background-image:url("images/greenbar.jpg");

}
.menulist ul>li:last-child {
 margin-bottom: 1px;
}

/* Links inside the menu */
.menulist a {
 display: block;
 padding: 2px;
 font-family: Verdana ;
 font-size:11px;
 color: #fff;
 text-decoration:  none;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #fff;
 background-color: #DE6603;
}
.menulist  a.highlighted {
 color: #fff;
 background-color: #DE6603;
}

/* Only style submenu indicators within submenus. */
.menulist a .subind {
 background-color: #DE6603;
 display:  none;
}
.menulist ul a .subind {
 display:  block;
background-image:url("images/greenbar.jpg");
 float: right;
}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */


/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist  ul li {
 float: left;
 height: 1%;
}
* html .menulist  ul a {
 height: 1%;
}
/* End Hack */