<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* Sitewide styles */
body{
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	line-height:150%;
	font-size:.9em;}	
#background{
	clear:both;
	background: #4c617d; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c617d', endColorstr='#ffffff'); /* for IE */
	background: -ms-linear-gradient(top, #4c617d, #ffffff); /* for ie 10 */
	background: -webkit-gradient(linear, left top, left bottom, from(#4c617d), to(#fff)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #4c617d,  #fff); /* for firefox 3.6+ */}
#countyid{height:35px;} 
#dpwurl{height:35px;}

.contentContainer{
	min-height: 100%;	
	max-width: 1000px; 
	margin:auto;
	padding:0;
	background-color:#FFF;
	overflow: hidden;} 
.programHeaderContainer{
	color:#FFF;}
.programTitleContainer{
	background-image:url('../images/programheaderbackground.png');
	background-repeat:repeat-x;}
.navContainer{
	background-color:#31313F;}
H1{
	font-size:1.5em !important; 
	color: #303F52;
	padding:0 0 5px 0;
	border-bottom:thin dotted #757584;}
H2{
	font-size:1.3em !important;
	background-color:#596676;
	color:#FFF;
	padding:3px 3px 3px 3px;
	width:80%}
H3{
	font-size:1.1em !important;
	color: inherit;}
.leftNavContainer{
	width:220px;
	float:left;
	margin: 10px 0 10px 10px;	
	background: #D5D9DD;
	border: 1px solid #CBCCCF;
	clear:left;
	}
.siteTitle h1
{
    color: white !important;
	font-size:1.8rem;
	text-align:left;
}
.siteTitle h1 a {
	color:inherit;}
.siteTitle h1 {
    margin-bottom: 0 !important;
    padding: 10px;
}
div#smoothmenu1.ddsmoothmenu ul li a:hover {
    color: coral;
}
.leftNavContainer ul{
	padding-left:10px;}
.leftNavContainer li{
	list-style:none;}
li.currentLink{
	font-weight:bold;}
.navHeaderBg{
	background-color: #313341; 
	color: #fff; 
	line-height: 30px;
	padding: 2px 2px 2px 2px; 
	margin:0 0 0 0;
	}
.navHeaderFg{
	border: 1px solid white; 
	padding:0 0 0 10px;
	}		
.twoColBodyContainer{
	float:left;
	max-width:900px;
	margin:10px 0 0 10px;}	
.twoColBodyContainer a{
	text-decoration:underline;}
.oneColBodyContainer{
	max-width:95%;
	margin:10px 0 0 10px;}
.oneColBodyContainer a{
	text-decoration:underline;}
.bodyStrong{
	font-weight: bold;}	
.bodyLinksList a{
	text-decoration:none;}
.searchFaqTextBox {
	width:80%;
	height:20px;}
ul.faq {
	padding:0 0 0 10px;
	list-style:none;}
li.faqQuestion {
	background: url('../images/faqquestion.jpg') no-repeat left top;
    padding-left: 30px;
	margin-top:10px;}
li.faqAnswer{
	background: url('../images/faqAnswer.jpg') no-repeat left top;
    padding: 0 0 15px 30px;
	border-bottom: thin solid #CCCCCC;}
.faqPageControl{
	text-align:center;}
	
.descriptionWrapper {
		background-image: url("../images/blk_bg.png");
		background-repeat: repeat;
		height: 320px;
		width: 250px;
		margin-left: 730px;
		overflow-y: auto;
		padding: 10px;
		position: absolute;
		margin-top: -340px;
		 		 
	  }
	  
.descriptionText a {
		color: #fff;  
		text-decoration: underline;}
.descriptionText a:hover {
		color: #fff;  
		text-decoration: none;}
.descriptionText {
		color: #fff;  
		text-decoration: none;
	  }
#click {
		background-color: #0075ee;
		height: 20px; 
		width: 20px; 
		color: #000;		 
		left: 970px; 
		top: -330px;  
		position: absolute;  
		border-radius: 6px; 
		cursor: pointer;
		font-size: 20px;
		font-weight: bold;
		z-index: 1000; 
		opacity:0.8;
		filter:alpha(opacity=80);
		border: 1px solid #fff;		
	}
</pre></body></html>