body {
	background-color: white;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:150%;
	font-size: 8pt;
	color: black; 
}

img { 
	border:0; 
	}

a:link { 
	color: #999; 
	text-decoration: none;

}

a:visited { 
	color: #999; 
	text-decoration: none;

}

a:active { 
	color: #666; 
}

a:hover { 
	color: black;  
	text-decoration: none;

}



/* styles for home page */

#centre_horizontal       
	{
	position: absolute;
	top: 50%;
	overflow: visible;
	visibility: visible;
	display: block
	}	
	
.centre_wrapper {
	width: 900px;
	position: absolute;
	top: -100px;
	left: 0;
	visibility: visible;
}

.about_scope_space {
	width: 100%;
	height:20px;
}

.about_but{
	float:right;
	padding: 0px 10px 0px 0px;
}

.logo {
	width:340px;
	height: 126px;
	float: left;
	padding: 20px 0 0 0;
}

.issue_block {
	width: 260px;
	height: 150px;
	float: right;
}

.issue_thumb {
	height: 110px;
	width: 250px;
}

.issue_button {
	height: 18px;
	float: left;
	padding: 3px 0 0 0;
}

#about_text_block {
	float:right;
}

.about_text {
	text-align: justify;
	width: 510px;
	float:right;
	margin: 0 10px 0 0px;
	
}

.about_padding {
	height: 30px;
	float:right;
	width: 500px;
}



