@charset "utf-8";
/* CSS Document */
#header{
	text-align: right;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
}
#header p{
	margin:0px;
}
#header p a img{
	border:none;
}
#header p a img.logo{
	float:left;
}
#MenuBar{
	display:none;
}
img.headerimg{
	display:none;
}
#rightcontainer{
	display:none;
}
#footer{
	padding-top: 14px;
	border-top: 1px solid #CCC;
}
#footer p{
	margin: 0;
	font-size: 9pt;
	line-height: 12pt;
}
#footer ul{
	display:none;
}

form#staffDir {
	display:none;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
}
div#footer, div#rightcontainer, div#overlay, div#header img, input[type="submit"], img.profilePic {
	display:none;
}
div#header img.logo {
	display:block;
}

table {
	width:100%;
}

table a {
	color:#000;
	text-decoration:none;
}
table#staffDirTable thead th{
	padding-bottom:15px;
}
table#staffDirTable tr td {
	border-top:1px solid #999;	
}

table#staffDirTable td{
	padding:5px 0 10px;
}


