.lrfscc {
	font-family: "Trebuchet MS", Tahoma, University;
	font-size: 12px;
	color: #000000;
}

/* mac hide\*/
html, body {height:100%}
/* end hide */
html,body {
	padding:0;
	
	background:  url(images/bg2.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	
}


 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/


#header {
	background-image:url(lrf-2i.gif);
	background-repeat:no-repeat;
	position:absolute;
	top:15px;
	left:5px;
	border:0;
	height:220px;
	margin-left:10px;
	
	width:800px;
	z-index:1;
}	

.headertext{
	position:absolute;
	top:200px;
	left:320px;
	color: #000000;
	font-size:18px;
	height:50px;
	width:350px;
	text-align:center;
	z-index:200;	
}


.bodycontent {
	position: absolute;
	top:275px;
	*top:80px;
	left:200px;
	*left:-100px;
	font-size:12px;
	color:#000;
	width:550px;
	text-align:left;
	font-weight:400;	
}

.left {
	width: 125px;
	position:absolute;
	top:290px;
	*top:70px;
	left:20px;
	*left:-290px;
	
}

.navtwoline {
	line-height:10px;
	margin-top:-2px;
	*margin-top:-4px;
	z-index:100;
	
}

#list-menu {
	margin-top:280px;
	width: 132px;
	/* this width value is also effected by
	the padding we will later set on the links.	*/
}


#list-menu ul, #list-menu #cssnav {
	margin: 0 0 0 10px; 
	padding: 0;
	list-style-type: none;
	font-family: verdana, arial, sanf-serif;
	font-size: 11px;
	font-weight:bold;
}

#list-menu li{
	margin-bottom: 5px;
}
		
#list-menu a {
	display: block;
	width:125px;
	padding: 4px 2px 4px 10px;
	background: #a5c37b;
	border-right:2px solid #919191;
	border-bottom: 2px solid #919191;
	text-decoration: none; /*lets remove the link underlines*/
}
#list-menu #cssnav a {
	display: block;
	width:125px;
	*margin-left:-10px;
	padding: 4px 2px 4px 10px;
	background: #8c7dbd;
	border-right:2px solid #919191;
	border-bottom: 2px solid #919191;
	text-decoration: none; /*lets remove the link underlines*/
}
#list-menu a:link, #list-menu a:active, #list-menu a:visited {
	color: #000000;
}


#list-menu a:hover, #list-menu #cssnav a:hover {
	border-right:2px solid #919191;
	border-bottom: 2px solid #919191;
	background: #ffdf5a;
	color: #000000;
}

	
#leftpic {
	position: absolute;
	top:35px;
	
	left:330px;
	
	float:left;
	z-index:50;
}
			
#midpic {
	position: absolute;
	top:35px;
	
	left:465px;
	
	float:left;
	z-index	:50;
}
				
#rightpic {
	position: absolute;
	top:35px;
	
	left:600px;

	float:left;
	z-index:50;
}
				

* html #footer {/*only ie gets this style*/
	\height:72px;/* for ie5 */
	he\ight:70px;/* for ie6 */
}

div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	width:530px;
	float:right;
	padding-top:98px;/*make room for header*/
}
#centrecontent_inner{
padding-right:20px;
}
#centrecontent p {
	padding-left:3px;
	padding-right:3px;
}
#page_title{
	font-size:120%;
	font-weight:bold;
	margin-bottom:15px;
}
.sub_title{
	font-size:130%;
	font-weight:normal;
	margin-bottom:10px;
	color:#000000;
}

.boxbasetree {
	margin-bottom:5px;
	width:139px;
}

#list-menu .boxbasetree .self a {
	background: #ffdf5a;
	width:125px;
	margin-left:5px;
}

.boxbase {

	margin-bottom:5px;
	width:139px;
}


#list-menu .boxbase, .child a {
	width:139px;
	margin-left:12px;

}
#list-menu .child a {
	background: #a5c37b;
	color:black;

}


#list-menu .boxbase, .childhome a {
	width:125px;
	margin-left:0;

}
#list-menu .childhome a {
	background: #a5c37b;
	color:black;

}