@charset "UTF-8";
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-decoration: none;
}
.menuLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
	font-weight: bold;
}
body,td,th {
	font-size: 12px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
a:link  {
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active {
	color: #990000;
	text-decoration: none;
}
.established {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
}
.menuLinks a {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	text-align: right;
	vertical-align: top;
	display: block;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	text-decoration: none;
}
.menuLinks a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
	font-weight: bold;
	text-decoration: none;
}
.menuLinks a:hover {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	text-align: right;
	vertical-align: top;
	display: block;
	color: #990000;
	background-color: #E8E0D6;
}
.quickLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bolder;
	color: #000066;
	text-decoration: none;
}
.quickLink a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bolder;
	color: #000066;
	text-decoration: none;
}
.quickLink a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bolder;
	color: #990000;
	text-decoration: none;
}
.tenpixeltype {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
