body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #E5E5E5;
	background-image: url(images/bgshadow.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#header {
	margin-right: auto;
	margin-left: auto;
	height: 90px;
	width: 645px;
	background-color: #FFFFFF;
	background-image: url(images/ilegx-logo.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 150px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-align: right;
	}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#sidebarleft {
	float: left;
	width: 149px;
	text-align: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	clear: left;
}

#sidebarleft dl {
	width: 149px;
}

#sidebarleft dl,dd {
	background-color: #E5E5E5;
	display: block;
	margin: 0;
}

#sidebarleft dt {
	background-color: #BD1B22;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	color: #FFFFFF;
	padding: 2px;
	font-weight: bold;
}

#sidebarleft dd a {
	color: #000;
	font-size: 8pt;
	text-decoration: none;
	display: block;
}
#sidebarleft dd a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #DA2128;
	display: block;
}

#sidebarleft ul {
	list-style: none;
	padding: 2px;
	margin: 0px;
}
#sidebarleft  li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#sidebarright {
	padding: 3px;
	width: 142px;
	background-color: #BD1B22;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-align: left;
	float: left;
	clear: right;
	font-weight: bold;
	color: #FFFFFF;
}
#sidebarright a {
	color: #FFFFFF;
}
#sidebarright a:hover {
	color: #000000;
}

#footer {
	margin-right: auto;
	margin-left: auto;
	clear: both;
	width: 796px;
	background-color: #E5E5E5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	font-size: 7pt;
	padding: 2px;
}
#footer a {
	font-size: 8pt;
	color: #000000;
	text-decoration: underline;
}
#footer a:hover {
	font-size: 8pt;
	color: #DA2128;
}
#mainbody {
	width: 490px;
	float: left;
	padding: 5px;
	background-color: #FFFFFF;
	text-align: left;
}
#mainbody .programme {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}
#mainbody .date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 5px;
	margin-top: 5px;
	background-color: #000000;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-left: 3px;
}
#mainbody .sectionhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-transform: uppercase;
	color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	width: 100%;
	display: block;
	margin-top: 8px;
	clear: left;
}
#mainbody .speaker {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #000000;
	display: block;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#mainbody .speakertown {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #000000;
	font-style: italic;
	display: block;
	text-indent: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#mainbody .subject {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	display: block;
	margin-top: 8px;
}
#mainbody .subjectred {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #DA2128;
	display: block;
	margin-top: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#mainbody .subjectgroup {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	display: block;
	margin-top: 8px;
}
#mainbody .vision {
	font-size: 18px;
	color: #FFFFFF;
	display: block;
	background-color: #BD1B22;
	padding: 2px;
}
#mainbody  a {
	color: #DA2128;
	font-weight: normal;
}
#mainbody a:hover {
	color: #000000;
}
#mainbody img {
	margin-right: 5px;
}
#mainbody .summitheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	font-size: 15px;
	background-color: #BD1B22;
	padding: 2px;
}
#container #sidebarleft #quicklinks  {
	width: 150px;
	position: fixed;
	float: left;
	clear: left;
}
#container  #sidebarleft  #quicklinks a  {
	color: #FFFFFF;
	background-color: #666666;
	display: block;
	padding: 2px;
	text-decoration: none;
}
#container #sidebarleft #quicklinks a:hover  {
	background-color: #999999;
}
#container #sidebarleft #quicklinks dt  {
	display: block;
	background-color: #000000;
	font-weight: bold;
}
#mainbody-pressrelease {
	width: 640px;
	float: left;
	padding: 5px;
	background-color: #FFFFFF;
	text-align: left;
}
#mainbody-pressrelease .vision {
	font-size: 18px;
	color: #FFFFFF;
	display: block;
	background-color: #BD1B22;
	padding: 2px;
}
#mainbody-pressrelease .subjectred {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #DA2128;
	display: block;
	margin-top: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.style1 {color: #FFFFFF}
.style2 {
	font-size: 22pt;
	font-weight: bold;
}
.style4 {
	font-size: 12pt;
	color: #bd1b22;
}
.style5 {
	font-size: 10pt;
	color: #000000;
}
.style6 {
	font-size: 10pt;
	color: #bd1b22;
	font-weight: bold;
}
.style7 {
	color: #bd1b22;
	font-weight: bold;
}
a:link {
	color: #999999;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #E8E8E8;
}
a:active {
	color: #CCCCCC;
}
a img { 
	border:none; 
	}
.style10 {font-size: 10pt; color: #FFFFFF; }
.ul {
	font-size: 10pt;
	color: #000000;
}
.style8 {color: #FFFFFF; font-weight: bold; }
.style12 {font-size: 21pt; font-weight: bold; }
.style13 {
	color: #bd1b22;
	font-weight: bold;
	font-size: 14pt;
}
.style14 {color: #BD1B22}
.style15 {
	font-size: 14pt;
	font-weight: bold;
}
.style16 {font-size: 22pt}
.style18 {
	font-size: 17pt;
	font-weight: bold;
}
iframe {
border: 1px solid #000000;
}
</style>	

