@charset "UTF-8";

#centerCol {
	float:left;
	width:902px;		
	}
.localnav {
	float:left;
	width:248px;
	min-height:235px;
	height:auto !important;
	height:235px;
	}
.content {
	float:right;
	width:622px;
	}
	

/*  LOCAL NAV  */

.localnav {
	background: url(images/tile_localnav.jpg) repeat-x;
	}
.localLinks {
	font:12px Arial, Helvetica, sans-serif;
	color:#666666;
	float:left;
	margin-left:33px;
	*margin-left:17px; /* IE7 */
	_margin-left:8px; /* IE6 */
	margin-top:35px;
	}
.localLinks LI {
	list-style:none;
	margin-bottom:8px;
	font-weight:bold;
	}
.localLinks a {
	color:#666666;
	text-decoration:none;
	}
.localLinks a:hover {
	color:#4f7698;
	text-decoration:underline;
	}


/*  CONTENT STYLES  */

.content {
	font:12px Arial, Helvetica, sans-serif;
	line-height:16px;
	}
.pageTitle {
	font:18px Arial, Helvetica, sans-serif;
	color:#4f7698;
	padding:6px 0px;

	}
.rule {
	border-bottom:solid 1px #CCCCCC;
	margin-bottom:30px;
	}