<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

/* Default syntax is for Firefox.  Star hack used for IE6 (*html).  */

body {
  	margin: 0;
  	padding: 0;
  	color: #000;
  	font-size: 100%;
  	/*width:100%;*/ /* IE7 hack to remove horizontal scrolling */
  	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #163b7b url(../images/blueGradientBkgd.png) repeat-x top;
  	}
	
/* IE6 hack to make fonts same size as IE7/FF */	
*html body {
	font-size:16px;
	}  
*html #middleArea { width: 1000px; }	
	
#containerall {
  	width:99%; /* IE7 hack to remove horizontal scrolling */
  	height:auto;
  	text-align:center;
  	z-index:0;
	 margin-left:auto; /* MUST BE HERE FOR FireFox */
	 margin-right:auto; /* MUST BE HERE FOR FireFox */
	 padding-bottom:10px;

  	} 	

#layout {
	text-align: left; 
	width: 1000px;
	margin-left:auto; /* MUST BE HERE FOR FireFox */
	margin-right:auto; /* MUST BE HERE FOR FireFox */
	background-color:#FFFFFF;
	margin-top: 1em;
}  
  	 
 	
#middleArea {
	border-bottom:4px solid #4d7ad9;
	background-color:#FFFFFF;
	padding:20px;
	min-height:300px;
	}


#agFooter {
	background-color:#012651;
	text-align:center;
	height:30px;
	width:1000px;
	padding:12px 0 3px 0;
	z-index:20;
}



.agText8em {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	}
	
.agText8em a:link {
	font-size:11px;
	color:#FFFFFF;
	}	

.agText8em a:visited {
	font-size:11px;
	color:#FFFFFF;
	}
	
.agText8em a:hover {
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	}	
	
.agText8em a:active {
	font-size:11px;
	color:#FFFFFF;
	}
/*twoColumn*/
#headerBanner {
	background: #3870c6;
	height: 90px;
}	
.ASPHeader {
	font-weight: bold;
	font-family: 'Numans',sans-serif!important;
	font-size: 24px;
	color: #fff;
	padding-left: 25px;
	text-shadow:  2px 2px 2px rgba(0, 0, 0, 0.45)!important;
}
.ASPHeader img  {
	float:left;
}
#headerText {
	padding: 20px 0px 0px 20px;
	width: 350px;
	float: left;	
}	
#headerTitle {
	padding: 20px 30px;
	text-align: right;
	text-shadow:  2px 2px 2px rgba(0, 0, 0, 0.65)!important;
	font-size: 24px;
	color: #f9ec95;
	font-family: 'Numans',sans-serif!important;
}
.nav-asp {
	background: #949495 url('../images/navbkgd2.png') repeat-x scroll 0 0 ;
	height: 35px;
	padding: 8px 0px 0px 15px;
}
a.home {
	color: #fff!important;
	font-color: #fff!important;
	font-weight: normal;
	font-size: 1em!important;	
	text-decoration: none;
	font-family: 'Numans',sans-serif!important;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	margin:0px;
	
}
a.home:visited {
	text-decoration:none;
	font-color: #fff;
	
}
a.home:hover{
	color: #a9c7eb!important;
}

a.home:active{
	font-color: #B8D1F5;
}	
.policies {
	width: auto;
	color: #fff;
	font-size: 11px;
	padding: 8px;
}	
.policies a {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}		
.policies a:visited {
	color: #fff;
	font-size: 11px;
}		
.policies a:hover {
	color: #fff;
	font-size: 11px;
	text-decoration: underline;
}
h4 {	
		font-family: 'Numans',sans-serif!important;
		font-size: 18px;
		color:#930;
		line-height: 33px;
		margin-top: 10px;
		padding: 0 0 0px 10px;
		border-bottom: 1px solid #000;
}


</pre></body></html>