html {
	overflow-y: scroll;
}

body
{
  background: #f6f6f6 url(../images/bg.jpg) repeat-x top left;
	margin: 0px; 
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 14px;
        line-height: 1.3;
}

img { 
border: 0; 
}

.underC { color: #a93b25; text-align: center; width: 80%; margin: 30px auto; padding: 9px; border: dotted 1px #a93b25 ;}
.underC a, .underC a:hover {  font-weight: 900;}

#head
{
  background: #e4e4e4 url(../images/header.jpg) no-repeat top left;
	width: 970px;
	height: 117px;
	padding: 0px;
	margin: 0 auto;
}


#head #title
{
	float: left;
	color: #FFF;
	padding: 0;
  margin: 27px 0 0 16px;
}

#head #titleText
{
display: block;
 	font-size: 20px;
	color: #FFF;
	padding: 18px 5px 5px 0;
  margin: 0;
  text-align: right;

}

#body_wrapper
{
  background: url(../images/body_repeat.jpg) repeat-y top left;
	margin: 0px auto;
	width: 970px;
	display: block;
}


#body
{
  background: url(../images/body_top.jpg) no-repeat top left;
	float: left;
	padding: 10px 20px 0px 20px;
	min-height: 343px;
	display: block;
}

#end_body
{
  background: url(../images/body_bottom.jpg) no-repeat top left;
	margin: 0px auto;
	width: 970px;
	height: 20px;
	display: block;
	padding: 0 0 13px 0;
	text-align: center;
}

.clearer
{
  clear: both;
	height: 1px;
	padding: 0px;
	margin: 0px;
}

.clearAll
{
  clear: both;
}

#all
{
  width: 930px;
	float: left;
	padding: 0px;
	background: url(../images/all_repeat.jpg) repeat-y top left;
}

#all .top
{
  background: url(../images/all_top.jpg) no-repeat top left;
	width: 930px;
	height: 18px;
	padding: 0px;
	margin: 0px;
}

#all .bottom
{
  background: url(../images/all_bottom.jpg) no-repeat bottom left;
	width: 930px;
	height: 21px;
	padding: 0px;
	margin: 0px;
}

#split
{
  width: 930px;
	float: left;
	padding: 0px;
	background: url(../images/both_repeat.jpg) repeat-y top left;
}

#split .top
{
  background: url(../images/both_top.jpg) no-repeat top left;
	width: 930px;
	height: 18px;
	padding: 0px;
	margin: 0px;
}

#split .bottom
{
  background: url(../images/both_bottom.jpg) no-repeat bottom left;
	width: 930px;
	height: 21px;
	padding: 0px;
	margin: 0px;
}

#left
{
  width: 672px;
	float: left;
	padding: 0px;
	margin: 0px;
}

#right
{
  width: 258px;
	float: right;
	padding: 0px;
	margin: 0px;
}

.content 
{
  padding: 0px 7px;
  text-align: justify;
}

#left .content, #all .content
{
  padding-left: 22px;
  padding-right: 15px;  
}

#footer
{
  margin: 0 auto; 
	width: 970px;
	text-align: center;
	color: #777;
	font-weight: 100;
}

#footer a
{
 color: #777;
}

#footer a:hover
{
	color: #ff0000;
}

#right ul 
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#right ul li 
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: block;
}

#right ul a 
{
	display: block;
	width: 125px;
	background: #d2d2d2;
	color: #000;
	padding: 3px;
	padding-left: 10px;
	text-decoration: none;
	margin: 0px;
	border: 0px;
}

#right ul a:hover 
{
	color: #FFFFFF;
	background: #7f8d96;
}

/* Navigation */

#menu 
{
  float: right;
  padding: 0;
  margin: 11px 18px 0 0;
}

#menu ul 
{
	margin: 6px 0 0 0;
	padding: 0;

}

#menu ul li 
{
	margin: 0;
	padding: 0;
	display: block;
	float:left;
	text-align: center;
}

#menu ul li a 
{
	color : #fff;
	background-color: transparent;
	text-decoration : none;
	font-weight: 900;
        font-size: 12px;
	display: block;
	border-style:none;
}

#menu ul li a:link, #menu ul li a:visited 
{
	background-image: url(../images/menu_tabs.gif);
	background-repeat: no-repeat;
	color: #555;
	height: 24px;
	width: 83px;
	line-height: 24px;
	padding-top: 7px;
	padding-right: 3px;
}

#menu ul li a:hover, #menu ul li a:active
{
	background-image: url(../images/menu_tabs.gif);
	background-repeat: no-repeat;
	background-position: 0px -33px;
	height: 27px;
	width: 83px;
	line-height: 27px;
	padding-top: 4px;
	padding-right: 3px;
	color: #ff0000;
}

 
#menu ul li.selected a:hover, #menu ul li.selected a:active,#menu ul li.selected a:link, #menu ul li.selected a:visited 
{
	background-image: url(../images/menu_tabs.gif);
	background-repeat: no-repeat;
	background-position: 0px -66px;
	height: 27px;
	width: 83px;
	line-height: 27px;
	padding-top: 4px;
	padding-right: 3px;
	color: #000;
}


/*  Headers  */
h1 
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	/*color: #D96B11;*/
    color: #8C0303;
	background-color: transparent;
	font-size: 18px;
	font-weight: bold;
	display: block;
	border-bottom: 1px solid;
}

