/* CSS Document */
	/* 
	JDW reminders:
			box models for margins and padding:  
			  padding:5px 10px;			represents 5px top and bottom; 10px left and right
			  margin:0px 5px 0px 5px; 	represents 0px top, 5px right, 0px bottom, and 5px left 
			-------------------------------------------------------------------------------------
			basic page layout:
			  body						contains pagewrapper and losfafooter divs - this is part of the sticky footer process
			  pagewrapper				contains losfaheader and losfacontent divs
			  losfacontent				contains contentLeft and contentFrame divs (contentRight is pre-coded but not operational)
			-------------------------------------------------------------------------------------
			css and related materials for the nav panel are generated from CSS3Menu and are not included here
			-------------------------------------------------------------------------------------
			
	*/


div.legacyWrapper {
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	width: 775px;
	/*position:relative;
	z-index:1;*/
}

.handheldOnly {
  display : none;
}


a.styled:link {
	color: #285090; 
	font-weight: bold; 
	text-decoration: none;
}      
a.styled:visited {
	color:#800080;
}   
a.styled:hover {
	color: white; 
	background-color: #990000;
}     
a.styled:active {
	color:#87CEEB;
} 

a.nostyle:link {
	text-decoration: none;
}    
a.nostyle:hover {
	color: white; 
}  


/* this style formats the maint msg */ 
	.notice-cells {
		border-width: 3px; 
		border-color: #990000;
		border-style: solid none solid none; 
		padding: 5px;
	}
	.notice-cells-extra {
		background-color:wheat;
		width:80%;
	}
	.notice-cells-text {
		font-size: 100%; 
		color: #000000; 
		padding: 5px;
	}
	.notice-cells-header {
		font-size: 125%; 
		color: #990000; 
		padding: 5px;
		font-weight: bold;
		/*line-height: 22px; */
	}


/*this style formats the header cells on the Program Rules  */
.Prog-header-cell {
	BORDER-BOTTOM: #990000 2px solid; 
	text-decoration: none; 
	padding: 3px;
}


.losfacodesBox {
	border-width: 3px; 
	border-color: #285090;
	border-style: solid none solid none; 
	padding: 5px
}