/* ADDED BY BILL - GLOBAL RESET SEEMS TO HELP IE */
* {
    margin: 0; 
    padding 0;
} 

/* END OF GLOBAL RESET */

/* General styles */

body {
	margin: 0;
	padding: 0;
	border: 0;			/* This removes the border around the viewport in old versions of IE */
	width: 100%;
	background: #FFFFFF; /* ADDED BY BILL */
	min-width: 600px;    /* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
	/* max-width: 1480px;	*/
	font-size: 71%; /* CHANGED BY BILL TO REFLECT FONT CHANGE - ORIGINALLY 90% WHEN TIMES */
	font-family: Verdana, Arial, Helvetica, sans-serif; /* ADDED BY BILL */
	color: #000000; /* ADDED BY BILL */
}

a {
	color: #0000FF; /* CHANGED BY BILL */
	text-decoration: none; /* ADDED BY BILL */
}

/* a:visited { 
	color: #990099;
	text-decoration: none
}

*/

a:hover {
	color: #0000FF;  /* CHANGED BY BILL */
	background: #FFFF00;  /* CHANGED BY BILL */
	text-decoration: none;
}

a.img:hover { /* ADDED BY BILL TO STOP IMAGES BEING OUTLINED ON HOVER */
	background-color: transparent;
}

h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
}

h2 {
	font-size: 18px;
	font-weight: bold;

}

p {
	margin:.4em 0 .8em 0;
	padding:0;
    }

img {
	margin: 10px 0 5px;
}

/* Header styles */

#header {
	clear:both;
	float:left;
	width:100%; /* CHANGED BY BILL FROM 100% */
	padding:0;
	margin:0;
	border-bottom:1px solid #CCCCCC;
	background: white;

}	

img.header {
	margin-left: 15px;  /* ADDED BY BILL TO STOP MARGINS ON MAIN LOGOS */
}
	
#header p {
	padding:.5em 15px	.2em 15px;
	margin:0;
}
#header h1  {
	padding:.2em 15px;
	margin:0;
}
#header h2  {
	padding:.2em 15px .7em 15px;
	margin:0;
}

/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}

/* column container */

.colmask {
	position: relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear: both;
	float: left;
	width:100%;			/* width of whole page */  /* CHANGED BY BILL FROM 100% */
	overflow: hidden;	/* This chops off any overhanging divs */
}

/* 2 column left menu settings */

.leftmenu {
	background: #F4FDFF;		/* Left column background colour */
}

.leftmenu .colright {
	float: left;
	width: 200%;
	position: relative;
	left: 200px;
	background: #fff;
}

.leftmenu .col1wrap {
	float: right;
	width: 50%;
	position: relative;
	right: 200px;
	padding-bottom: 1em;
}

.leftmenu .col1 {
	margin: 0 15px 0 215px;
	position: relative;
	right: 100%;
	overflow: hidden;
}

.leftmenu .col2 {
	float: left;
	width: 170px;
	position: relative;
	right: 185px;
}

/* Footer styles */
#footer {
	clear: both;
	float: left;
	width:100%; /* CHANGED BY BILL FROM 100% */
	border-top: 1px solid #cccccc;

}

#footer p {
	padding:.5em 15px;
}


/* ADDED BY BILL FOR QUICK LINK MENU ELEMENTS */

.home a {
	padding: 2px 4px 2px 4px;
	text-decoration: none;
	color: #F5F5F5;
	text-transform:capitalize;
}

.home a:hover {
	padding: 2px 3px 2px 3px;
	color: #004180;
	background-color: #F0F8FF;
	border: 1px solid #44008A;
}

.home .on {
	padding: 2px 3px 2px 3px;
	background-color: #002C57;
	border: 1px solid #002548;
	color: #F8F8FF;
}

.home p {
	background-color: black; /* BLUE ALTERNATIVE #2e3192 */
	height: 18px;
}


.home p {
	background-color: black; /* BLUE ALTERNATIVE #2e3192 */
	height: 18px;
}


/* ADDED BY BILL FOR HEADER IMAGE LINKS */

.header_images a {
	color:#369;
}

.header_images a:hover {
	color:#fff;
	background:#FFFFFF;
	text-decoration:none;
}

.jg_banner {
	color: red;
	text-align: center;
}


/* ALL NON-MENU UL, OL LISTS */

#normal {
}

#normal ul {
	display: block;
	list-style-type: square;
	margin: 1em 0;
	padding-left: 20px; 
	counter-reset: -html-counter 0;
	border: 0;
	width: 100%;
}

#normal li {
	margin-top: 5px;
	margin-bottom: 5px;
	
}

/* END OF ALL NON-MENU UL, OL LISTS */


/* LEFT PANEL PROMOTION BOXES */

#left_promotions {
    background-color: #FFFFFF;
	text-align: left;
	padding: 0 5px 0 5px;	
	border: 1px solid #e8e8e8;
	clear: all;
}

#img_left {
    background-color: ;
	clear: all;
}

#img_left a {
	color:#fff;
	background:#FFFFFF;
	text-decoration:none;
}

#img_left a:hover {
	color:#fff;
	background:#FFFFFF;
	text-decoration:none;
}


/* END OF LEFT PANEL PROMOTION BOXES */

.img_about { /* ADDED BY BILL FOR ABOUT PAGE */
	padding-right: 10px;
	padding-bottom: 10px;
	width: 154px;
	height: 233px;
	float: left; /* TO FIX IE6 PEEKABOO BUG */
	position: relative; /* TO FIX IE6 PEEKABOO BUG */
	display:  inline-block;  /* TO FIX IE6 PEEKABOO BUG */
}

/* TABLE ELEMENTS FONT etc */
.table_staff {
 	table-layout: fixed;
 	padding: 0px;
	vertical-align: top;
 	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	width: 100%;
}

.table_staff td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000080;
	height: 20px;
	vertical-align: middle;
}

.th_center {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

.td_center {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000080;
	text-align: center;
}
	
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000080;
}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}

.table_100pc {
 	table-layout: fixed;
 	padding: 0px;
	vertical-align: top;
 	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}

.table_100pc td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000080;
	height: 25px;
	vertical-align: middle;
}

.table_100pc th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #000080;
}

.table_list {
 	table-layout: fixed;
 	padding: 0px;
	vertical-align: top;
 	border-left: 1px solid #CCCCCC;

}

.table_list_tr_header {
	background-color: #000099;
}

.table_list_th {
	background-color: #000099;
	color: #FFFFFF;
	height: 20px;
	border: 1px solid #000099;
}

.table_list_th_center {
	background-color: #000099;
	color: #FFFFFF;
	text-align: center;
	height: 20px;	
	border: 1px solid #000099;
}

.table_list td {
	height: 20px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}		

/* END OF TABLE ELEMENTS FONT etc */

/* CONFERENCE PROGRAM TABLE */

.table_conference {
 	table-layout: fixed;
 	padding: 0px;
	vertical-align: top;
 	border: 1px solid #999;
	width: 100%;
}

.table_conference td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000080;
	height: 20px;
	vertical-align: top;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}


/* END OF CONFERENCE TABLE */


/* Begin Form Elements */
#form {
	margin: 5px; /* CHANGED FROM 10px auto */
	padding: 1px;
	text-align: left;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid grey;
	}
	
#form input /* ADDED BY BILL TO FORMAT SEARCH BOX */
{
  border: 1px solid #E1E1E1;
}
/* END OF FORM */


<!--[if lt IE 7]>
.col1 {
	width:100%;
}

<![endif]-->


