
/* Begin Parent Button Settings */

	#nav, #nav ul { 

		border-top: 0px solid black; /* Border settings, should match below */
		float: left;
		list-style: none; 
		margin: 0;
		padding: 0;
	} 

	#nav a { 
		border-bottom: 0px solid black; /* Border settings, all three should match */
		border-left: 0px solid black;
		border-right: 0px solid black; 
		color: #494949; /* Hexidecimal code for Font Color */
		display: block;
		text-align: center;
		text-decoration: none;
		font-family: arial; /* Font face */
		font-size: 12px; /* Font size */
		padding: 0px 0px 0px 8px;
	} 

/* End Parent Button Settings */

/* Begin Drop Down Button Settings */

	#nav li { 
		float: left; 
		/* Width of the button, each width below should match this */
	}

	#nav li ul { 
		background-color: #EFEEE9; /* Hexidecimal code for Button Color */
		border-top: 1px solid black; /* Border settings, should match below */
		left: -999em; 
		position: absolute; 
		width: 130px; /* Width of the drop down buttons */
	} 

	#nav li ul li { 
		width:130px; /* Width of the drop down buttons */
	}

	#nav li ul li a {
		border-bottom: 1px solid black; /* Border settings, all three should match */
		border-left: 1px solid black;
		border-right: 1px solid black; 
		color: #494949; /* Hexidecimal code for Font Color */
		font-family: arial; /* Font face */
		font-size: 12px; /* Font size */
		text-align: left;
		text-decoration: none;
		text-indent: 2px;  
	}

	#nav li ul li a:hover {
		color: #494949; /* Hexidecimal code for Hovered Font Color */
	}

	#nav li ul ul { 
		margin: -22px 0 0 120px; /* The last number should match the width */
	} 

	#nav li ul li:hover, #nav li ul li.sfhover {
		background: #E3d483; /* Hexidecimal code for hovered Button Color */
	}

/* End Drop Down Button Settings */

	#nav li:hover ul { 
		left: auto; 
	}

	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul { 
		left: -999em; 
	}

	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, 
	#nav li li li.sfhover ul{ 
		left: auto; 
	}

	#nav li ul li a.parent {
		background: url(rightarrow.gif) center right no-repeat; /* This can be deleted */
	}

	.Bios {
		font-size: 13px;
		color: #666666;
	}

	.Bios strong {
		font-weight: bold;
		font-size: 16px;
		font-style: italic;
	}

	.contact {
		color: #666666;
		font-size: 12px;
		font-style: normal;
		border: 0px solid #666666;
	}

	.contact strong {
		font-size: 12px;
		font-weight: bold;
		font-style: normal;
	}

	.contact td {
		border: 0px solid #666666;
		padding: 10px 30px;
	}

	#home p {
		color: #666666;
		font-size: 12px;
		font-family: "Times New Roman";
	}

	#home p strong {
		color: #660033;
		font-weight: bold;
		font-size: 14px;
	}

	.hopetable {
		border: 0px solid #cccccc;
		color: #666666;
	}

	.hopetable td {
		border: 0px solid #cccccc;
		padding: 5px;	
	}

	.hopetable strong {
		font-weight: bold;
		font-size: 24px;
	}

	.missiontable {
		border: 0px solid #cccccc;
		color: #666666;
	}

	.missiontable td {
		border: 0px solid #cccccc;
		padding: 5px;	
	}

	.missiontable strong {
		font-weight: bold;
		font-size: 24px;
	}

	.missiontable em {
		font-weight: bold;
		font-style: normal;
		font-size: 12px;
		color: #000000;
	}

	.missiontable p {
		font-size: 11px;
	}


	h1 {
		color: #660033; 
		font-size: 18px; 
		font-weight: bold;
	}

	h2 {
		color: #000000; 
		font-size: 16px; 
		font-weight: bold;
	}

	h3 {
		color: #000000; 
		font-size: 14px; 
		font-weight: bold;
	}

	h4 {
		color: #000000; 
		font-size: 13px; 
		font-weight: bold;
	}
	
	#resources ul {
		list-style: none;
	}

	#bio {
		text-align: center;
	}

	#bio hr {
		width: 66%;
	}

	#bio h2 {
		color: #666666; 
		font-size: 20px; 
		font-weight: bold;
		margin: 0;
		padding: 0;
	}

	#bio h3 {
		color: #666666; 
		font-size: 16px; 
		font-weight: normal;
		font-style: italic;
		margin: 0;
		padding: 0;
	}

