* {
	margin: 0;
	padding: 0;
}

BODY {
	background-color: white;
	margin: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 83%;
	text-align: center;
}

BODY { overflow: -moz-scrollbars-vertical; }

DIV#container {
	margin-left: auto;
	margin-right: auto;
	width: 768px;
	border: 1px solid #c0c0c0;
	text-align: left;
}

DIV#banner {
	height: 145px;
}

DIV#navBar {
	padding-left: 15px;
	background: URL(events/nav_background.gif) #ed3122;
	height: 29px;
	text-align: left;
	width: 753px;
}

DIV#content {
	padding-left: 30px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 20px;
	text-align: left;
	width: 768px;
}

DIV#content2 {
	padding-left: 140px;
	padding-top: 76px;
	padding-right: 30px;
	padding-bottom: 120px;
	clear: both;
}

.labelcolour {
	color: #939498;
	font-weight: bold;
}

DIV#leftCol {
	width: 320px;
	float: left;
	font-size: 1.1em;
	font-weight: bold;
}

DIV#rightCol {
	width: 390px;
	float: left;
}

DIV#thinRedLine {
	height: 4px;
	width: 100%;
	background: URL(events/Thin_Red_Line.gif);
	clear: both;
}

DIV#ourClients {
	font-size: 1.1em;
	font-weight: bold;
	padding-left: 30px;
}

DIV#footer {
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: left;
	width: 780px;
}

DIV#footer DIV {
	display: inline;
	height: 54px;
	vertical-align: top;
}

H1 {
	font-size: 1em;
}

H1, P, FORM, LI {
	margin-bottom: 1em;
}

UL {
	margin-left: 3em;
}

TD {
	vertical-align: top;
}

IMG {
	border: 0;
}

A:link, A:active, A:visited  { 
	text-decoration: none ; 
	color: Black; 
}
A:hover   { 
	text-decoration: underline ; 
	color: #ed3125;
}


.inbox {
	width: 300px;
	padding: 2px;
}
.inarea {
	height: 7em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.reqd {
	color: Red;
}