/* table on eccessibility page */
#accessTable {
	width:95%; margin:auto;
	background-color:#FFFFFF; color:#000000;
	font-size:1em; margin-top:15px; margin-bottom:15px;
	}
#accessTable * {
	padding:7px; border:2px solid #C1C1C1;
	}
#accessTable th {
	background-color:#DCD3CE;
	color:#000000;
	}
#accessTable caption {
	color:#FFFFFF; font-size:1.2em; font-weight:bold; border:0px;
	}
	
/* W3C logos etc on site map page */
#conformance div {
	line-height:31px; height:31px; margin-top:15px; clear:right;
	}
#conformance div .c_text {
	width:300px; float:left;
	}
#conformance div .c_logo {
	float:left; margin-left:12px; display:inline; width:88px; height:31px;
	}
	
/* form on contact page */
#contactForm {
	width:480px; margin:auto;
	}
#contactForm * {
	border:1px solid #000080; 
	}
#contactForm fieldset, #contactForm fieldset legend {
	padding:4px; border-color:#FFFFFF;
	}
#contactForm fieldset div {
	border:0px; clear:both; margin-top:10px;
	}
#contactForm>fieldset>div {
	padding-top:10px;
	}
#contactForm fieldset label {
	float:left; display:block; width:120px; text-align:right; margin-right:15px;
	border:0px;
	}
#contactForm fieldset textarea {
	width:290px; height:150px; float:left; 
	}
#contactForm fieldset input, #contactForm fieldset select {
	width:290px; height:21px; float:left;
	}
#contactForm fieldset select option {
	border:0px; text-indent:20px; 
	}
#contactForm fieldset #go, #contactForm fieldset #subject {
	width:292px;
	}
#contactForm fieldset #go {
	font-weight:bold; padding-bottom:3px;
	}
#mailMessage {
	font-weight:bold; font-size:16px; text-align:center; margin:20px;
	}
.boldDark {
	font-weight:bold; color:#000000;
	}