@charset "UTF-8";
/* mac hide \*/
html, body {height:100%}
/* end hide*/
body {
	padding:0;
	margin:0;
	color: #3393FE;
	background-image:url(images/masbg.jpg);
	background-position:center;
	background-repeat:repeat-x;

}
#outer{
	min-height:100%;/*for mozilla as IE treats height as min-height anyway*/
	margin-left:120px;
	background:#F8E7EC;
	border-left:1px solid #000;
	border-right:1px solid #000;
	margin-bottom:-52px;
	color: #000000;
	font:Arial, Helvetica, sans-serif;	

}
* html #outer{height:100%;margin-left:157px}/* ie 3 pixel jog*/ 
#header{
	position:absolute;
	top:0;
	left:0;
	width:800px;
	height:100px;
	background:#000000 url(images/title.jpg) no-repeat center center;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	overflow:hidden;
	color: #000000;
}
#index {
	width: 800px;
	height: 580px;
	background:red;
	font-family:Arial, Helvetica, sans-serif;
}
#left {
	position:relative;/*ie needs this to show float */
	width:115px;
	float:left;
	margin-left:-119px;/*must be 1px less than width otherwise won't push footer down */
	padding-top:102px;/*needed to make room for header*/
	left:-1px;/* line things up exactly*/
	font-family: Arial, Helvetica, sans-serif;
	z-index: 5;
}
#left ul{
	list-style:none;
	font-size:15px;
/*	margin-left:-5px;*/
	font: Arial, Helvetica, sans-serif;
}
#left li a{
text-decoration:none;
color:#FFFFFF;
}
#left li a:hover{
color:#000000;
}
* html #left {margin-right:-3px}/* three pixel jog*/
#left p {padding-left:3px;padding-right:2px}


#footer {
	width:100%;
	clear:both;
	height:30px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	background-color: #CCCCCC;
	color: #000000;
	text-align:center;
	position:relative;
	left:-1px;
	padding-top:20px;
	font-family:Arial, Helvetica, sans-serif;
}
* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}
#biography  #biotable {
	padding-right: 5px;
	padding-left: 10px;
	font-size: 14px;
	padding-bottom: 10px;
}
#clearheader{height:102px;}/*needed to make room for header*/
#clearfooter{
	clear:both;
	height:50px;
}/*needed to make room for footer*/
#contactmain    {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
* html #centrecontent {height:1%;margin-bottom:12px}/* combat IE's 3 pixel jog */
#centrecontent {
	font-family: Arial, Helvetica, sans-serif;
}

#centrecontent #teaching {
	
}

#subheading {
	background-color: #000000;
	height: 30px;
	width: 100%;
	color: #FFFFFF;
	margin: 0px;
	font-size:16px;
	text-align: center;
	padding-top:15px;
	font-family:Arial, Helvetica, sans-serif;
}
#index #outer #centrecontent ul {
	padding-top:5px;
	padding-bottom:5px;
}
#bio {
	width: 800px;
	height: 850px;
	background:red;
	font-family:Arial, Helvetica, sans-serif;
}
#links {
	width: 800px;
	height: 500px;
	background:red;
	font-family:Arial, Helvetica, sans-serif;
	margin:-1px;
}
.contact {
	width: 800px;
	height: 580px;
	background:red;
	font-family:Arial, Helvetica, sans-serif;
	margin:-1px;
}
#linkstable {
	padding-top: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	height: 371px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

