@charset "utf-8";
/* CSS Document */


.txt-standard {  font-family: Arial, Helvetica, sans-serif; font-size: 11px}
.txt-standard-white { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF}
.txt-12pt-white { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF }
.head-med {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold}
.txt-small { font-family: Arial, Helvetica, sans-serif; font-size: 9px}
a:link {
	font-family: Arial, Helvetica, sans-serif, "Gill Sans MT";
	color: #0000CC;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif, "Gill Sans MT";
	color: #666699;
}
.txt-12pt {
font-family: Arial, Helvetica, sans-serif; font-size: 12px
}
.txt-noline {
	font-family: Arial, Helvetica, sans-serif, "Gill Sans MT";
	text-decoration: none;
}
.txt-standard-noline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;

}
.txt-standard-blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0000CC;
}
.head-med-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.txt-standard-entries {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Arial Rounded MT Bold";
	font-size: 11px;
	line-height: 120%;
}
.txt-standard-spaced {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 120%;
}
.title-copperplate {
	font-family: "Copperplate Gothic Light", Tahoma, Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #660033;
}
.title-sans {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #660033;
}
.sitemap {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	margin-top: 40px;
	padding-right: 10px;
}

.sitemap a {
	text-decoration: none;
}

.sitemap a:hover {
	text-decoration: none;
	color:#3300CC;
	background-color: #CCCCCC;
}
 /* THIS is for the home page scroll box only. */
#scroll {
	margin: 0 0 0 0;
	float: left;
	width: 224px;
	height: 345px;
	padding:  0; /* top and bottom padding create visual space within this div */
	overflow: auto;
}

#laflaLogo {
	margin: 6px 0 0 0;
	float: left;
	clear: left;
	width: 224px;
	height: 88px;
	padding:  0; /* top and bottom padding create visual space within this div */
}

#scroll .item {
	background-color: #BDAC4F;
	margin-bottom: 6px;
	padding: 4px;
	float: left;
	width: 198px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
}

* html #scroll .item{ /* HACK FOR IE.  */
	margin-left: 8px;
}

#scroll .itemPrime {
	background-color: #FFCC33;
	margin-bottom: 6px;
	padding: 4px;
	float: left;
	width: 198px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#555;
}

* html #scroll .itemPrime{ /* HACK FOR IE.  */
	margin-left: 8px;
}