body
{
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    font-size: 10pt;
}
td
{
    font-size: 10pt;
}
h1
{
    color: #999999;
    margin: 0px;
    padding: 0px;
}
h2
{
    color: #CC6600;
}
#Header
{
    color: gainsboro;
    background-color: #999999;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: silver 3px solid;
    line-height:53px;
}
#Header a
{
    color: whitesmoke;
}
#HeaderLeft
{
    float: left;
}
#HeaderRight
{
    text-align: right;
    vertical-align: middle;
}
#Body table
{
    width: 100%;
    /*padding: 10px;*/
}
#Body td
{
    /*margin: 10px;*/
}
#Left
{
    border-right-color: #666666;
    border-right-style: solid;
    border-right-width: 1px;
    width: 153px;
    /*z-index: 2;
    float: left;*/
    vertical-align: top;
}
#Contents
{
    /*z-index: 1;*/
    vertical-align: top;
}
#Contents td
{
    vertical-align: top;
}
a
{
	text-decoration: underline;
	color: black;
}
a:hover
{
	color: #d67210;
	text-decoration: underline;
}
.AddressLink
{
	text-decoration: none;
}
.StaffMemberText
{
	top: -25px;
	position: relative;
	z-index: 0;
}
