<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*text.css  © Factor of 4, 2012*/
/* DSC website*/

body {	
	font-family: arial, helvetica, "helvetica neue", geneva, swiss, sunsans-regular, sans-serif;
	font-size: 12px; 
	color: white; 
	line-height: 120%;
	}
	
/* header area */

#header h1 { 
	font-size: 16px; 
	line-height: 120%; 
	text-align: left; 
	margin: 7px 7px 2px 7px; 
	}
	
#header p     { 
	font-size: 12px; 
	line-height: 120%; 
	margin: 2px 7px 3px 7px; 
	}

p.phone {
	text-align:right;
	width:99%;
	/*outline: 1px solid red;   */
}
.phone a, .phone a:hover, .phone a:active, .phone a:visited {
	color:white;
	font-size:20px;
	font-family: arial, helvetica, geneva, swiss, sunsans-regular; 
	font-weight: bold;
	text-decoration:none;
	margin-right:75px;
}

#toolbar .sep { 
	text-align: center; 
	color: #e9ffff; 
	padding-left: 5px; 
	padding-top: 0px;
	}

#right-sidebar h2   { 
	font-family: arial, helvetica, "helvetica neue", geneva, swiss, sunsans-regular, sans-serif;
	font-size: 16px; 
	font-weight: bold;
	line-height: 120%; 
	text-align: left;  
	margin: 10px 10px 10px 10px; 
	color: white; 
	}
	
#right-sidebar h3   { 
	font-family: arial, helvetica, "helvetica neue", geneva, swiss, sunsans-regular, sans-serif;
	font-weight: bold;
	font-size: 14px; 
	line-height: 120%; 
	text-align: left;  
	color: white; 
	margin: 10px 10px 0px 10px; 
	}

#right-sidebar p     { 
	font-size: 12px; 
	line-height: 160%; 
	text-align: left; 
	color: white; 
	margin: 0px 10px 10px 10px; 
	}

#right-sidebar li     {
	font-size: 12px;
	line-height: 160%;
	text-align: left;
	margin: 0px 10px 5px 25px;
	list-style-type: none;
}

#center-content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: black;
	line-height: 120%;
	text-align: left;
	margin: 13px 7px 0px 0px;
	padding: 0px 20px 0px 20px;
	font-style: italic;
}
	
#center-content h2 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px; 
	font-weight: bold;
	line-height: 120%; 
	color: black;
	text-align: left; 
	margin: 6px 7px 0px 0px; 
	padding: 0px 20px 0px 20px; }

#center-content h3 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px; 
	font-weight: bold;
	line-height: 120%; 
	color: black;
	text-align: left; 
	margin: 10px 7px 0px 0px; 
	padding: 0px 20px 0px 20px;
	 }
	
#center-content p  { 
	font-size: 14px; 
	color: white; 
	line-height: 160%; 
	margin: 0px 7px 10px 0px; 
	padding: 0px 20px 0px 20px; 
	}
	
#center-content blockquote  {  
	margin: -10px 20px 0px 20px; 
	}

#center-content .caption  { 
	font-size: 11px; 
	color: white; 
	line-height: 120%; 
	margin: 0px 7px 10px 0px; 
	padding: 0px 20px 0px 20px; 
	}
	
		
#center-content li	{ 
	font-size: 14px; 
	line-height: 130%; 
	margin: 0px 0px 5px 45px
	 }

#footer h1 { font-size: 12px; 
	color: white; 
	line-height: 120%; text-align: center; margin: 0px 7px 2px 7px; }

#footer p  {
	color: white; 
	font-size: 11px;
	line-height: 120%;
	text-align: center;
	margin: 5px 7px 2px 7px;
}

.indent4 {
	text-indent: 4em;
}
.indent8 {
	text-indent: 8em;
}

ul.pdf
{
	list-style-type: none;
	list-style-image: url(../images/Adobe_PDF_icon-30.png);
	list-style-position: inside;
}</pre></body></html>