BODY 	{
	background-color: #D2D1CC;
	background-image: url("../../picts/art-fade2.jpg");
	background-repeat: repeat;
	background-position: 0px 0px;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	border: #000000 0px solid;
	}


/* PAGE LINKS */

a:link { 
	color: #000066; 
	font-weight: bold;
	text-decoration: none; 
	cursor: pointer;
}

a:visited { 
	color: #003399; 
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

a:hover	{ 
	color: #ffffff; 
	text-decoration: none; 
	font-weight: bold;
	background-color:#003399;
	cursor: pointer;
}

a:active { 
	color: #460046; 
	font-weight: bold;
	text-decoration: none; 
	background-color:#F0F0F0;
	cursor: pointer;
}

/* THE NEXT LINE IS THE MAIN PAGE FONT */

table 	{ 
	margin-left: auto;
	margin-right: auto;
	color: #002142; 
	font: 14px  verdana, arial, Helv, sans-serif; 
	font-weight: normal; 
	}

.title 	{ 
	color: #003399; 
	font: 20px verdana, arial, Helv, sans-serif; 
	letter-spacing: -1px; 
	font-weight: bold; 
	}

.subtitle	{ 
	color: #002142; 
	font: 16px arial, verdana,  sans-serif; 
	letter-spacing: 0px; 
	font-weight: bold; 
	}

.txtbody {
	color: #000033;
	font: 14px arial, Helv, sans-serif;
	font-weight: normal;
	text-align: justify;
}

.biotitle {
	color: #002142;
	font: 18px arial, Helv, sans-serif;
//	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}


.maintable {
	margin-left: auto;
	margin-right: auto;
	width: 766px;
	background-image: url("../../picts/background2.jpg");
	bgcolor: "#ffffff";
	color: #002142; 
	font: 14px  verdana, arial, sans-serif; 
}

.bottable {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

img.profstaff {
	width: 160px;
	border: #98becd 2px solid;
	float: right;
	margin: 22px 0 0px 20px; 
}

img.sidebar {
	width: 200px;
	border: #98becd 2px solid;
	float: right;
	margin: 5px 0 5px 20px; 
}

img.header {
	position: relative;
	left: -5px; 
}

img.ftheader {
	position: relative;
	left: -3px; 
}

.footertxt	{ 
	margin: 3px;
	color: #ffffff; 
	FONT: 11px arial, verdana, sans-serif; 
	font-weight: bold; 
	}

.footertxt A:link	{ 
	color: #439300; 
	font-weight: bold; 
	}

.footertxt A:visited 	{ 
	color: #ccff99; 
	font-weight: bold; 
	}

.footertxt A:active 	{  
	background-color:#CBC7C3;
	color: #322926; 
	font-weight: bold; 
	}

.footertxt A:hover { 
	background-color:#F0F0F0;
	color: #006600; 
	font-weight: bold; 
	}


