@charset "UTF-8";
/* CSS Document */

body {
background-color:#C6D2B6;
color:#000000;
font-family:Times New Roman,Times,serif;
font-size:12px;
margin:0;
text-align: center; /* centers the wrapper content in IE 6 */
}
a {
	font-family: Times New Roman, Times, serif;
	
	color: #000000;
}

img {
	border: 0;
	}
	
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #8fa374;
}
a:active {
	text-decoration: none;
	color: #000000;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Times New Roman, Times, serif;
}
h1 {
	
	color: #000000;
}


#wrap { 
	margin-left:auto;
margin-right:auto;
margin-top:150px;
width:532px;
text-align: center; /* re-alignes text to the left */
}   
	
p {
	font-size: 12px;
	font-style:italic;
	font-weight:bold;
	line-height: 18px;
	}
	
.arial {
	font-family:Arial, Helvetica, sans-serif;
	
	font-style:italic;
	font-weight:bold;
	line-height:18px;
	}
	
.band {
	width: 477px;
	}
	
.image_left {
	float: left;
	padding: 0px 6px 6px 0px;
	width: 112px;
	}
	
.copy_right {
	padding: 0px;
	}
	
.clearer {
	clear: both;
	}
	
.title {
	margin-bottom: 60px;
	}

table p {
    text-align: left;
    }
	
.band_border {
    border: 1px solid #000000; /* obviously change the colour (hex value) or width as you wish */
    }