@charset "UTF-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #f4a12b;
	margin: 12px 0 0 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
.footsteps #container { 
	position: relative; 
	width: 900px;  
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left; 
} 
.footsteps #header { 
	height: 212px; 
	background: #DDDDDD; 
	padding: 0;
} 
.footsteps #sidebar1 {
	position: absolute;
	top: 212px;
	left: 0;
	width: 224px; 
	padding-top: 18px; 
}
.footsteps #sidebar2 {
	position: absolute;
	top: 212px;
	right: 0;
	width: 227px; 
	padding-top: 18px; 
}
.footsteps #mainContent { 
	margin: 0px 227px 0px 224px; 
	padding-top: 18px
}
.footsteps #fullContent { 
	margin: 0px 40px 0px 224px; 
	padding-top: 18px
}

table.sponsor { border:1px solid #87c4e9; }
table.sponsor td { border:1px solid #87c4e9; }
.list { margin-right:5px; vertical-align: top; }

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}

/* ------- text elements --------- */

.menu { margin: 0 25px 0 18px }
a.menulink {
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#000;
}
a { color: #0078c2 }
.sidebar { color: #689177; font-size: 12px; margin-bottom:0.75em }
.registerheader { color: #ca1c2c; font-weight: bold; font-size:1.25em; margin: 0 0 0.5em 0; }
.note { font-size: 0.75em; }
.highlight { background-color:#c8dba5; padding:10px; font-size:0.75em; }
.highlightheader { background-color:#c8dba5; padding:10px; }
.colourheader { margin:0; color:#325a49; }

h4 { margin-bottom:0.5em; }

.formfield {
	float:left;
	width:490px;
	padding:6px 10px 6px 0px;
}
.formlabel {
	float:left;
	width:120px;	
	padding:6px 0px 6px 10px;
}

.snug {
	margin-bottom: 0;
	margin-top: 0.5em;
}