

#contentArea a:after{content: " [" attr(href) "] " }


#skip-navigation,
#navConstants,
#search,
#navPrimary,
#shortcuts,
#navSecondary,
#headerImg,
#navFooter,
#textControls {
	display: none;
}

.sectionNav {
	display: none;
}



body {
	background: white;
	font-family: Georgia, "Times New Roman";
	font-size: 12pt;
	color: black;
	width: 670px;
}


	#header {}
		h1 {
			border-bottom: 1px solid gray;
		}
			h1 img {
				display: inline;
			}
			h1 a {
				color: black;
				display: none;
				text-decoration: none;
			}
	
	#envelope {}
		#colPrimary {
			float: left;
			padding-right: 2%;
			width: 67%;
		}
			#envelope.printCssFull #colPrimary {
				width: 95%;
			}
			#contentHeader {
				overflow: auto;
			}
				#contentHeaderContent img {
					float: left;
					margin: 7px 14px 0 0;
				}
				#contentHeaderContent h2 {
					font-size: 1.5454em;
					font-weight: normal;
					margin: 0 0 7px 0;
				}
				#contentHeaderContent p {
					margin: 0 0 8px 0;
				}
				#contentHeaderContent span {
					font-size: .9090em;
					margin: 0 15px 0 0;
				}
			#breadcrumbs {}
			#content {}
			#focusAreas {
				border: 1px dashed gray;
				margin: 0 auto;
				padding: 5px;
				width: 80%;
			}
			
				#focusAreas h3 {
					font-size: 14pt;
				}		
					#focusAreas h3 a {
						color: black;
						text-decoration: none;
					}
				.successStory {
					zoom: 1;
				}
					.successStory div#personInfo {
						border-bottom: 1px solid #C6C2BD;
						display: inline;
						float: left;
						margin: 0 0 6px 0;
						padding: 0 0 10px 0;
						position: relative;
						vertical-align: bottom;
						width: 100%;
					}
						.successStory img {
							vertical-align: bottom;	
						}
						#personInfo div {
							position: absolute;
								bottom: 6px;
								left: 89px;
						}
							.successStory span {
								font-size: 1.2em;
								font-weight: bold;
							}
					.successStory hr {
						background-color: #C6C2BD;
						clear: both;
						color: #C6C2BD;
						margin: 0 0 6px 0;
							_margin: -5px 0 1px 0;
					}
		#colSecondary {
			float: left;
			width: 30%;
		}
			#envelope.printCssFull #colSecondary {
				display: none;
			}
	#footer {
		border-top: 1px solid gray;
		margin-top: 30px;
		padding-top: 10px;
	}
	
	
	
	
	
/* misc */

.domtab ul.domtabs {
	display: none;
}

/* add this if you want to print all tabs on tabbed pages 
div.domtab div {
	display: block !important;
}
*/

