
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	color: #333333;
}

#header_link {
	display: block;
	padding: 0px;
	border: 0px;
	background-image: url(header.png);
	background-repeat: no-repeat;
	width:982px;
	height:175px;
}

h1 {
	color:#BF0B17;
	font-size:1.8em;
	font-weight:bold;
}

h2 {
	color:#58585a;
	font-size:1.3em;
	font-weight:bold;
}

h4 {
	background-color:#cccccc;
	color:#5d5d5e;
	padding:10px;
	border:1px solid #cccccc;
	font-weight:bold;
	font-size:1.1em;
}

h5 {
	background-color:#58585a;
	color:#ffffff;
	padding:10px;
	font-size:1.1em;
	font-weight:bold;
	margin-top:0px;
}

h6 {
	font-size:1.2em;
	font-weight:bold;
	color:#70180e;
}

/* NAVIGATION */
#navigation ul {
	display: block;
	list-style-type: none;
	padding-left: 0;
	margin: 0px;
}
ul.show_hide sub {
	color:#fff;
	margin-left:-3px;
}

#navigation li ul li a {
	display:block;
	margin-left:-3px;
}
#navigation a {
	display: block;
	color: #666666;
	padding: 5px 0 5px 6px;
	text-decoration:none;
}
#navigation a:hover {
	color:#BF0B17;
	text-decoration:underline;
}

/* TOP NAVIGATION */
#topnav a {color:#666666;text-decoration:none;}
#topnav a:hover {color:#BF0B17;text-decoration:none;}
#navigation a.current,#topnav a.current {
	color:#BF0B17;
	font-weight:bold;	
}

/* CONTENT */

div#content {
	height:auto;
	margin-top:10px;
	min-height:350px;
}

/* for Internet Explorer */
/*\*/
* html div#content {
	height:350px;
}
/**/

#content p {font-size:105%;line-height:150%;}
#content li {font-size:105%;line-height:150%;list-style-image: url(bullet.png);}


/* RELATED PRODUCTS */

#related_customevents {text-align: center;}

#related_products {text-align: center;}

/* PROGRAMME */

#prog {
	width:100%;
	border-collapse:collapse;
	border:1px solid #58585a;
}

#prog td {
	padding:5px;
	border-bottom:1px solid #58585a;
	border-left:1px solid #58585a;
	font-size:1.0em;
	vertical-align:top;
}

.time {
	width:5%;
	font-weight:bold;
	text-align:center;
}

.break {
	background-color:#D3D3D4;
	color:#e2001b;
	font-weight:bold;
}

.subject {
	background-color:#58585a;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
}

/* BASIC FORM */
div.row {
	clear: both;
	background-color:#fff;
	padding-top: 5px;
}
div.row span.label {
	float: left;
	width: 130px;
	text-align: right;
}
div.row span.formw {
	float: right;
	width: 520px;
	text-align: left;
}

.submit {
	clear:both; 
	margin:8px 0px 0px 190px; 
}

.sponsorbar{
	background-image:url(book_back.gif);
	margin:10px 0;
	padding: 5px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background-color: #F2F2F2;
	text-align:center;
	font-weight:bold;
	color:#ffffff;
}