body#aboutUs a#aboutUsLink,
body#whyAttend a#whyAttendLink,
body#whoShouldParticipate a#whoShouldParticipateLink,
body#programme a#programmeLink,
body#venue a#venueLink, 
body#facilitators a#facilitatorsLink,
body#contact a#contactLink {
	color: #999999;
}

/*
.menuBar {
	width: 800px;
	height: 40px;
	background-color: #970036;
	margin-top: 0px;
	position: relative;
}
*/

ul.nav {
	list-style-type: none;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	background-color: #970036;
	float: left;
	width: 800px;
}

* html ul.nav {
	margin-top: 0px;
}

ul.nav li {
	float: left;
	font-weight: bold;
	display: block;
	background-color: #970036;
	padding: 5px 10px 5px 10px;
	margin-right: 5px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

ul.nav a {
	color: white;
	text-decoration: none;
}

ul.nav a:hover {
	color: silver;
}


/* hack for IE6 */
* html ul.bodyText {
	margin-top: 5px;
	padding-left: -18px;
}

ul.bodyText {
	margin-top: 5px;
	margin-left: 0px;
	padding-left: 18px;
	list-style-type: disc;
}

ul.bodyText li {
	color: black;
}

.mainDiv {
	width: 800px;
	border: #970036 20px solid;
	background-color: white;
	margin: auto;
}

.topPicStatic {
}

.logoFloat {
	width: 200px;
	height: 90px;
	float: right;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.bannerFloat {
	width: 800px;
	/* height: 200px; */
	position: relative;
	float: left;
	z-index: 1;
}

/* hack for IE6 */
* html .bannerFloat {
	margin-bottom: -4px;
}

/* 'clear: both' is inserted in bodyDiv to clear any floats from menuBar before */
.pageHead {
	clear: both;
	padding: 20px 10px 0px 10px;
}

.subHead {
	padding: 0px 10px 0px 10px;
}

.bodyDiv {
	padding: 20px;
}

.textInTable {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
	border-collapse: collapse;
}

.textInTable a {
	color: navy;
	text-decoration: underline;
}

tr {
	border-collapse: collapse;
}

td {
	padding: 10px;
	vertical-align: top;
	width: 253px;
}

table {
	border-collapse: collapse;
	border-spacing: 30px;
}

h1 {
	font-family: "I Times Italic", "Times New Roman Italic", serif;
	font-style: italic;
	color: navy;
	font-size: 16px;
	line-height: 22px;
	padding: 0px 10px 0px 10px;
}

h2 {
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	color: black;
	font-size: 14px;
	padding: 0px 10px 0px 10px;
}

h3 {
	font-family: Verdana, Helvetica, sans-serif;
	font-style: normal;
	color: #970036;
	font-size: 14px;
	padding: 0px 10px 0px 10px;
}

h3 a {
	color: #970036;
	text-decoration: underline;
}

h4 {
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
	font-size: 10px;
	padding: 10px 10px 0px 10px;
}

.sideNote {
	font-family: Verdana, Helvetica, sans-serif;
	font-style: normal;
	color: #970036;
	font-size: 14px;
}

.textInTable b {
	font-size: 14px;
	font-weight: bold;
	color: #970036;
}

.label {
	float: left;
	width: 180px;
	text-align:right;
	clear:left;
	margin-right:10px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.submitbutton {
	margin-left:190px;
}

input#name, input#email, input#telephone, input#recipient, input#heardOther, textarea#comments {
	width: 300px;
	background-color: #FBEF99;
	font-family:"Lucida Console", Monaco, monospace;
	font-size: .9em;
	margin-top: -2px;
}

input#name:focus,
input#email:focus,
input#telephone:focus,
input#recipient:focus,
input#heardOther:focus,
textarea#comments:focus
{
	background-color: #FDD041;
}

fieldset {
	width: 540px;
}
legend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#970036;
}

.blueBG {
	border: #970036 1px solid;
	background-color: #DDDDDD;
}