a.linkheader 
{
/*	color:#00F;*/
/*	font: 24.0px Arial;
	background-color:#000000;
	text-align:center;*/
	text-shadow:none;
	text-decoration:none;
	font-size:36px;
}
a.visited {color:#000000};

p.header  
{
	margin: 0.0px 0.0px 0.0px 0.0px; 
	font: 32.0px Arial; 
	color: #FFF;
/*	background-color: #000000; */
	text-align:center; 
	text-shadow: 0.1em 0.1em #333; 
	line-height:40px;
}

p.slogan  
{
	margin: 0.0px 0.0px 0.0px 0.0px; 
	font: 15.0px Arial; 
	color: #FFF; 
	background-color: #000000; 
	text-align:center; 
	text-shadow: 0.1em 0.1em #333; 
	line-height:30px
}

p.section 
{
	margin: 0.0px 0.0px 0.0px 0.0px; 
	font: 22.0px Arial; 
	color: #FFF; 
	background-color: #000000; 
	text-align:center; 
	text-shadow: 0.1em 0.1em #333; 
	line-height:34px;
	position:relative;
	padding: 5px, 0.0px, 0.0px, 0.0px;
}

p.footer  
{
	margin: 0.0px 0.0px 0.0px 0.0px; 
	font: 15.0px Arial; 
	color: #FFF; 
	background-color: #000000; 
/*	background-image: url('Shade40_Orange.png');*/
	text-align:center; 
/*	text-shadow: rgba(255,0,255,0.5) 1px 1px 0; */
	line-height:24px
}

p.detail  
{
	margin: 0.0px 0.0px 0.0px 0.0px; 
	font: 16.0px Arial; 
	color: #200050; 
	background-color: #ffffff
	text-align:center;
}

p.small   
{
	margin: 0.0px 0.0px 0.0px 0.0px; 
	font: 14.0px Arial; color: #200050; 
	background-color: #ffffff
}

p.screen  
{
	margin: 0.0px 0.0px 0.0px 0.0px; 
	font: 16.0px Arial; color: #200050; 
	background-color: #ffffff
}

p.notice  
{
	margin: 0.0px 0.0px 0.0px 0.0px; 
	font: 14.0px Arial; color: #ffffff; 
	background-color: #200050
}

span.llcorp 
{
	font: 24.0px Arial;
/*	text-decoration:none;*/
}

span.link 
{
	text-decoration: none;
/*	color: #009; 
*/
}
    
span.link2 
{
	text-decoration: underline ; 
	color: #ffffff;
}

ul.points 
{
	list-style-type:none;
	text-align:center;
}

ul.pointswithdisc
{
	list-style-type:disc;
}

li.bullet 
{
	margin: 0.0px 0.0px 0.0px 0.0px; 
	line-height: 18.0px; 
	font: 16.0px Arial; 
	color: #000000;
	text-align:justify;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	background:url(/includes/larosewebslogan.png) top center no-repeat;
	padding: 12px 0px 10px 0px;
	border-bottom: 1px solid #666666;
	width: 100%;
	height:155px;
}

#masthead a{
	display:block;
	position:absolute;
	width:100%;
	height:158px;
	left: 11px;
	top: 15px;
}

/************* #globalNav styles **************/

#globalNav{
	padding: 3px 0px 5px 0px;
	border-bottom: 1px solid #CCC;
	color: #CCCCCC;
	text-align: center;
	width: 100%;
	position:absolute;
	left: 1px;
	top: 175px;
}

#globalNav img{
 display: block;
}

#globalNav a {
	color:#000000;
	font-size: 90%;
	padding: 0 1px 0 0;
}

#globalNav ul{
/*	background:#666666;
*/
	height:10px;
	line-height:30px;
}

#globalNav ul li{
	list-style:none;
	display:inline;
	display:
	margin-right:20px;
}

/************** .story styles *****************/

.story{
	clear: both;
	padding: 5px 5px 5px 5px;
	font-size: 80%;
}

.story h1{
	padding: 0px, 0px, 0px, 0px;
	font-size:200%;
	text-align: center;
	background-color:#000;
	color:#FFF;
}

.story p{
	padding: 5px 0px 5px 0px;
	text-align: center;
	font-size: 125%;
}

.story li{
	text-align:center;
	font-size:135%;
}

.story2 li{
	text-align:left;
	font-size:135%;
	text-decoration:none;
}

.story2 ul{
	text-align:center;
	text-decoration:none;
}

