/* Generic Selectors */ 

table {
        width: 100%;

}
td { 
 width: 33%; 
}

body { 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 14px; 
	color: #333333; 
	background-color: #FAF0E6;
}

p { 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 19px;  
	color: #333333; 
        margin: 0px;
	/* width: 80%; */
} 

li { 
	list-style-type: disc; 
	line-height: 125%; 
	list-style-image: none; 
} 

h1 { 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 18px; 
	font-weight: bold; 
	color: #191970; 
} 

h2 { 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 25px; 
	font-weight: bold; 
	color: #191970; 
	border-bottom: 1px solid #00008B;
	width: 100%; 
} 
h3 {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 16px; 
	font-weight: bold; 
	color: #3D3D3D; 
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 14px; 
	font-weight: normal;
	color: #333333; 
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 14px; 
	font-weight: normal;
	color: #333333; 
	width: 60%;
	line-height: 115%
}
	

/**************** Pseudo classes ****************/ 
a:link { 
	color: #3D3D3D; 
	text-decoration: underline; 

} 

li a:link { 
	color: #3D3D3D; 
	text-decoration: none; 
	font-weight: bold; 
} 

a:visited { 
	color: #3D3D3D; 
	text-decoration: underline; 
	font-weight: bold; 
} 

li a:visited { 
	color: #3D3D3D; 
	text-decoration: none; 
	font-weight: bold; 
} 

a:hover { 
	color: #FFC125; 
	padding-bottom: 5px; 
	font-weight: bold; 
	text-decoration: underline; 
} 

li a:hover { 
	display: block; 
	color: #FFC125; 
	padding-bottom: 5px; 
	font-weight: bold; 
	border-bottom-width: 1px; 
	border-bottom-style: solid; 
	border-bottom-color: #3D3D3D; 
} 

a:active { 
	color: blue; 
	font-weight: bold; 
} 

/************************* ID's *************************/ 

#navigation { 
	position: absolute; 
	z-index: 10; 
	width: 210px; 
	height: 600px; 
	margin: 0; 
	border-right: 1px solid #00008B; 
	font-weight: normal; 
} 
#centerDoc { 
	position: absolute; 
	z-index: 5; 
	padding: 0 0 20px 20px; /*top right bottom left*/ 
	margin-top: 50px;
	margin-left: 215px;  
}
#exclusionimage {
	position: absolute;
	z-index: 5;
	padding: none;
	margin-top: 30px;
	margin-left: 600px;
}
#bodytext {
	position: absolute; 
	z-index: 5; 
	padding: 0 0 20px 20px; /*top right bottom left*/ 
	margin-top: 175px;
	margin-left: 215px;
}
#linkpagebodytext {
	position: absolute; 
	z-index: 5; 
	padding: 0 0 20px 20px; /*top right bottom left*/ 
	margin-top: 150px;
	margin-left: 215px;
}
#linkpagethumbnail {
	position: absolute;
	top: 99px; 
	width: 64px; 
	height: 132px; 
	margin-left: 217px
}
#citation {
	position: absolute;
	padding: 0 0 20px 20px; /*top right bottom left*/
	margin-top: 550px;
	margin-left: 600 px;
}
p#presenters {
       margin-left: 10px;
}
