.copy {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
}

.bluecopy {
	color: #003366;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}

a:hover {
	color: #FFCC00;
	background-color: #003366;
}

a:bluetextlink:hover {
	color: #FFCC00;
	background-color: #003366
}

a:bluetextlink:link {
	color: #003366;
}

a:active {
	color: #FFCC00;
}

.thinbluetextlink {
	color: #003366;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	text-decoration: none;
	font-weight: normal;
	text-decoration: underline;
	font-size: 12px;
}

.thinbluetextlinkUnderlined {
	color: #003366;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

#blueborder {
	border-color: #D9DDE8;
}

.listingbox{
	padding-right: 20px;
	margin: 0;
	display: block;
	float: left;
	border: none;
	width: 225px;
}

.listingbox p {
	margin: 0;
	padding-bottom: 8px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	line-height: 13px;
	color: #000000;
}



/* ==================== */
/* added by Lake County */
/* ==================== */

.highlight {
	background-color: #CCCC66;
} 

 /* Messages */        
.msg {
	color: red;
	font-weight: bold;
	margin-left: 20px;
} 

.error { 
	color: red; 
} 

.copybold {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	color: #003366;
	font-weight: bold;
}

/* x Menu items */
.menu1{
	font-weight: bold;
	background-color: #1A3F76;
	color: white;
	font-size: 9pt;
	text-decoration : none;
	margin-left : 7px;
} 

A.menu1:link {
	color: white;
	text-decoration : none;
}
	
A.menu1:visited {
	color: white;
	text-decoration : none;
}

A.menu1:active {
	color: white;
	text-decoration : none;
}

A.menu1:hover {
	color: #FFCC00;
	background-color: #1A3F76;
}


.menu2{
	font-weight: bold;
	background-color: #000000;
	color: white;
	font-size: 9pt;
	text-decoration : none;
	margin-left : 7px;
} 

A.menu2:link {
	color: white;
	text-decoration : none;
}
	
A.menu2:visited {
	color: white;
	text-decoration : none;
}

A.menu2:active {
	color: white;
	text-decoration : none;
}

A.menu2:hover {
	color: white;
}


.blur {
	filter: blur(add=1, direction=135, strength=5);
}