h2 
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	color: #333;
	background-color: transparent;
	font-size: 16px;
	font-weight: bold;
}

h3 
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	color: #76b7d7;
	background-color: transparent;
	font-size: 14px;
	font-weight: bold;
}

h4 
{
	padding: 0px;
	margin: 0px;
	color: #333;
	background-color: transparent;
	font-size: 13px;
	font-weight: bold;
}

h5 
{
	color: #9ad5f3;
	background-color: transparent;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}

h6 
{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #D96B11;
	font-size: 12px;
	font-weight: normal;
	line-height: 150%;
}
/* HTML Tags */

.code, code
{
  display: block;
	margin: 5px 10px;
	padding: 5px;
	color: #ad4c21;
	border: 1px dashed;
	background: #f0ebe7;
	font-family: Courier, 'Courier New', 'Andale Mono', Monaco, monospace;
	width: auto;
}

pre
{
 white-space: normal;
}

a
{
  color: #BF0404;
	text-decoration: none;
	border-bottom: 1px dashed;
	padding-bottom: 0px;
}

a:hover
{
	color: #ff0000;
}

.zeroBorder { border: 0; }

hr
{
  border: 0px;
  border-bottom: 1px #F0EBE7 dashed;
	height: 1px;
}

#left hr, #all hr
{
  margin: 6px 0px;
}

form
{
  margin: 0px;
	padding: 0px;
}

form .item
{
  clear: left;
	border-top: 1px solid #EEE;
	margin: 3px;
}

form .label
{
  float: left;
	clear: left;
	width: 150px;
}

input, textarea, select
{
  color: #AD4C21;
	border: 1px solid;
	background: #F0EBE7;
	margin: 3px;
	padding: 2px;
    font-size:15px;
    font-weight:bold;
}

blockquote {
	margin: 5px;
  background: transparent url(../images/quotes.png) left top no-repeat;
	padding-left: 37px;
}


del 
{
  color: #800;
	text-decoration: line-through;
}

dt
{
  font-weight: bold;
	font-size: 12px;
	color: #ad4c21;
}

dd 
{
  margin-left: 15px;
}

/* adds a space and then a graphic after any external (i.e. off-site) links 
a[target]:after{
	content: " " url(../images/externalpage.gif);
}
*/

blockquote[cite]:after {
	content: "Quote from: " attr(cite);
	display: block;
	border-top: 1px solid #999;
	color: #999;
	margin: 1em 0 0;
	padding: .5em 0 0;
	font-size: 11px;
	font-weight: bold;
}

.code .key1
{
 font-weight: 700;
 color: #009;
}

.code .key2
{
 color: #009;
}

.code .key3
{
 color: #909;
}

.code .key4
{
 color: #00B0B0;
}

.code .key5
{
 color: #F0F;
}

.code .key6
{
 color: #D0D000;
}

.code .key7
{
 color: #D0D000;
}

.code .key8
{
 color: #D0D000;
}

.code .string
{
 color: #282;
}

.code .number
{
	color: #000;
	font-weight: 700;
}

.code .comment
{
 color: #AAA;
}

.code th
{
	border-right: 1px solid;
	vertical-align: top;
	text-align: left;
	padding-right: 1em;
}

/* various additions */
.headerlineAt { padding:0 2px 0 1px; font-size: 17px; font-style: italic; }
.locationMap {width: 635px; height: 474px; border: solid 1px #000000; }
.sponsorImg { border: solid 1px #333; }
.topSponsorCell {width: 221px; border-right:solid 2px #ccc; text-align: center; padding: 5px 0; }
#topSponsorTable {width: 914px; margin: auto; background: #fff; border: solid 2px #ccc}
.programme {width: 480px; padding: 25px; font-size: 1.3em; margin: 20px auto; border: solid 2px #333; background: #ccc; text-align: center; }
.poster {width: 480px; padding: 20px; margin: 30px auto; border: solid 2px #333; background: #ccc; text-align: center; }
.toggleLink {color: #AD4C21; text-decoration: none; border: 0; margin: 0; font-size: 1.2em; cursor: pointer; }
.inputLine { width: 240px; background-color: #e5c2b2; padding-left: 3px; color: #000; border: 1px solid #000; }
.button {cursor: pointer; height: 21px; margin-bottom: 2px; padding: 0 1px 3px 1px; border: 1px solid #000; background-color: #ad4c21; font-weight: 900; width: 100px; letter-spacing: 1px; color: #fff; font-size: 0.9em; }
.button:hover { color: #000; border: 1px solid #222; background-color: #e5c2b2;}
.downloadLink  { margin: 7px 0 14px 0; padding-bottom: 7px; border-bottom: dotted 2px #999; }

/* CAPTCHA section */
#captchaimage {width: 117px; padding: 2px;}
#captchaimage img { border: 1px solid #000; display: block; margin: 7px 0;} 
p#statusgreen { font-size: 1.2em; background-color: #fff; color: #0a0; }
p#statusred { font-size: 1.2em; background-color: #fff; color: #a00; }
fieldset label { display: block; }

fieldset input#captcha { width: 117px; border: 0 solid #ddd; padding: 2px; }
fieldset input#submit { display: block; margin: 2% 0% 0% 0%; }
.captcha {background-color: #e5c2b2; width: 109px; padding: 3px; border: 1px solid #000; color: #000;}

