body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url('../images/bg2.jpg');
	background-repeat: repeat;
	}


	
/* Banner settings so no border appears around the image*/
#header { padding-top: 2px; padding-bottom: 2px; height: 134px}
#header a:link, #header a:visited, #header a:hover, #header a:active {color: #FFFFFF; text-decoration: none;}

.noborder a:link, .noborder a:visited, .noborder a:hover, .noborder a:active {color: #FFFFFF; text-decoration: none;}


/* Title Image */
.titleimg {float: right;}

/* Images on donate page */
.floatright	{	float: right;}

.floatleft 	{	float: left;
				margin-right: 15px;}


/* PDF Icon */
.pdficon{margin-right: 5px; vertical-align: middle;}


/* Links */

#content p a:link, #content h3 a:link, #content h2 a:link, #content li a:link, 
#content p a:visited , #content h3 a:visited, #content h2 a:visited , #content li a:visited 
	{color: #7b1212;  text-decoration: none;}
#content p a:hover, #content h3 a:hover, #content h2 a:hover, #content li a:hover,
#content p a:active, #content h3 a:active , #content h2 a:active , #content li a:active 
	{color: #390a0a;  text-decoration: underline;}

#footer a:link, #footer a:visited  {color: #FFFFFF; font-weight: bold; text-decoration: none;}
#footer a:hover, #footer a:active {color: #FFFF00; font-weight: bold; text-decoration: underline;}

.listlinks {list-style: none; padding-left: 0px; margin: 25px;}

/* End Links */


#container {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #e4d8ae;
	background: #FFFFFF;
	
	}

	
#content {text-align:left;
	min-height: 500px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 50px;
	line-height: 1.7em;}

#content h1 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	width: 600px;
	line-height: 2em;
	margin-top: 10px;
	font-size: 22px;
	font-family: Arial;
	color: #061563;
}

#content h2, h4 { font-size: 18px;
             font-family: Arial;
			 padding-top: 20px;
			 color: #061563;
			 }
		
		
#content h3 { font-size: 22px;
             font-family: Arial;
			 padding-top: 40px;
			 margin-bottom: 10px;} /* Header for News page*/
			 
hr { border-width: 1px;
	border-style: dotted;
	border-color: #CCCCCC;}
	
.articleimg {float: right;}

/* Bold paragraph on volunteering page */
.bold {font-weight: bold;}


/*#content p { text-align: justify;}*/


#footer {
	margin-top: 10px;
	padding-top: 5px; padding-bottom: 5px;
	background: #7cb94c;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 18px;
	text-align: center;
}


#centretext { text-align: center;}

.centreimg {display: block; 
			margin: 15px auto;
			width: 260px;
			}



/* Begin Form Contact Page */

#contact-area {
	width: 600px;
	margin-top: 5px;
}

#contact-area input[type="text"], #contact-area textarea {
	padding: 5px;
	width: 301px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
}

#contact-area textarea {
	height: 120px;
}

#contact-area textarea:focus, #contact-area input[type="text"]:focus 
#contact-area textarea:hover, #contact-area input[type="text"]:hover{
	border: 1px solid #7cb94c;
}

#contact-area input.submit-button {
	width: 100px;
	float: left;
	margin-right: 30px;
}


#contact-area label {
	
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-weight: bold;
}

/* End Form Contact Page */


/* Begin Form Donation Page */

#donateform fieldset{
		padding: 10px 50px;
		border: 1px dashed grey;
		margin: 30px 60px;}

#donateform label {	
		float: left;
		width: 150px;
		text-align: right;
		margin: 0 10px 10px 0px;
		}
					
#donateform input[type="text"]{
		width: 50px;
		margin-bottom: 10px;
		border: 1px solid #d3d3d3;
		padding: 2px;
		}

#donateform input.submit {
		margin-left: 160px;
		}

#donateform p {font-weight: bold; color: #084d1b} /* Text with total donation using Gift Aid */

#donateform img {float: right;
				margin: 5px 0 0 0;}
				
#donateform input[type="text"]:focus, #donateform input[type="text"]:hover {
	border: 1px solid #7cb94c;
}

/* End Form Donation Page */


/* Begin border around text donate */
.textborder {	border: 1px dotted black;
				padding: 10px;
				text-align: center;
				margin: 0 0 30px 0;
				font-size: 13px;
				line-height: 30px;}
				
			
/* End border around text donate */


/* Tables */
.playworkertable td {vertical-align: top; padding-top: 20px; padding-right: 20px;}


