/**
 * You can place your custom CSS statements here
 * it is better to write everything custom here
 * because this file won't be replaced during upgrade
 * Don't forget to rename this file to "site.css"
 */

@import url(../../../templates/16/customcss/template_amember.css);

	
h1, h2, h3 {
	letter-spacing:-1px;
	color:#013486;	
	}

h1.title	 {
	font:normal 30px Georgia, "Times New Roman", Times, serif;
	margin: 20px 0 4px;
	padding: 0;
	}

h2	{
	font:normal 16px Georgia, "Times New Roman", Times, serif;
	margin:0 0 4px 0;
	padding:0;
}

p {
	font: normal 16px/20px Georgia, "Times New Roman", Times, serif;
	color:#343333;
	margin: 10px 0;
	overflow:hidden;
}
	
hr { 
    background: none;
	border-top: 1px dotted silver;
    height: 1px;
	margin: 20px 0;
}

.powered {
	color:#7c7c7c;
	font: normal 12px Georgia, "Times New Roman", Times, serif;
	background:none;
	margin: 40px 16px 10px 0;
	float: none;
	text-align: center;
}

#footer {
	margin-top: 60px;
}