body {
	font-family: Arial, Geneva, san-serif;
	font-size: 1em;
	color: #000000;
	background-color: #929292;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	
	height: 100%;
	width: 100%;
	
	text-align: center; /* Needed to centre in IE. */
		
	/*border-style: solid;
	border-color: red;
	border-width: 1px;*/
}

.pagecontent {
	width: 770px;
	height: 0px;
	
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	
	/*border-style: solid;
	border-color: yellow;
	border-width: 1px;*/
}

.pagetext {
	width: 611px;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	background-image: url("../images/middle.jpg");
	background-repeat: repeat;
	text-align: justify;
	
	/*border-style: solid;
	border-color: blue;
	border-width: 1px;*/
}

.text {
	width: 600px;
	margin: 10px 5px 10px 6px;
}

.navigation {
	float: left;
	width: 149px;
	
	margin: 0px 6px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	background-image: url("../images/navmiddle.jpg");
	background-repeat: repeat;

	font-weight: bold;
	
	/*border-style: solid;
	border-color: cyan;
	border-width: 1px;*/
}

#footer {
	background-image: url("../images/footer.jpg");
	height: 96px;
	width: 611px;
	
	margin: 0px;
	padding: 50px auto 10px auto;
	padding: 0px;
}

#footertext {
	margin: 0px;
	padding: 40px 0px 0px 0px;
}

.centered {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

h1 {
	padding: 40px 30px 0px 0px;
	margin: 0px 0px 0px 0px;

	text-align: right;
	font-size: 1.4em;
	font-style: italic;
	font-weight: bold;
	color: #B23F76;
}

h2 {
	padding: 20px 0px 10px 30px;
	margin: 0px 0px 0px 0px;
	
	text-align: left;
	font-size: 1.1em;
	font-weight: normal;
}

h3 {
	padding: 20px 40px 10px 40px;
	margin: 0px 0px 0px 0px;
	
	text-align: center;
	font-size: 1.1em;
}

h4 {
	padding: 5px 10px 5px 30px;
	margin: 0px;
	text-align: left;
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
}

p {
	margin: 0px 0px 0px 0px;
	padding: 5px 30px 5px 30px;
}

ul {
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 5px 30px 5px 80px;
	
	width: 500px;
}

li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
}

table {
	width: 100%;
}

td {
	width: 50%;
	
	/*border: 1px solid blue;*/
}

img {
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	
	vertical-align: bottom; /* Needed to remove white line in IE. */
	
	border-width: 0px;
	/*border: 1px solid red;*/
}

img.button {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	
	/*border-style: solid;
	border-color: pink;
	border-width: 1px;*/
}

.homebutton {
	width: 132px;
	height: 59px;
	background-image: url("../images/homebutton.jpg");
	background-repeat: no-repeat;
}
.homebutton:hover {
	width: 132px;
	height: 59px;
	background-image: url("../images/athomebutton.jpg");
	background-repeat: no-repeat;
}

.legalbutton {
	width: 132px;
	height: 71px;
	background-image: url("../images/legalbutton.jpg");
	background-repeat: no-repeat;
}
.legalbutton:hover {
	background-image: url("../images/atlegalbutton.jpg");
	background-repeat: no-repeat;
}

.voluntarybutton {
	width: 132px;
	height: 71px;
	background-image: url("../images/voluntarybutton.jpg");
	background-repeat: no-repeat;
}
.voluntarybutton:hover {
	background-image: url("../images/atvoluntarybutton.jpg");
	background-repeat: no-repeat;
}

.contactusbutton {
	width: 132px;
	height: 59px;
	background-image: url("../images/contactusbutton.jpg");
	background-repeat: no-repeat;
}
.contactusbutton:hover {
	width: 132px;
	height: 59px;
	background-image: url("../images/atcontactusbutton.jpg");
	background-repeat: no-repeat;
}

.contactbar {
	width: 608px;
	height: 77px;
	
	background-image: url("../images/contactbar.jpg");
	background-repeat: no-repeat;
}

.addresstext {
	padding: 10px 0px 5px 0px;
	text-align: center;
	font-size: 1.1em;
}
.copyrighttext {
	text-align: center;
	font-size: 0.8em;
}

a:link {
	color: #B23F76;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #B23F76;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #929292;
	font-weight: bold;
}

a img {
	border: none;
}

a.menulinks {
	color: #929292;
}
a.menulinks:visited {
	color: #929292;
}

a.menulinks:hover {
	color: #FFFFFF;
}

a.internal:hover { /* To stop internal links on page greying on hover. */
	color: #000000;
}

div.menulinks {
	text-align: left;
	padding: 0px 0px 0px 20px;
}

div.link {
	padding: 3px 0px 3px 0px;
}

a.currentmenulink {
	color: #FFFFFF;
}
a.currentmenulink:visited {
	color: #FFFFFF;
}

p#specialTB { /* For IE */
	float: right;
	width: 340px;
	padding: 0px 70px 0px 0px;
	margin: 20px 0px 0px 0px;
	line-height: 1.5;
}

div.text > p#specialTB { /* For Standards Compliant */
	float: right;
	width: 270px;
	padding: 0px 70px 0px 0px;
	margin: 20px 0px 0px 0px;
	line-height: 1.5;
}

h1#specialFB0 { /* For IE */
	float: right;
	padding-right: 0px;
	margin-right: 35px;
	margin-top: 10px;
}

div.text > h1#specialFB0 { /* For Standards Compliant */
	float: right;
	padding-right: 0px;
	margin-right: 70px;
	margin-top: 10px;
}

p#specialFB1 { /* For IE */
	float: right;
	width: 340px;
	margin: 0px;
	padding: 10px 70px 0px 10px;
}

div.text > p#specialFB1 { /* For Standards Compliant */
	float: right;
	width: 270px;
	margin: 0px;
	padding: 10px 70px 0px 30px;
}

ul#specialFB2 { /* For IE */
	float: right;
	width: 330px;
	margin-right: 0px;
	padding-left: 20px;
	padding-right: 70px;
	text-align: justify;
}

div.text > ul#specialFB2 { /* For Standards Compliant */
	float: right;
	width: 250px;
	margin-right: 30px;
	padding-left: 20px;
	padding-right: 40px;
	text-align: justify;
}

#legalwhatwedo ul {
	width: 350px;
}

#legalwhatwedo {
	width:350px; float:right; margin:50px 0px 0px 0px;
}

#voluntarywhatwedo ul {
	width: 300px;
}

#voluntarywhatwedo {
	width:300px; float:right; margin:50px 0px 30px 0px;
}
