    
 p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;	
	color:#363636;   /*  medium charcoal gray */
	font-weight:normal;
    line-height:18px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 5px;
    margin-left: 0px;
  }


 body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;	
	color:#363636;   /*  medium charcoal gray */
	font-weight:normal;
    line-height:18px;
    margin-top: 10px;
  }



a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#185ea2;  /*   114e89    185ea2*/     
	text-decoration:none;
	font-weight:normal;
	}
	
 a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:underline; 
	color:#cf6108; 
	font-weight:normal;
		}  
	
	
td,tr,th{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
    line-height:18px;
}


 h1	{  
	font-size:16px;
	line-height:21px; /*spacing between the first and second line of text when the header is too long and it wraps.*/
	font-weight:normal;
	text-align:left;
	color:#004990; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top:5px;    
    margin-bottom:8px; 
}


h2	{
	font-size:13px;
	line-height:18px; 
	font-weight:normal;
	text-align:left;
	color:#cf6108;  /*   burnt orange*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top:8px;    
    margin-bottom:8px; 
    
    /*added a margin-top, margin-bottom to this to tighten up the spacing */
}


h3	{
	font-size:12px;
	line-height:16px;
	font-weight:normal;
	text-align:left;
	color:#cf6108; /*burnt orange*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*margin-top:10px;    
    margin-bottom:10px;*/
    /*added a margin-top, margin-bottom to this to tighten up the spacing */
}

h4	{
	font-size:13px;
	line-height:17px;
	font-weight:bold;
	text-align:center;
	color:#000000; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top:8px;   
    margin-bottom:8px;
    /*#000000 black used for header area on top story pages off of home page*/
     /*added a margin-top, margin-bottom to this to tighten up the spacing */
	
}

/*
h5	{
	font-size:12px;
	line-height:16px;
	font-weight:normal;
	text-align:center;
	color:#004490; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top:10px;   
    margin-bottom:10px;
     
	} */
	/*added a margin-top, margin-bottom to this to tighten up the spacing */
	
	
	
/*
h6	{
	font-size:12px;
	line-height:14px;
	font-weight:normal;
	text-align:left;
	color:#cf6108; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top:10px;   
    margin-bottom:10px;
  
}
*/
   /*added a margin-top, margin-bottom to this to tighten up the spacing */

ul li {  
 font-size:11px;
 list-style-image:url(/images/dot2.gif); 
 list-style-type:disc;  
 margin-top:5px; 
 margin-bottom:5px; 
 margin-right:5px;
 margin-left: -16px;
 line-height:18px;
 padding-left: 0px; 

  }


  
 ol li {  
 
 font-size:11px;
 margin-top:5px;
 margin-bottom:3px;
 margin-right:3px;
 margin-left:-10px;
 list-style-type:decimal;
 padding-left: 0px; 

  }
  
  li.off {  
 
 font-size:11px;
 margin-top:5px;
 margin-bottom:5px;
 margin-right:5px;
 margin-left:-10px;
list-style-type:none; 
line-height:18px;
padding-left: 0px; 

  }


.SubPageBlueHeading {
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#004990;
	font-size:16px;
	text-decoration:none;
	text-transform:uppercase;
	line-height:18px;
	
	 


}

 /*using this for coloring text that we need to be in red      */

.redhighlight{  
	
	color:#ed1c24;   
 	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
    line-height:18px;
    
}



/*using this for coloring text that we need to be in dark blue      */

/*

.darkblueheader{   
	
	color:#004990;   
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:normal;
    line-height:15px;
    margin-top:5px;
    margin-bottom:12px;
     
}
*/





/* this is the top table td cell in right column 
area that holds the title of the box like RESOURCES or MANUALS */
.style2{
  font-family:Verdana, Arial, Helvetica, sans-serif;  
    font-weight:normal;
    color:#ffffff;   
    height:20px;   
    font-size:11px;
    text-align:center;
   /* background-position:center; */
    line-height:16px;
    width:190px; 
    background-color:#195b9b;
  /*  background-repeat:repeat-x; */
   /* display:block; */
    }

 /* this is the top table td cell in right column 
area that holds the title of the box like RESOURCES or MANUALS  USE STYLE 3 IF YOU NEED A BOX THAT
NEEDS TO BE TWO LINES - THIS HAS A HEIGHT OF 35 SO IT CAN HOLD TWO LINES OF TEXT */
.style10{
  font-family:Verdana, Arial, Helvetica, sans-serif;  
    font-weight:normal;
    color:#ffffff;   
    height:35px;   
    font-size:11px;
    text-align:center;
   /* background-position:center; */
    line-height:16px;
    width:190px; 
    background-color:#195b9b;
  /*  background-repeat:repeat-x; */
   /* display:block; */
    }

 
 /*
.hr 
 {
     
     color:#555555;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1px;
	width:350px;
}
*/





.QuickLinksContent{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;   /* font size of actual text in drop down box */
	color:#252525;
	width:190px; /* this is the width of the  drop down box */
	height:22px;   /* this is the height of the  drop down box */
	font-weight:normal;
	text-decoration:none;
	text-align:left;
}    
	
	


.peoplesearchtr {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#464646;
    font-weight:normal;
    text-transform:none;
    display:block;
    line-height:18px;
}


.peoplesearchcolortr {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#464646;
	background-color:#eaf0f7;
    font-weight:normal;
    text-transform:none;
    display:block;
    line-height:18px;
}


.peoplesearchtd {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#464646;
    font-weight:normal;
    text-transform:none;
    display:block;
    line-height:18px;
}

.peoplesearchtd a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#cf6108; /*   cf6108 burnt orange */
	font-weight:normal;
	}
	

.tdorangebullet {
 background-image:url(/images/li_bull_orange.gif);
 background-repeat:no-repeat;
 background-position:center;
 height:4px;
 width:4px;
}
	
	
	
	
	.EmergencyHeader	{  
	font-size:16px;
	line-height:21px; /*spacing between the first and second line of text when the header is too long and it wraps.*/
	font-weight:normal;
	text-align:left;
	color:#ff0000; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top:5px;    
    margin-bottom:8px; 
}
