BODY {
	color: black;
	font-family: "Arial Unicode MS", Arial, Verdana, "MS Arial", Helvetica, "MS Verdana", Swiss, Univers, Futura, "ITC Avant Garde Gothic", "ITC Stone Sans", "Gill Sans", "Akzidenz Grotesk", "MS Trebuchet", sans-serif;
	font-style: normal;
	font-size: smaller;
	font-variant: normal;
	font-weight: normal;
	text-align: left;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	background: #ffffff;
	}

H1              { 
  
  display: block;
  font-size: 125%; 
  font-weight: bold;
  text-align : left; 
  unicode-bidi: embed;
  
 }
 
H2              { 
  display:block;
  font-size: 115%; 
  font-weight: bold;
  unicode-bidi: embed;
  padding-top:15px;
   
  }


H3              {
 display:block;
 font-size: 100%;
 font-weight: bold; 
 text-align : left; 
 unicode-bidi: embed;
 
 }

A:link {
	text-decoration: underline;
	color: #0C156C;	
}

A:visited {
	text-decoration: underline;
	color: #3C4389;	
	
}

A:active {
	text-decoration: underline;
	
}

/* Note: Pseudo-class A:hover is not supported in CSS1, Internet Explorer 3, and Netscape 4. */
A:hover {
	border : none;
	color : #3333ff;
	text-decoration: underline;
			
} 	

B { font-weight: bold }
		
.strong {
	font-weight: bolder;
}

.larger {
	font-size: larger;
}

.smaller {
	font-size: smaller;
}

.center {
	text-align : center;
}

li {
	line-height: 20px;
	}


.navigation {
font-family : Arial, Helvetica, Verdana, sans-serif; 
font-size : smaller; 
background-color : #5e87bc; 
color : #ffffff; 
padding-left : 5px;
	padding-right : 5px;
} 



.feature-cell {
	font-family: "Arial Unicode MS", Arial, "MS Arial", Helvetica, Verdana, "MS Verdana", Swiss, Univers, Futura, "MS Trebuchet", sans-serif;
	font-size: smaller;
	color: black;
	background: #eeeeee;
	border : thin solid #cccccc;
	padding-left : 5px;
	padding-right : 5px;
	text-align : left;
	vertical-align : top;
}

.crumbtrailv2 {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 60%; 
	background-color : #9ab8de; 
	color: black;
} 


.web-directory {
	font-family : "Times New Roman", Arial, "Arial Unicode MS", Verdana, "MS Arial", Helvetica, "MS Verdana", Swiss, Univers, Futura, "ITC Avant Garde Gothic", "ITC Stone Sans", "Gill Sans", "Akzidenz Grotesk", "MS Trebuchet", sans-serif; 
	font-size : 100%; 
	background-color: #ffffff;
	color: black;
	border: 1px inset blue;
} 

.web-directoryv2 {
	font-family : "Times New Roman", Arial, "Arial Unicode MS", Verdana, "MS Arial", Helvetica, "MS Verdana", Swiss, Univers, Futura, "ITC Avant Garde Gothic", "ITC Stone Sans", "Gill Sans", "Akzidenz Grotesk", "MS Trebuchet", sans-serif; 
	font-size : 100%; 
	background-color: #ffffff;
	color: black;
} 

.navcolor1 {   
	background: #eeeeee;
	color: black;
	}


/* Emphasis styles.  These can be used to highlight words or passages in body text.
emphasis-lightblue, emphasis-lightgreen, and emphasis-creme are the three least-dark background
colors supported by the standard browser color palette, making them good choices for high-contrast use.
Additional emphasis styles can be added as needed to support individual site color requirements.
 */
 
.emphasis-lightgrey {
	font-family: "Arial Unicode MS", Arial, "MS Arial", Helvetica, Verdana, "MS Verdana", Swiss, Univers, Futura, "MS Trebuchet", sans-serif;
	font-size: smaller;
	color: black;
	background: #eeeeee;
	border : thin solid #cccccc;
	padding-left : 5px;
	padding-right : 5px;
	text-align : left;
	vertical-align : top;
}

.emphasis-mustard {
	font-family: "Arial Unicode MS", Arial, "MS Arial", Helvetica, Verdana, "MS Verdana", Swiss, Univers, Futura, "MS Trebuchet", sans-serif;
	font-size: smaller;
	color: black;
	background: #F2EDC6;
	border : thin solid #cccccc;
	padding-left : 5px;
	padding-right : 5px;
	text-align : left;
	vertical-align : top;
}


a.level2navoff {
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
		
}

a.level2navoff:active {text-decoration:none; color: #FFFFFF}
a.level2navoff:link {text-decoration:none; color: #FFFFFF}
a.level2navoff:visited {text-decoration:none; color: #FFFFFF}
a.level2navoff:hover {text-decoration:underline; color: #FFFFFF}

