/*colors:
#F4FFE4 - pale green
#D5EDB3 - light green
#CCCC99 - olive green
#99CC66 - lime green
#333366 - dark blue
#000066 - darkest blue
#ccccff - light purple/blue
#993300 - red
#666699 - slate blue
#E6E6FA - lavender

/* PEI color values
#dedda6 - beige
#632065 - dark purple
#b9a2ba - medium purple
#f0ebf0 - light purple
#95933e - olive green
#f3a15f - orange

 */

*/

/* Global Styles */

body {
	margin:0px;
	background-color: #000000;
	}
	
td {
	font:11px verdana, sans-serif;
	color:#000000;
	}
	
a {
	color: #dedda6;
	}
	
a:hover {
	color: #95933e;
	}

/* ID Styles */


#aMail
{
	color: #f3a15f;
	}
	
#bioCol {
	background-color: #rgb(green);
	padding:2px 8px 2px 4px;
	}


#sections {
	background-color: #rgb(255,204,153);
	}


#navigation td {
	border-bottom: 1px solid #ffffcc;
	}
	
#navigation a {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #990000;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 20px;
	}
	
#navigation a:hover {
	background: #F4FFE4;
	color:#333366;
	}

#tagline 	{	
	font:12px Arial, Helvetica, sans-serif;
	color: #F4FFE4;
	letter-spacing:.4em;
	line-height:18px;
	}
	
/* Class Styles */

.aLink {
	font:12px Arial, Helvetica, sans-serif;
	color:#dedda6;
	line-height:20px;
	margin-top:0px;
	}
	
.bodyText {
	font:12px verdana;
	color:#000000;
	line-height:18px;
	margin-top:0px;
	}

.bodyLink {
	font:12px Arial, Helvetica, sans-serif;
	color:#632065;
	line-height:20px;
	margin-top:0px;
	text-decoration: none;
  font-style: bold;
	}
		
.currentNav {
	font: 14px trebuchet ms;
	color: #dedda6;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
  font-style: bold;
  	}
	
.dropText {
	font: 11px verdana;
	color:#632065;
	line-height:10px;
  font-style: bold;
	}

.footerText {
	font: 12px trebuchet ms;
	color: #dedda6;
	line-height: 14px;
	letter-spacing:.21em;
	}

.headerText {
	font: 20px trebuchet ms;
	color: #632065;
	line-height: 22px;
  font-style: bold;	
	}
	
.linkText {
	font: 11px verdana;
	color: #632065;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
  	}
	
.navText {
	font: 12px trebuchet ms;
	color: #dedda6;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	}

.peiSubText{
	font:bold 12px trebuchet ms;
	line-height:16px;
	color: #000000;
	font-style: bold;
	}
	
.subHeader {
	font:bold 18px trebuchet ms;
	color: #95933e;
	line-height:20px;
	letter-spacing:.2em;
	}

.subheaderText {
	font:bold 16px trebuchet ms;
	color: #632065;
	line-height:20px;
	letter-spacing:.2em;
	}
.subText {
	font:bold 12px trebuchet ms;
	color: #632065;
	line-height:16px;
	letter-spacing:.2em;
	}



