/* CSS Document */
body {
	background-color: #DCF7F9;
	margin:0px;
	padding:0px;
}
h1{
	background-color: #DCF7F9;
	height: 144px;
	text-indent: -10000px;
	background-image: url(../images/Titles/title.gif);
	background-repeat: no-repeat;
	border-bottom: 5px solid #6A8299;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
}



#navbar {
	position: absolute;
	right: 0px;
	top: 160px;
	width: 520px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #DCF7F9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	}


#navbar a:link, #navbar a:visited {
	text-decoration: none;
	padding: 0px 4px 0px 4px;
	border-top: 8px solid transparent;
	border-right: 1px solid transparent;
	border-bottom: 1px solid transparent;
	border-left: 1px solid transparent;
}
#navbar a:hover {
	border-top: 6px solid #6A8299;
	border-right: 1px solid #6A8299;
	border-bottom: 1px solid #6A8299;
	border-left: 1px solid #6A8299;
}




#wrapper {
	background-color: #DCF7F9;
	border-top: 0px dashed #6A8299;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}



#info {
	background-color: #DCF7F9;
	margin: 97px 212px 0px 50px;
	padding: 0px;
	min-height: 800px;
}
#info img {
	float: left;
	padding: 0px;
	margin: 0px 5px 10px 10px;
	border: 1px solid #000066;
}
#info p {
	text-indent: 15px;
}
#info li {
	border: none;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#info a:link, #info a:visited {
	color: #000000;
	text-decoration: none;
}
#info a:hover, #info a:active {
	text-decoration: underline;
	color: #FF6600;
}


#books {
	position: absolute;	
	right: 0px;
	top: 245px;
	width: 180px;
	margin: 0px; 
	padding: 0;
	border: none;
}
#books img {
	margin: 5px;
	border: 1px solid #000066;
}



#bioimage {	
}
#bioimage img {
	margin: 0px 10px 2px 0px;
}

#footer {
	background-color: #DCF7F9;
	margin-bottom: -16px;
}










.orange {
	color: #FF6600;
}
.black {
	color: #000000;
}
.clear {
	clear: both;
	height: 1px;
	font-size:1px;
	border:none;
	margin:0; 
	padding:0;
	background:transparent;
}
.popup {
	COLOR: #9F141A;
	CURSOR: help;
	TEXT-DECORATION: none
}	
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.middle {
	margin: auto;
}
.footerright {
	position: absolute;
	right: 5px;
	color: #FF6600;
}
.nofloat {
	float: none;
}
.center {
	text-align: center;
}
