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


/* Standard text and link colours test*/
body {
	background-color: #FFFFFF;
	color: #666666;
}

h3 {
	color: #333333;
	margin-bottom: 2px;
	font-size: 130%;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	padding: 0 5px 0 0;
	line-height:140%;
}


a {
	color: #0064FE;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #44566E;
}


/* @group columns */

#columns-container {    
	width: 99%;
}

#columns-left {    
	float: left;
	width: 48%;
	margin-left: 0;
	margin-right: 1%;
	} 
	
#columns-right {    
	float: right;
	width: 48%;
	margin-right: 0;
	margin-left: 1%;
	}   
	
#columns-left-large {    
	float: left;
	width: 410px;
	margin-left: 0;
	margin-right: 15px;
}  
	
#columns-right-small {
	float: right;
	width: 200px;
	margin-left: 0;
	margin-right: 5px;
}  

#columns-right-large {    
	float: right;
	width: 400px;
	padding: 0;
}  
	
#columns-left-small {
	float: left;
	width: 270px;
	margin-right: 5px;
}
	
	
#columns-1 {    
	float: left;
	width: 210px;
	margin-right: 15px;
	}  
	
#columns-2 {
	float: left;
	width: 210px;
	margin-right: 15px;
	}  
	
#columns-3 {
	float: left;
	width: 210px;
	} 
	
#columns-4 {
	float: right;
	width: 210px;
	} 
	
#columns-clearer {
	clear: both;
	}
	
/* @end */

