
	
	table.secondNav {
	background-color: white; margin-bottom: 0px; padding-bottom: 0px; margin-top: 0px; padding-top: 0px;
	}
	
	.secondNav a.active {
	font-weight:bold;
	font-size: .85em;
	text-decoration:none;
	color: black;
	}
	
	.secondNav a {
	font-weight:bold;
	font-size: .85em;
	text-decoration: underline;
	color: #0099CC;
	}
	
	td.inactionPageContent {
	padding: 0px 8px 8px 8px;
	}
	
	.inactionPageContent td.topside {
	border-top: solid 2px #eeeeee; 
	}

	.inactionPageContent td.leftside {
	border-left: solid 2px #eeeeee; 
	}

	.inactionPageContent td.rightside {
	border-right: solid 2px #eeeeee; 
	}

	.inactionPageContent td.bottomside {
	border-bottom: solid 2px #eeeeee; 
	}

	 .inactionPageContent a.more{
	font-weight:bold;
	font-size: 1em;
	text-decoration: underline;
	color: #0099CC;
	text-align:right;
	}
/*
===============================================================
Image Boxes
===============================================================
*/	
	
 .inactionPageContent .imgOuterBox {
	border: 1px solid #8B8970; 
	margin: 10px 2px 2px 2px; 
	padding: 0px 0px 0px 0px; 
/*	width:50%;*/
	}
	
 .inactionPageContent .imgBoxLeft .title {
	background-color: #D8D8BF;  
	font-size: 1em; 
	font-weight: bold; 
	text-align:center; 
	padding: 2px 2px 2px 2px; 
	text-transform: uppercase; 
	color:#222222;
	}
		
 .inactionPageContent .imgBoxLeft .img {
	border: 8px solid #D8D8BF; 
	text-align:center;
	}
	
 .inactionPageContent .imgBoxLeft .img img {
	margin: 5px 5px 5px 5px;
	}
	
 .inactionPageContent .imgBoxRight {
	background-color: #D8D8BF; 
	border: 2px solid #8B8970; 
	font-size: 1em; 
	font-weight: bold; 
	text-align:center;
	}
									
 .inactionPageContent .imgBoxRight p {
	margin: 16px 16px 16px 16px;
	}										

	
/*
===============================================================
Expander
===============================================================
*/

	 .expand {
	width: 100%;
}

	 .expand .unexpand a{
	display: block;
	background-image: url(http://www.hhs.gov/images/sys_images/show.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 4px;
	/*
	height: 1.9em;
	min-height:1.9em;		
	*/
	padding-bottom: 5px;
}

	 .expand .expanded {
	
}

	 .expand .open a{
	background-image: none;
	padding-top: 0px;
	padding-left: 0px;
	height: auto;
}

	 .expand .close a{
	display: none;
}

	 .expand .close {
	display: none;
}

	 .expand .expanded .hidedetails {	
	
}

	 .expand .expanded .hidedetails .collapselink{
	float: right;
	display: block;
	background-image: url(http://www.hhs.gov/images/sys_images/hide.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 4px;
	color: blue;
	text-decoration: underline;
	cursor: pointer;
	padding-bottom: 10px;
}
	 .expandlink p.elink{
	float: right;
	margin: 0px 0px;
	clear: both;
}

	 .expandlink a{
	
}
