@charset "UTF-8";
#primarydevarea {
	width: 765px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 0px;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}
#primarydevarea  h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#lllheader {
	height: 47px;
	width: 765px;
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/lll_banner_back.jpg);
	background-repeat: no-repeat;
}
#lllheader100 {
	height: 100px;
	width: 765px;
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#lllheadertextshi {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	height: 42px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFFFFF;
}
#lllheadertext {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	height: 42px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#lllheader img {
	padding: 0px;
	white-space: normal;
	height: 42px;
	width: 30px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 5px;
	position: relative;
}
#lllsidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	padding: 0px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #990000;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	line-height: 14px;
	margin-left: 4px;
}

#lllsidebar1 ul {
	margin:0;
	padding:0;
	list-style:none;
	}
	
#lllsidebar1 li a {
	border-bottom-color:#CCCCCC;
	display:block;
	padding-bottom:0px;
	padding-left:2px;
	padding-right:0px;
	padding-top:2px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	color: #000000;
	width: 150px;
	margin: 0px;
	height: 15px;
	}	
#lllsidebar1 a:hover, #lllprimarynavarea a:focus {
	color: #FFFFFF;
	background-color: #333333;
}
#lllsidebar1 .current {
	background-color: #CCCCCC;
}
#lllsidebar1 .lllsecond {
	color: #333333;
	padding-left: 6px;
}
#lllsidebar1 .lllsecondcurrent {
	padding-left: 6px;
	background-color: #CCCCCC;
	margin: 0px;
}
#lllsidebar1 .navhead {
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990000;
	font-weight: bold;
	padding-left: 5px;
	height: 15px;
	padding-top: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	line-height: 15px;
	padding-bottom: 5px;
}
#lllsidebar1 .subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#lllsidebar1 .currentsubhead {
	background-color: #CCCCCC;
	font-weight: bold;
}



#lllmainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 175px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 590px;
	position: relative;
}
#lllmainContent .redheadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #990000;
	padding-top: 5px;
}
#lllfooter {
	background-color: #868D95;
	background-image: url(public.www/images/footertop.jpg);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 775px;
	margin-left: -5px;
}
#lllfooter .link {
	color: #FFFFFF;
}
#lllfooter p {
	margin: 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 1.1em;
	color: #000000;
	text-decoration: none;
	text-align: center;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#lllmainContent p {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
#spotlight_right {
	background-color: #FFFFCC;
	padding: 5px;
	width: 200px;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 0px;
	float: right;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-color: #990000;
	border-left-color: #990000;
}
#spotlight_right h4 {
	padding: 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
#lllmainContent #ContentBody {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.CollapsiblePanelContent img {
	margin: 5px;
}
#lll_horz_nav {
	width:575px;
	height: 25px;
	}




#lll_horz_nav ul {
	margin:0;
	padding:0em;
	list-style:none;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #f2edd7;
	font-weight: bold;
	text-align: center;
	float:left;
}

#lll_horz_nav ul li {
	float:left;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #990000;
	list-style-type: none;
	}
	
#lll_horz_nav li a {
	border-bottom-color:#CCCCCC;
	display:block;
	margin-bottom:2px;
	padding-bottom:2px;
	padding-left:4px;
	padding-right:0px;
	padding-top:2px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: 0.9em;
	line-height: 1.1em;
	color: #000000;
	list-style-type: none;
}
#lll_horz_nav a:hover, #lll_horz_nav a:focus {
	color: #FFFFFF;
	background-color: #333333;
}
#column2 {
	width: 350px;
}
#mainContent h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 120%;
}
.italictTagSub {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-style: italic;
	line-height: 140%;
	color: #990000;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#lllmainContent760 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 760px;
	position: relative;
}
#ContentBody li {
	padding-bottom: 2px;
	margin-top: 0px;
	padding-top: 0px;
}
#lllmainContentMcGuffey {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 175px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 585px;
	position: relative;
	background-image: url(../images/webback_mcguffey.jpg);
	background-repeat: no-repeat;
}
#column400 {
	width: 380px;
}
.90percenttext {
	font-size: 90%;
	line-height: 100%;
	color: #333333;
	text-decoration: none;
}
#lllmainContent #horznavtable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	
}
#lllmainContent #horznavtable th {
	padding: 3px 0px;
	margin: 1px;
	background-color: #666666;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #FFFFFF;
	}
	
#lllmainContent #horznavtable th .link {
	color: #FFFFFF;
	text-decoration: none;
}
#horznavtable th a:hover, #horznavtable th a:focus {
	color: #FFFFFF;
	background-color: #333333;
}
#lllmainContent h4 {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 105%;
	line-height: 110%;
	padding: 0px 0px 1px;
	font-weight: bold;
}
#lllmainContent h5 {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 110%;
	padding: 0px 0px 5px;
	font-weight: bold;
	color: #990000;
}
.backtotop {
	font-size: 11px;
	color: #996600;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 10px;
	font-weight: normal;
	line-height: 13px;
}
.reditalic {
	font-style: italic;
	color: #990000;
}
#ContentBody ul {
	margin: 0px;
	list-style-type: square;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}
#ContentBody th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	text-align: center;
}
#ContentBody td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
}
#ContentBody #WideSpotlight {
	background-color: #FFFFCC;
	width: 575px;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	margin-top: 5px;
	margin-bottom: 5px;
}
.10 px {
	font-size: 10px;
}
.delicious-posts { margin: 0; border: 2px solid #ddd; padding: 0.5em; width: 550px; font-family: sans-serif; }
.delicious-posts ul, .delicious-posts li, .delicious-banner { margin: 0; padding: 0}
.delicious-post {
	border-top: 1px solid #eee;
	padding: 0.25em;
	font-size: 12px
}
.delicious-odd { background-color: #f8f8f8 }
.delicious-banner a {
	font-size: 12px
}
.delicious-posts a:hover { text-decoration: underline }
.delicious-posts a { text-decoration: none; color: #a15426; display: block; padding: 0.3em }
.delicious-post a { color: #04a1ff }
.purple {
	color: #6a2d91;
}
.purple_subhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #6a2d91;
	line-height: 20px;
}
.2white {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFF;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}

