/* CSS Document */

p, th, h1, h2, h3, label, td, li, ol, ul, link, a, address, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 15px;
}
h2 {
	padding-top:0;
	font-size: 14px;
	font-weight: bold;
}

a {
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-weight: bold;
}
li {
	padding-top: 20px;
	list-style-image: url(Images/arrow.gif);
}
#thanksText {
	text-align:center;
	padding-bottom: 250px;
	padding-top: 50px;
}
/*************** Image Handling **************************/
.floatLeft, .floatRight, .imageBorder {
	padding: 10px 10px 10px 10px;
}
.imageCentre {
	text-align: center;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
/**************** MENU OPTIONS ****************/
#menuBar {
	float: left;
	width: 130px;
	padding-top: 25px;
}
.dash { /* For WAI */
	display: none;
}
#menuBar a {
	height: 30px;
	width: 125px;
	float: left;
	display:block;
	color: #FFFFFF;
	font-size: 20px;
	padding-left: 5px;
	margin-bottom: 5px;
	text-decoration: none;
}
#menuBar a:hover {
	background-color: #FFFFFF;
	color: #3F3B79;
}
/***************** DIV DEFINITIONS ********************/
body {
	position: relative;
	width: 955px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(Images/background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#bodyText {
	padding: 5px;
	padding-right: 30px;
	margin-left: 140px;
}

#footer {
	clear: both;
	margin-top: 30px;
	text-align: center;
}
#ACWD {
	font-size: 10px;
	font-style:italic;
}

/******don't show the human field on the contact form so as to catch spam robots*******/
#humanLabel, #human {
	display: none;
	visibility: hidden;
}


