@charset "utf-8";
/* CSS Document */

#staffinside {
float:left;
width: 880px;
padding-top:10px;
padding-bottom:10px;
padding-right:10px;
padding-left:10px;
}
#stafflist {
	float: left;
	width: 800px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#staffnew {
	float: left;
	width: 880px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: solid 1px #b3b3b3;
}
#staffnew a:link{
	font-weight: bold;
	font-size: 14px;
}

#staffphoto {
float: left;
width: 170px;
}

#staffdesc {
	float: right;
	width: 700px;
}

#StaffColum {
	float: left;
	width: 440px;
}

.header
{
    color: #FFFFFF;
    background-color: #666666;
    font-family: Arial, sans-serif;
    font-size: 12pt;
}
.smaller
{
  font-family: "Courier New", Courier, mono;
  font-size: 9pt;
}
SMALL
{
    font-size: 11pt;
}

SMALL SMALL
{
    font-size: 9pt;
}

SMALL SMALL SMALL
{
  font-size: 8pt;
}

/* Selector versions of the tags above */
.small
{
    font-size: 11pt;
}

#staffemail a:link{
	font-weight: bold;
	font-size: 12px;
	text-decoration:none;
}
#staffemail a:visited{
	font-weight: bold;
	font-size: 12px;
	text-decoration:none;
}
