@charset "UTF-8";
/* CSS Document: one column page layout */

.one_column_text {
	width:720px;
	background-color:#fff;
	padding: 0 20px 0 20px;
	float:left;
}

.one_column_text h1 {
	font-size: 300%;
	line-height:150%;
	color:#911a9c;
	margin:0;
}

.one_column_text p {
	font-size: 135%;
	line-height:150%;
	color:#6E7274;
	margin:0 0 1em 0; 
	}
	
	.paranthetical {
		font-size: 85%;
	}
	
	.one_column_text h2 {
	font-size: 170%;
	line-height:150%;
	color:#911a9c;
	margin:0; 
	}
	
	.bigdate {
		font-size: 220%;
		margin-top: -20px;
	}
	
	.one_column_text h3 {
	font-size: 500%;
	color:#911a9c;
	margin-top: -.5em;
	margin-bottom: 1em;
	}
	
	.one_column_text dt {
	font-size: 150%;
	line-height:150%;
	color:#6E7274;
	margin:0em;
	padding:0em;
	}
	
	.one_column_text dd {
	font-size: 135%;
	line-height:150%;
	margin:0em; 
	padding:0em;
	}
	
	
	.noline {
		border-bottom:none;
	}
	
	.one_column_text dl {
		border-bottom:none;
	}



