@charset "UTF-8";
/* CSS Document */

a.gen:link { 
	color: #0092ce;
	}
a.gen:visited { 
	color: #0092ce;
	}
a.gen:hover { 
	color: #0092ce;
	background-color: #f3f3f3;
	text-decoration: none;
	}
a.gen:active { 
	color: #2c439b;
	}
	
/* top nav */	

a.topnav:link { 
	color: #363636;
	font-weight:bold;
	text-decoration: none;
	}
a.topnav:visited { 
	color: #363636;
	font-weight:bold;
	text-decoration: none;
	}
a.topnav:hover { 
	color: #000000;
	font-weight:bold;
	text-decoration: none;
	}
a.topnav:active { 
	color: #363636;
	font-weight:bold;
	text-decoration: none;
	}
	
/* bullets */




body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color: #666;
	background-color: #f1f1f1;
	margin:0;
	margin-top:22px;
	padding:0 0 20px 0;

	}

* { padding:0; margin:0;}

.column_in { 
 background: #ffffff;
 padding:0px;
 margin:  10px 10px 10px 10px;
}

#footer{
	height:63px;
	background:#e2e2e2;
	font-size:10px; 
	color:#cccccc;
	border-top:1px solid #cccccc;
	padding-left:10px;
	padding-top:8px;
}

img 
{
	border: 0;
}

#left_col{
float: left; 
width:200px; 
background:#f3f3f3; 
background-image:url(../images/left_bg.jpg); 
background-repeat:repeat-y;
}

#main_col{
float: left; 
width:710px;
background-color:#FFFFFF;

}

#main_col ul {
    padding: 5px 5px 30px 30px;
	list-style-type: square;
}

#main_col li {
    margin-bottom: 10px;
}

#mainWrapper
{
	width: 100%;
	height: 200px;
}

#minitabs {
	margin: 0;
	padding: 0 0 26px 10px;
	border-bottom: 2px solid #000000;
}

#minitabs li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}
	
#minitabs a:link, #minitabs a:visited {
	float: left;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	padding-bottom: 2px;
	text-decoration: none;
	color: #000000;
}

#minitabs a.active:link, #minitabs a.active:visited, #minitabs a:hover {

	border-bottom: 3px solid #0092ce;
	padding-bottom: 8px;
	color: #333333;
}

.news{
font-size:11px;
}

h1
{
 	font-size: 18px;
 	font-weight:bold;
	color:#223388;
 }
 
h2
{
 	font-size: 15px;
 	font-weight:bold;
	color: #223388;
 }
 
 h3
{
 	font-size: 13px;
 	font-weight:bold;
	color: #363636;
	padding-bottom:5px;
 }
 
 h4
{
 	font-size: 11.5px;
 	font-weight:bold;
	color: #000000;
 }

#header
{
	height:113px;
	padding-left: 20px;
	background-color:#FFFFFF;
}

#innerWrapper
{
	padding: 0;
	margin:auto;
	width:900px;
	background-image:url(../images/main_bg.jpg);
	background-repeat:repeat-y;
}

.logos{
padding:0px;
border-style: solid;
border-color:#e1e1e1;
border-width: 1px;
background-color: #ffffff;

}

#main_image
{
	height:246px;
	border-style: solid;
	border-color:#d1d9dc;
	border-width: 8px 8px 0px 8px;
	background:#303030;
	background-image:url(../images/main_img.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

#menu
{
 	height:28px;
	border-style: solid;
	border-color:#d1d9dc;
	border-width: 8px 8px 0px 8px;
 	padding-top:11px;
	background:#333;
	background-image:url(../images/navbg.jpg);
	background-repeat:repeat-x;
}

/*News scroller*/

#pscroller1{
width: 188px;
height: 110px;
padding:4px;
border-style: solid;
border-color:#e1e1e1;
border-width: 1px;
background-color: #ffffff;
margin-bottom:10px;
}

#pscroller2 a{
text-decoration: none;
}

#right_col{
float: left; 
width:190px; 
background:#e2e2e2;
}

.sponsor{
padding: 10px 0px 5px 23px;
}


