#CFNavBar {
	border:1px solid #00C;
	padding:10px 15px;
	margin:1em 2ex;
	}
	#CFNavBar ul {
	line-height:1.3em;
	font-size:80%;
	list-style-type:none;
	margin:0;
	padding:0;
	}
	#CFNavBar .title {
	font-weight:bold;
	margin-bottom:1em;
	}
	#CFNavBar .title a {
	color:#009;
	}
	#CFNavBar .desc {
	padding:0 3ex 1em 3ex;
	}
	#CFNavBar li {
	margin:.5em 0;
	}
	#CFNavBar a {
	text-decoration:none;
	}
	#CFNavBar a:hover {
	text-decoration:underline;
}
#BriefOverview {
	margin:1em 15px;
	border:1px solid #00c;
	background-color:#ccf;
	text-align:center;
	}
	#BriefOverview a {
	color:#000;
	text-decoration:none;
}

.linkBack a {
	float:right;
	margin-bottom:2em;
}
.header {
	background-color:#ededed;
	border:1px solid #666;
	padding:10px;
	line-height:1.5em;
	max-width:70%;
}
.footerKeywords {
	text-align:center;
	margin-top:2em;
	clear:both;
	color:#999;
	font-size:80%;
	font-family:arial, sans-serif;
	line-height:1.5em;
	}
	.footerKeywords a {
	color:#999;
	text-decoration:none;
}
.note {
	font-style:oblique;
	color:#666;
}

#RegionalListing {
	list-style-type:none;
	margin:0;
	padding:0;
}
#RegionalListing li {
	display:inline;
	white-space:nowrap;
	margin-right:.5ex;
	padding-right:.5ex;
	border-right:1px solid #999;
}
