body {
	background: url('images/Template_08.gif') repeat-y 50% 0% #F0F0F0;
	text-align: center;
	margin: 0px 0px 0px 0px;
	font-family: Verdana;
	font-size: 9pt;
}
#bodyOuter {
	width: 900px;
	margin: auto;
	text-align: left;
}
#bodyHeader {
	position: relative;
	background: url('images/Template_02.gif');
	width:900px; 
	height:155px;
}

/* The invisible link that goes over the NMA logo in the title bar */
a#NMALink {
	position:	absolute;
	display:	block;
	top:		12px;
	left:	20px;
	width:	110px;
	height:	110px;
}
a#SponsorLink {
	position:	absolute;
	display:	block;
	top:		112px;
	left:	130px;
	width:	190px;
	height:	20px;
}

#bodyLeftCol {
	width:221px; 
	float: left;
	overflow: hidden;
}
#bodyLeftCol ul {
	padding: 0px;
	margin: 0px 0px 0px 24px;
	list-style: none;
}
#bodyLeftCol ul li {
	display: block;
	background: url('images/Template_05.gif');
	width: 197px;
	height: 27px;
}
#bodyLeftCol ul li a {
	display: block;
	width: 197px;
	height: 27px;
	line-height: 27px;
	color: #D6EAEC;
	text-decoration: none;
	font-weight: bold;
	text-indent: 16px;
	font-size: 8pt;
	overflow: hidden;
}
#bodyLeftCol ul li a:hover {
	background: url('images/Template_05-over.gif');
	color: #FFFFFF;
}
#bodyLeftCol #innerPanel {
	color: #B5D9DD;
	width: 197px;
	margin: 20px 0px 0px 35px;
	overflow: hidden;
	font-size: 10px;
	line-height: 15px;
}
#bodyLeftCol #innerPanel a {
	color: #FFFFFF;
	line-height: 17px;
}
#bodyRightCol {
	background: url('images/Template_06.gif') no-repeat;
	width:679px;
	float: right;
	overflow: hidden;
}
#bodyRightCol #inner {
	padding: 20px 110px 20px 32px;
	line-height: 17px;
}
#copyFooter {
	font-size: 7.5pt!important;
	color: #8C8C8C;
	margin-top: 25px;
	line-height: 15px;
	clear: both;
}

/* The table of contact details on the confirmation pages for the make an entry and table bookings. */
table.EntryConfirmationDetails th {
	width: 120px;
}

/* General utility class */
div.clear {
	clear:both;
}

.smaller {
	font-size: smaller;
}

#ChequePaymentInfo ul {
	list-style-type: none;
	margin: 0;
}

.inputError {
  border: 1px solid #ff0000;
}