body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0;
}
p {
	font-size: 80%;
/* 	padding-right:10px;
	padding-left:10px; */
	margin-top: 0;
	margin-bottom: 1.5%;
 }

A{color:#034889; text-decoration:underline; font-weight:bold;}
A:hover{color:white; text-decoration:none;background-color:#034889;}

table.box {
	border: 2px solid black;
}

table.box th {
	background-color:#044982;
	color: white;
	font-size: 110%;
	font-weight: normal;
}
table.box td{
	background-color:#D9E3ED;
	/* padding: 6px 12px 12px 12px; */
}
table.staff {
	border: 2px solid black;
	font-size: 80%;
}

table.staff th {
	background-color:#044982;
	color: white;
	font-size: 140%;
	font-weight: bold;
	padding: 4px 0 4px 0;
}

table.staff td {
	padding: 1px 5px 1px 5px;
}
.stafflist{
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: list-item;
	list-style-type: none;
}

.stafflist:hover{
	background-color:#D9E3ED;
	color:#034889;
	text-decoration:underline;
}
li {
	font-size: 80%;
/*	margin-bottom: 1.5%;
*/
}
.title {
	font-size: 80%;
	font-weight: bold;
}
.title a{
	color:black;
}
p.small{
	font-size: 60%;
	margin-bottom: 2px;
}
p.small a{
	text-decoration:none;
}

a.nav{
	text-decoration:none;
}

a.service{
	font-size:60%;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #034889;
}
.mail{font-size:90%}

.boxtop{
	background-color:#044982;
	font-size: 80%;
	color: white;
	font-weight: bold;
	text-align: center;
	padding: 2px 0 2px 0;
}
table.hours{
	font-weight: bold;
	border: 2px solid black;
}
table.hours th {
	font-size: 90%;
	font-weight: bold;
	background-color:#044982;
	color: white;
	padding: 2px 0 2px 0;
	border-color: #044982;
	border-top-width: 2px;
	border-bottom-width: 2px;
}
table.hours td {
	font-size: 80%;
}

table.info{
	background-color:#D9E3ED;
}

table.info th{
	text-align: center;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #044982;
	border-right-color: #044982;
	border-bottom-color: #044982;
	border-left-color: #044982;
	font-weight: normal;
}

table.info .head{
	font-size: 190%;
 	font-family: "Times New Roman", Times, serif;
}
table.info .sub{
	font-size: 140%;
 	font-family: "Times New Roman", Times, serif;
	}

.links {
	padding: 4px;
	border: 1px solid black;
}