@charset "UTF-8";
/* For page.asp */

div#left-block {
	float:left;
	width:660px;
}

div.pagewideimage {
	width:660px;
	margin-bottom:25px;
}

div.left-column {
	float:left;
	width:200px;
}

div.columns1 {
	float:left;
	width:435px;
}

div.left-col {
	float:left;
	width:435px;
}

div.right-col {
	float:left;
	width:290px;
	margin:0 0 0 25px;
}

div.main-text-content {
	width:420px;
	padding:10px 5px 10px 10px;
}

/* AJC revise styles for news article - down to AJC End below */
div.main-text-content h1 {
	font-size:150%;
	font-weight:normal;
	}
div.main-text-content .hr hr {
	height:2px;
	color:#666666;
	background-color:#666666;
	}
div.main-text-content {
	font-size:1.2em;
}
	div.main-text-content p, div.main-text-content h3, div.main-text-content h4, div.main-text-content h5, div.main-text-content h6 {
		font-size:100%;
		line-height:1.2;
	}
/* AJC End */
