@charset "utf-8";
/* CSS Document */

	.ccsheadertable a:link{
		color:#154a50;
		text-decoration:none;		
	}
	.ccsheadertable a:visited{
		color:#154a50;
		text-decoration:none;		
	}
	.ccsheadertable a:hover{
		color:#154a50;
		text-decoration:underline;		
	}


	#search_div{
		margin:auto;
		margin-top:20px;
		margin-bottom:8px;
		width:auto;
		text-align:center;

	}
	
	.search_div_text{
		color:#154a50;
		font-size:1.2em;
	}

	#welcome_blurb{
		text-align:center;
	}
	
	#welcome_blurb h2{
		color:#154a50;
	}
	
	#sectlist_content{
		margin-left:20px;
		margin-top:15px;
		margin-right:15px;
		padding-bottom:15px;
		color:#604141;		
	}
	
	#sectlist a:link{
		color:#154a50;
		text-decoration:none;
	}
	
	#sectlist a:visited{
		color:#154a50;
		text-decoration:none;
	}
	#sectlist a:hover{
		color:#154a50;
		text-decoration:underline;
	}
	
	.sectlist_title{
		color:#154a50;
	}
	
	.sectlist_bullet {
	display: block;
	background-image: url("../../../acs_backup/usersguide/images/sectlist_bullet.gif");
	background-repeat: no-repeat;
	padding: 0px;
	padding-left: 10px;
	background-position: 0 4;
	margin-top:5px;
}
	


