/* Instructional Coaching: KU-CRL*//* Website and Associated code copyright 2004, David Gnojek*//* IMPORTANT *//* This design is not a template. You may not reproduce it elsewhere without the designer's written permission. *//* The CSS itself may freely be used for anything you wish, but the associated graphics belong to the designer. *//* What you may use - .css files. *//*What you may NOT use - .jpg, .gif, and .png files. *//* basics----------------------------------------------- */body {	font-family: arial, helvetica, sans-serif;	margin: 0px;	padding: 0px;	}p {	font-size: 0.9em;	margin: 0;	line-height: 16px;	}ol {	font-size: 0.9em;	}.center {	text-align: center;	}a, a:link, a:visited {	}	.clear{	clear: both;	}	img {	border: none;	}	.red {	color: #990f07;	}	.blue {	color: #0a50a1;	}p.update {	font-size: 1.2em;	font-weight: bold;	color: FF0000;	padding-bottom: 8px		}	p.header {	font-size: 1.2em;	font-weight: bold;	padding-bottom: 8px;	}	p.headerSidebar {	font-size: 1.4em;	line-height: 1em;	padding-bottom: 8px;	}	p.body {	padding-bottom: 8px;	}	.related {		position: relative;		float: right; 		padding: 10px; 		background-color: transparent;		border: 4px outset #0a50a1;		width: 200px; 		margin: 6px 6px 6px 6px; 		color: #000000;		z-index: 1;		}		.indent {	margin-left: 50px;	}		#main table {	border-collapse: collapse;	font-size: 0.8em;	}			#main table a, #main table a:link, #main table a:visited {			text-decoration: underline;			color: #0a50a1;			}				#main table a:hover{			text-decoration: none;			color: #990f07;			}					#main td {			border: 1px solid #000;			padding: 10px;			}