﻿body {
	font-family: Verdana;
	background-color: #FFFFFF;
	color: #1F4A83;
}
p {
	font-size: small;
}
a {
	color: #CC0000;
	text-decoration: none;
}
a:active {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	color: #CC0000;
	text-decoration: none;
}
.nav {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
}
.navcell {
    padding: 0px;
    background-color: #D6E4EC;
    width: 20%;
    font-size: 12px;
}
.navcell a {
    color: #808080;
    background-color: #D6E4EC;
    text-decoration: none;
    padding: 6px;
    display: block;
}
.navcell a:hover {
    background-color: #9DBED2;
    color: #FFFFFF;
}
.active {
	background-color: #006699;
}
.bodytablemain {
	vertical-align: top;
}
.leftheading {
	font-size: 18px;
	font-weight: bold;
	margin: 15px 0 0 0;
}
.staffname {
	width: 100px;
	margin: 0;
	text-align: right;
}
span.footerleft {
	margin: 0 0 0 10px;
	font-size: 10px;
	float: left;
	color: #808080;
}
span.footerright {
	margin: 0;
	font-size: 10px;
	float :right;
	color: #808080;
}
span.footerright a {
	color: #808080;
}
span.footerright a:hover {
	color: #808080;
}