﻿#listHeader
{
    padding-bottom: 10px;
}
hr
{
    height:1px;
    border:none;
    border-top:1px solid #999999;
}
.listrow
{
    width: 490px;
    padding-top: 6px;
    clear:both;
}
.departmentColumn
{
    width: 200px;
    float: left;
}
.nameColumn
{
    width: 280px;
    float: left;
}
.nameColumn a
{
    font-size: 12px;
	color: #6095C1;
    text-decoration: none;
}
.nameColumn a:hover
{
    text-decoration: underline;
}


