body {
	background-color: #E2EEEC;
	font-family: Arial, Helvetica, sans-serif;
}
table.Header {
	background-image: url(../images/bg_header.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
table.Content {
	background: #ffffff;
	border: 1px solid #000000;
	position: relative;
	padding: 5px;
}
td.Content {
	background: #ffffff;
	border: 1px solid #000000;
	padding: 5px;
}
td.DeptInfo {
	background: #EBF3F3;
	color: #000000;
	border: 1px solid #003300;
	position: relative;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
table.ContactInfo {
	position: relative;
	left: 30px;
	bottom: 10px;
}
td.Nav {
	border: 1px solid #000000;
}
td.NavFocus {
	border: 1px solid #000000;
	background-color: #48A88A;
}
td {
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: blue;
}
a:visited {
	color: blue;
}
a.Nav:link {
	text-decoration: none;
	color: #000066;
	font-weight: bold;
}
a.Nav:visited {
	text-decoration: none;
	color: #000066;
	font-weight: bold;
}
a.Nav:hover {
	color: #EEFEFE;
	background-color: #48A88A;
}

