	  *{
	  	margin: 0; padding: 0;
	  }
	  body {
	  	font-size: 76%;
	  	background-image: url("bgtile_B.gif");
	  	background-repeat: repeat-x;
	  	background-color: #333333; /*#9EA579;*/
	  	font-family: "Lucida Grande", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	  }
	  h1, h2, h3, h4, h5, h6, ul, ol, p {
	  		font-family: "Lucida Grande", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	  		margin-bottom: 1em;
	  }
	  /*------------------- LAYOUT/STRUCTURE ( Joanne's code) -------------------------------------------------------- */
	  #wrapper{
	  	width: 950px;
	  	margin: 0 auto;
	  	padding-bottom: 25px;
	  	background-color: #c7d2b3;  
	  	/*background-color: #373837;*/
	  	/*background-color: #9EA579;*/
	  	/*border: 2px solid red;*/
	  }
	  

		#masthead{
	  	height: 100px;
	  	background-color: #000; 
	  }
		#leftCol{
			width: 145px;
			padding: 40px 0 20px 20px;
			float: left;
			
			
			
		}
		#rightCol{
			width: 145px;
			padding: 40px 20px 20px 0;
			float: right;
			
			
		}
		#centerCol{
			margin: 20px 197px 100px 197px;
			padding-top: 20px;
			
			
		}
		#footer{
			height: 50px;
			width: auto;
			/*background-image: url("images/footerv2.gif");*/
			background-repeat: no-repeat;
			background-position: 750px 0;
			clear: both;
		}
		#footer p{
			font-size: .8em;
			padding-top: 14px;	
			margin-left: 197px;
		}

	/*- --------------------------- Body text and headings -----------------------------------*/
	  h1 {
	font-size: 22px;
	font-family: "Lucida Grande", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-style: normal; 
	color:#7e8561;
/* 	color:#338cca;
 */	letter-spacing: normal;
	text-transform: none;
	font-style: normal;
	font-weight: normal;
	line-height: 2;
	text-transform: uppercase;
	}
	h1.column{
		
	}
	
h2 {
	font-size: 15px; 
	text-align: left; 
	 
	font-weight: 800;
	color: #5a5a5a;
/* 	color:#7e8561;
 */}


h3 {font-size: 1.2em;  text-align: left; letter-spacing: 1; color:#7e8561;}

h5 {font-size: 11px; font-weight: 800;  text-align: left; color:#7e8561; line-height: 140%; letter-spacing: normal;}
h6 {font-size: 10px; font-weight: 700; text-align: left; line-height: 155%; letter-spacing: 20;}

	  
	  p {
	  	font-family: Lucida Grande,Verdana, Arial, Helvetica, sans-serif;
	  	font-size: 12px;
	  	line-height: 1.5em;
	  	color: #4b4d44;
		}
	  
	  p.minor {
	  	font-size: .8em;
	  	text-indent: 20px;
	  }
	  p.small{
	  	font-size: .9em;
	  	line-height: 1.2em;
	  }
	  p.intro{
	  	font-size: 14px;  
	  	text-align: left; 
	  	letter-spacing: 1;
	  	line-height: 1.8em;
	  	color: #5a5a5a;
	  }

	  /* -------------------------List ( master.css code. class is Joanne's)----------------------------------*/

	  ul.general {
	  		margin-top: 0;
	  }
	  ul.general li{
	  		margin: 0 0 6px 0;
	  		list-style-type: none;
	  		font-size: 1em;
	  		color: #5a5a5a;
	  		padding-left: 25px;
	  		font-weight: 700;
	  		padding-bottom: 10px;
	  		
	  }
	
	ol#numbered{
	color:#7e8561;
	display: block;
	font-family: 'Trebuchet MS';
	font-size: 20px;
	list-style-position: outside;
	list-style-type: decimal;
	padding-left: 50px;
	width: auto;
	}
 ol#numbered li{
 		margin-bottom: 2em;
 		font-size: 12px;
		color: #4b4d44;
		line-height: 17px;
		letter-spacing: .059em;
		font-family: Lucida Grande,Verdana, Arial, Helvetica, sans-serif;
 }
		/*.list{
			font-size: 12px;
			color: #4b4d44;
			line-height: 17px;
			letter-spacing: .059em;
			font-family: Lucida Grande,Verdana, Arial, Helvetica, sans-serif;
			
		}*/
	  
	  /*-------------------------------- Links --------------------------------------------------------------*/

	  a img {
	  	border: 0;
	  	border-bottom: none;
	  }

	  #mainNav{
	  	padding-top: 5px;
	  	height: 20px;
	  	color: white;
	  	background-image: url("headerbg1.gif");
	  	background-color: white;
	  	font-family:  Lucida Grande, Arial, Verdana, Helvetica, sans-serif;
	  	font-size: 10px;
	  	font-weight: bolder;	
	  	text-align: right;
	  	letter-spacing: 2px;
	  	text-transform: uppercase;
	  }
	  #mainNavLinks ul li{
	  	display: inline;
	  	list-style-type: none;
	  	margin: 0px 20px 0 10px;
	  }
	  #mainNavLinks ul li a:link{
	  	color: #424343;
	  	text-decoration: none;
	  }
	   #mainNavLinks ul li a:visited{
	  color: #424343;
	  text-decoration: none;
	  }
	  
	   #mainNavLinks ul li a:hover {
	  	color: white;
	  	text-decoration: none;
	  }
  	  #mainNavLinks ul li a:active{
	 	 	color: #424343;
	 	 	text-decoration: none;
	 	 }





	 	a:link{
/* 	  	color: #5a5a5a;
 */	  	color: #2c9bc6;
	  	text-decoration: none;
	  	 
	  }
	  a:visited{
	  color: #2c9bc6;
	  text-decoration: none;
	  }
	  
	  a:hover {
	  	color: white;
	  	text-decoration: none;
	  }
  	 a:active{
	 	 	color: #2c9bc6;
	 	 	text-decoration: none;
	 	 }
	 	 



		/*-------Spans---------------------------*/

.dateCap{ 
	text-transform: uppercase;
	font-size: 11px;
	color: #7e8561;
}

hr{
	border-color: white;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	margin: 10px 0 10px 0;
}

#tablePhoto{
	padding-bottom: 20px;
}

.main{
	margin: 0 10px 0 10px;
}
.title{
	text-transform: uppercase;
	font-size: .9em;
	color: #7e8561;
}


.HRContact{
		 background-image: url("images/HRbox.gif");
	  background-repeat: no-repeat;
	   
	  	
	 
}
.info{
		  	list-style-type: none;
	  		font-size: 1em;
	  		color: #5a5a5a;
	  		font-weight: 700;
}
.normal{
		  	list-style-type: none;
	  		font-size: 1em;
	  		color: #5a5a5a;
	  		font-weight: normal;
}
.dateMidCol{
		text-transform: uppercase;
	
	color: #7e8561;
}
.leftColSecNav{
	padding-top: 50px;
}
.linkName{
	font-size: .9em;
	font-weight: 500;
}
/*------------------- Meetings Table  -------------------------------------------------------- */
table#meetings_table th{ text-align: center; padding: 15px; font-size: 1.2em;}
table#meetings_table td{ text-align: center; padding: 15px;}

table#meetings_table tr.tdbold {font-weight: bold;}