body {
	background-color: #e1e2c8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 150%;
	}
	
 	
table {
	text-align: left;

	}
	
.bio {
	text-align: left;
	width: 600px;
	background-color: #FFFFFF;
	padding: 15px;
	border:thin double #660000;
 
	}	
	
	
h1 {
	font-size: 110%;
	color: #0065a7;
	}	
	
	
.nav {
	font-size: 80%;
	text-align:center;
	width: 400px; 

	}	

.bottomNav a {
	color: #CCCC33;
	text-decoration: none;
	}
.bottomNav a:hover {
	color: #FF9933;
		text-decoration: underline;
	}	
	
	
.bottomNav {
	font-size: 90%; 
	text-align:center;
	color:#993300;
	height: 28px;
	width: 400px;
	background-image:url(images/bar_middle.jpg);
	background-repeat: repeat-x;
	}	
.NavLeftEnd{
	float: left;
	width: 10px;
	height: 26px;
	background-image: url(images/left_nav.JPG);
	background-repeat: no-repeat;	
	}	
.NavRightEnd{
	float: right;
	width: 10px;
	height: 26px;
	background-image: url(images/right_nav.JPG);
	background-repeat: no-repeat;
	background-position: top;
	}	
	
.tds {
	font-size: 80%;
	color: #000000;
	text-align:center;

	}	
.floatRight {
	float: right;
	margin-left: 10px;
	}	
	