#title
{
	height:98px;
	border-style: solid;
	border-color:#d1d9dc;
	border-width: 0px 8px 0px 8px;
	background:#303030;
    background-image:url(../images/main_title_bg.jpg);
    background-repeat:repeat-x;
}

.title_sml {
 font-size:13px;
 color:#ebebeb;
}

.glossymenu, .glossymenu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 190px; /*WIDTH OF MAIN MENU ITEMS*/
border: 0px solid black;
}

.glossymenu li{
position: relative;
}

.glossymenu li a{
background: white url(../images/glossyback.gif) repeat-x bottom left;
font: bold 12px  Arial, Helvetica, sans-serif;
color: #363636;
display: block;
width: auto;
padding: 6px 0;
padding-left: 15px;
text-decoration: none;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 190px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
}

.glossymenu li ul li{
float: left;
}

.glossymenu li ul a{
width: 190px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}

.glossymenu .arrowdiv{
position: absolute;
right: 4px;
background: transparent url(../images/arrow.gif) no-repeat center right;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: #363636;
}

.glossymenu li a:hover{
background-image: url(../images/glossyback2.gif);
}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */

.glosspartner li a{
background-color:#223388;
font: bold 13px  Arial, Helvetica, sans-serif;
color: #ffffff;
display: block;
width: auto;
padding: 6px 0;
padding-left: 16px;
text-decoration: none;
}
.glosspartner, .glosspartner li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 190px; /*WIDTH OF MAIN MENU ITEMS*/
border: 0px solid black;
}

.glosspartner li{
position: relative;
}

#speaker-table { 
	width:96%; 
	border:1px solid #D9D5BE; 
	margin:10px; 
	background:white; 
	border-collapse:collapse; 
}

#speaker-table td { 
	border:1px solid #D9D5BE; 
	padding:5px; 
}


#table-programme { 
	width:70%; 
	border:1px solid #D9D5BE; 
	margin:10px; 
	margin-left:13px;
	background:white; 
	border-collapse:collapse; 
}

#table-programme td { 
	border:1px solid #D9D5BE; 
	padding:5px; 
}

#table-programme p, h3 { 
	text-align: left;
	padding-left:0px; 
	padding-top: 5px; 
	padding-right:0px;
}

#table-programme h4 {
	text-decoration: none;
	color: 000000;
	font-size: 12px;
	font-weight: 100;
	text-align: left;
	padding-left:0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right:0px;
	font-style: normal;
}

#table-programme ul { 
	text-align: left;
	padding-left: 20px; 
	padding-top: 0px; 
	padding-right:0px;
}

#table-programme2 { 
	width:688px; 
	border:1px solid #D9D5BE; 
	margin:10px; 
	margin-left:13px;
	background:white; 
	border-collapse:collapse; 
}

#table-programme2 td { 
	border:1px solid #D9D5BE; 
	padding:5px; 
}

#table-programme2 p, h3 { 
	text-align: left;
	padding-left:0px; 
	padding-top: 5px; 
	padding-right:0px;
}

#table-programme2 h4 {
	text-decoration: none;
	color: 000000;
	font-size: 12px;
	font-weight: 100;
	text-align: left;
	padding-left:0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right:0px;
	font-style: normal;
}

#table-programme2 ul { 
	text-align: left;
	padding-left: 20px; 
	padding-top: 0px; 
	padding-right:0px;
}

#table-programme3 { 
	width:94%x; 
	border:1px solid #D9D5BE; 
	margin:10px; 
	margin-left:13px;
	background:white; 
	border-collapse:collapse; 
}

#table-programme3 td { 
	border:1px solid #D9D5BE; 
	padding:5px; 
}

#table-programme3 p, h3 { 
	text-align: left;
	padding-left:0px; 
	padding-top: 5px; 
	padding-right:0px;
}

#table-programme3 h4 {
	text-decoration: none;
	color: 000000;
	font-size: 12px;
	font-weight: 100;
	text-align: left;
	padding-left:0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right:0px;
	font-style: normal;
}

#table-programme3 ul { 
	text-align: left;
	padding-left: 20px; 
	padding-top: 0px; 
	padding-right:0px;
}