div
{
	/*border: 1px dotted gray;
	padding: 0px;*/
}

body
{
	color: black;
	font-size: 11px;
	font-weight: normal;
	line-height: 150%;
	font-family: "Gill Sans", "Lucida Grande", arial, sans-serif;
	background-color: #cccccc;
	text-align: center;
	margin: 0px;
	border: 0px;
}

h1
{
	font-family: "Gill Sans", "Lucida Grande", arial, sans-serif;
	font-size: 130%;
	font-weight: bold;
	margin-top: 2px; 
	margin-bottom: 4px;
}

h2
{
	font-family: "Gill Sans", "Lucida Grande", arial, sans-serif;
	font-size: 140%;
	font-weight: normal;
}

h3
{
	font-family: "Gill Sans", "Lucida Grande", arial, sans-serif;
	font-size: 110%;
	font-weight: normal;
}

ul
{
	
}

a
{
	color: #ff8c00;
	text-decoration: none;
}

a:link
{
	color: #8b0000;
}

a:visited
{
	color: #6666cc;
}
strong
{
	font-weight: bold;
}

a:hover
{
	color:#993366;
	text-decoration: underline;
}

a:active { color: #810000; }


dl 
{
	margin: 0;
	padding: 0;

}	

dt
{
	font-family: "Lucida Grande", arial, sans-serif;
	margin: 0px;
	padding: 0;
}

.lectures dt
{
	font-family: "Lucida Grande", arial, sans-serif;
	margin: 12px 0px 0px 0px;
	padding: 0;
	letter-spacing:0.1em;
}

dd
{
	margin-top: 6px;
	margin-bottom: 2px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0;
	}

dd.event	
{
	margin-top: 3px;
	margin-bottom:0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0;
}

dd.details	
{
color: #666666;
margin-top: 2px;
margin-bottom:0px;
margin-left: 0px;
margin-right: 0px;
padding: 0;

}

.time 
{ 
font-size: 95%;
font-style: normal;
font-family: "Lucida Grande", arial, sans-serif;
text-transform: uppercase;
letter-spacing:0.1em;
}


#container
{
	position: relative;
	text-align: left;
	width: 1010px;
	margin: 0 auto;
	visibility: visible;
	border-color: black;
	border-width: 1px;
	border-style: solid;
	background-image: url(../images/left_side_pattern.jpg);
	background-repeat: repeat-y;
	background-color: white;
}

#container_home
{
	position: relative;
	text-align: left;
	width: 1010px;
	margin: 0 auto;
	visibility: visible;
	border-color: black;
	border-width: 1px;
	border-style: solid;
	background-image: url(../images/home_bg.jpg);
	background-repeat: repeat;
	background-color: black;
}

#navigation
{
	 background-color: #000000;
	 background-image: url(../images/masthead.gif);
	 background-repeat: no-repeat;
	 width: 80%;
	 height: 31px;
	 padding-top: 31px;
	 padding-bottom: 9px;
	 padding-left: 10%;
	 padding-right:10%;
}
* html #navigation { /* SBMH to cope with IE's different interpetation of the box model*/
	 width: 100%;
	 height: 71px;
}

#navigation ul {
	margin-left: none;
	padding-left: 0;
	float: right;
	display: inline;
	} 

#navigation ul li
{
	color:  white;
	color: white;
	text-transform: uppercase;
	font-family: "Gill Sans", "Lucida Grande", arial, sans-serif;
	margin-left: 0;
	padding: 3px 10px;
	border-left: white;
	list-style: none;
	display: inline;
	letter-spacing: .2em;
	border-width: 0 0 0 1px;
	border-style: none none none solid;
}
#navigation ul li.first
{
	border-left: none;
}

#navigation a, a:link, a:visited
{
	color:  #ff8c00;
	text-decoration: none;
}

#navigation a:hover,  body#home1  #t-home1 a, body#books1  #t-books1 a, body#biog1  #t-biog1 a, body#lectures1  #t-lectures1 a, body#links1  #t-links1 a, body#articles1  #t-articles1 a, body#contact1  #t-contact1 a
{
	color: white;
	text-decoration: none;
}

#content
{
	clear: both;
	float: left;
	position: relative;
	width: 1009px;
	/*height: 793px;*/
	/*background-image: url(../images/shadow.gif);*/
	/*background-image: url(../images/map1.jpg);*/
	background-position:top right;
	background-repeat: no-repeat;
	border-right: 1px solid black;
		
}

div.home {
	height: 778px;
	/*background-image:url(../images/map1.jpg);*/
}

div.bio {
	height: 728px;
	background-image:url(../images/map2.jpg);
}

#text_column_container
{
	position:absolute;
	width: 1008px;
	height: 728px;
	float:left;
}
		
#column1
{
	width: 220px;
	visibility: visible;
	padding-top: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-right: 0px;
	margin-left: 330px;
	float:left;
}

#column1_home
{
	width: 678px;
	height: 527 px;
	visibility: visible;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 330px;
	float:left;
}

#bio_column {
	width: 430px;
	visibility: visible;
	padding-top: 40px;
	padding-bottom: 10px;
	padding-left: 50px;
	padding-right: 0px;
	float:left;
	margin-top: 150px;
}

* html #column1 { /* SBMH to cope with IE's different interpetation of the box model*/
	width: 290px;
}

#column2
{
	width: 220px;
	visibility: visible;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-right:15px;
	float:right;
}
* html #column2 { /* SBMH to cope with IE's different interpetation of the box model*/
	 width: 240px;
}


#sidebar
{
	visibility: visible;
	float: left;
	width: 330px; 
	height: 387px;
}

#sidebar p, h1, h2, h3
{
padding-right:25px;
}

#footer
{
	clear: both;
	background-color: #000000;
	width: 100%;
	height: 16px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#999999;
}

#popup_container, #popup_container table
{
	text-align: left;
	font-size: 12px;
	line-height: 150%;
	position: relative;
	width: 60%;
	margin: 0 auto;
	padding: 20px;
	visibility: visible;
	background-repeat: repeat-y;
	background-color: white;
}


/*Here after for backwards compatibity until is updated*/

.books
{
	color: #404040;
	font-weight: 400;
	font-size: 10px;
	line-height: 130%;
	font-family: "Lucida Grande", verdana, arial, sans-serif;
}
.books h3
{
	font-weight: bold;
	font-family: "Lucida Grande", verdana, arial, sans-serif;
}

.books A:link
{
	color: #8b0000;
	font-weight: 600;
	text-decoration: none;
}

.booksbooks A:visited
{
	color: #1e90ff;
	font-weight: 600;
	text-decoration: none;
}

.books A:hover
{
	color: #ff8c00;
	font-weight: 600;
	text-decoration: underline;
}

.books A:active
{
	color: #90000b;
	font-weight: 600;
	text-decoration: none;
}
.ackn
{
	color: #404040;
	font-weight: 400;
	font-size: 10px;
	line-height: 130%;
	font-family: Lucida Grande, verdana, arial, sans-serif;
}
