body {
	color: rgb(75,39,23);
	font-size: 18px;
	font-family: Goudy Old Style,arial,helvetica;
}
table.main {
	position: absolute; top: 0; left: 0;
	border-collapse: collapse;
	width: 100%;
	padding: 0;
	margin: 0;
}
.title {
	position: absolute; top: 140px; left: auto; right: 10%;
}
#mainnav {
	text-align: left;
	vertical-align: top;
}
a.links:link, a.links:visited {
	color: rgb(59,88,103);
	text-decoration: none;
}
a.links:hover {
	color: rgb(0,44,63);
	text-decoration: underline;
}
a.selected:link, a.selected:visited {
	background: #ececec;
	color: rgb(59,88,103);
	text-decoration: underline;
}
a.selected:hover {
	background: #ececec;
	color: rgb(0,44,63);
	text-decoration: none;
}
#content {
	position: relative; top: -120px; left: auto; right:5%; /*added 0603*/
	vertical-align: top;
	text-align: left;
}
.highlight {
	font-style: italic;
	font-weight: bold;
	font-size: +2;
}
.txt_cntr {
	text-align: center;
}
.contact_top {
	padding-bottom: 40px;
}
.contact {
	color: rgb(59,88,103);
	text-align: center;
}
img.bio {
	margin: 0;
	padding: 0;
}
td.col1 {
	width: 25%;
}
td.col2 {
	width: 50%;
}
td.col3 {
	width: 25%;
}
#bnav {
	font-size: 13px;
	text-align: center;
}
