/* style.css - a simple style sheet */
body {
	margin-left:200px; margin-right: 10%;
	height:100%;
	color: black; background: white;
	background-image:url('image/bckgrndalone.png'); 
	background-repeat:no-repeat; 
	background-position: 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
}


table {
	border:0px solid black;
	width:640px;
	position:absolute;
	top:200px;
	left:350px;
}


td {
	border:0px solid red;
	font-size:16px;
	padding:10px;
}

td#sidepic {
	width:40px
}

td.publication {
	width:540;
}

td#tablehead {
	font-size:24px;
	font-weight:bold;
}

p {
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
} 



.drh {
	background: url(image/DrHarrison_sel.png) no-repeat 0 0;
	position:absolute;
	top:20px;
	left:350px;
	width:660px;
	height:150px;
}

.drh a {
	display: block;
	height: 100%;
	text-indent: -9000px;
}

.drh a:hover {
	background: url(image/DrHarrison_sel.png) no-repeat 0px -150px;	
}

.getpdf {
	background: url(image/dl_paper_sel.png) no-repeat 0 0;
	position:relative;
	top:0px;
	left:0px;
	width:82px;
	height:74px;
}

.getpdf a {
	display: block;
	height: 100%;
	text-indent: -9000px;
}

.getpdf a:hover {
	background: url(image/dl_paper_sel.png) no-repeat 0px -100px;	
}

.outlink {
	background: url(image/outside_link_sel.png) no-repeat 0 0;
	position:relative;
	top:0px;
	left:0px;
	width:76px;
	height:74px;
}

.outlink a {
	display: block;
	height: 100%;
	text-indent: -9000px;
}

.outlink a:hover {
	background: url(image/outside_link_sel.png) no-repeat 0px -100px;	
}


img.txtbox {
	position:absolute;
	top:200px;
	left:350px;
}


ul#side {
	list-style: none;
	background: url(image/sidebar_sel.png) no-repeat 0 0;
	position: fixed;
	float:left;
	top:-20px;
	left:0px;
	width: 1100px;
	height: 1100px;

}

ul li {
	border:0px solid #000;
	position: absolute;
}

ul#side li a{
	display: block;
	height: 100%;
	text-indent: -9000px;
}

#home {
	width:248px;
	height:75px;
	top:136px;
	left:16px;
}

#research {
	width: 248px;
	height: 75px;
	top: 226px;
	left: 16px;
}

#publications {
	width: 248px;
	height: 75px;
	top: 320px;
	left: 16px;
}

#interests {
	width: 248px;
	height: 75px;
	top: 416px;
	left: 16px;
}

#links {
	width: 248px;
	height: 75px;
	top: 512px;
	left: 16px;
}

ul#side li a:hover {
	background: url(image/sidebar_sel.png) no-repeat 0px -20px;
}


ul#side li#home a:hover {
	background-position: -16px -1286px;
}

ul#side li#research a:hover {
	background-position: -16px -1376px;
}

ul#side li#publications a:hover {
	background-position: -16px -1470px;
}

ul#side li#interests a:hover {
	background-position: -16px -1566px;
}

ul#side li#links a:hover {
	background-position: -16px -1662px;
}