body {
	font-size: 12.5pt;
	color: #6B6B6B;
	/* A3A3A3; */
	font-family: serif;
	text-align: center;
}

#content table {
	font-size: 14pt;
	color: #6B6B6B;
	/* A3A3A3; */
	font-family: serif;
}

table.bio tr {
	padding-bottom: 5px;
}
	
#container {
	width: 660px;
	margin: 0 auto;
	text-align: left;
	
}
	
#header {
	width: 660px;
	margin-top: 20px;
	padding-bottom: 70px;
}
	
#content {
	width: 400px;
	float: left;
	padding-right: 40px;
	clear: left;
	line-height: 110%;
}

#navigation {
	width: 220px;
	float: right;
	padding-top: 50px;
	text-align: right;
	clear: right;
}

#footer {
	width: 650px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 30px;
	position: relative;
	top: 10px;
	border-top: 2px solid black;
	clear: both;
	font-size: 12pt;
	color: black;
}

#navigation table {
	float: right;
}

#navigation table td.link {
	font-size: 22pt;
}
	
a:link,a:visited {
	color: #6B6B6B;
	text-decoration: none;
	}
	
#content a:link, #content a:visited {
	text-decoration: underline;
}
	
a:hover { 
	color: #FF95D7;
	text-decoration: none;
	}

.description {
	font-size: 9pt;
	color: #6B6B6B;
}

#navigation .description {
	padding-right: 4pt;
}

