/*---Tags--*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

li {
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 100%;
	color: #757575;
	list-style-position: outside;
	margin-left: -5px;
	margin-bottom: 5px;
}

p {
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 120%;
	color: #666666;
}
.ss {
	color: #26187A;
	font-weight: bold;
}

h1 {
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #251779;
	line-height: 100%;
	font-weight: normal;
}

/*---Classes--*/

.footer {
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	line-height: 140%;
	color: #857EA7;
}
a:link {
	text-decoration: underline;
	color: #857EA7;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #251779;
	text-decoration: underline;
}
.bodysmall {
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	line-height: 110%;
	color: #516D9E;
}
.form {
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #506C9C;
	line-height: 13px;
	border: 1px solid #506C9C;
	padding: 2px;
	background-color: #FFFFFF;
	margin: 2px;
}
.small {
	font-family: Lucida Grande, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 65%;
	line-height: 100%;
	color: #261678;
}
.caption {
	font-family: Lucida Grande, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 65%;
	line-height: 120%;
	color: #666666;
}
.subhead {
	color: #251779;
}

/*---Navigation--*/

#container {
	position: relative;
	width: 100%;
	height: 37px;
	padding: 0;
	margin: 0px 0 0px 0;
	background: #FFFFFF;
	visibility: visible;
	top: 0px;
	background-image: url(/images/backround.gif);
}

#nav {
	position: absolute;
	top: 0;
	left: 0px;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 37px;
	display: inline;
	overflow: hidden;
	width: 800px;
	visibility: visible;
}
	
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}

#nav a {
	float: left;
	padding: 37px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:37px; /* for IE5/Win */
}
	
#nav a:hover {
	background-position: 0 -37px;
}

#nav a:active, #nav a.selected {
	background-position: 0 -74px;
}
	
#thome a  {
	font-size: 8px;
	width: 49px;
	background: url(/images/home.gif) top left no-repeat;
}

#tabout a  {
	font-size: 8px;
	width: 67px;
	background: url(/images/about_book.gif) top left no-repeat;
}

#textract a  {
	font-size: 8px;
	width: 61px;
	background: url(/images/extract.gif) top left no-repeat;
}

#treviews a  {
	font-size: 8px;
	width: 57px;
	background: url(/images/reviews.gif) top left no-repeat;
}
	
#ttourdates a  {
	font-size: 8px;
	width: 80px;
	background: url(/images/tour_dates.gif) top left no-repeat;
}
	
#taboutauthor a  {
	font-size: 8px;
	width: 80px;
	background: url(/images/about_author.gif) top left no-repeat;
}

#tnotes a  {
	font-size: 8px;
	width: 96px;
	background: url(/images/authors_notes.gif) top left no-repeat;
}

#tphotos a  {
	font-size: 8px;
	width: 56px;
	background: url(/images/photo_gallery.gif) top left no-repeat;
}

#tlectures a  {
	font-size: 8px;
	width: 63px;
	background: url(/images/lecture_list.gif) top left no-repeat;
}
	
#tothertitles a  {
	font-size: 8px;
	width: 83px;
	background: url(/images/other_titles.gif) top left no-repeat;
}

#tquestion a {
	font-size: 8px;
	width: 43px;
	background:  url(/images/q_a.gif) top left no-repeat;
}

#tlinks a  {
	font-size: 8px;
	width: 43px;
	background: url(/images/links.gif) top left no-repeat;
}

#tsitemap a  {
	font-size: 8px;
	width: 62px;
	background: url(/images/sitemap.gif) top left no-repeat;
}

.print {
	font-family: Lucida Grande, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
}
.leftnav {
	line-height: 150%;
}

