body {

	line-height: 160%;

	}
	
em, cite {

	font-style: italic;

	}
	
strong { 

	font-weight: bold;

	}
	
h1 {

	clear: both;
	font-size: 2.1em;
	line-height: 130%;
	color: #8bae00;

	}
	
h2 {

	font-size: 1.6em;
	clear: both;

	}
	
h3 {

	margin: .8em 0 0 0;
	font-size: 1.5em;

	}
	
h4 {



	}
	
h5 {



	}
	
p {

	margin: .8em 0 0 0;

	}
	
/* home page bottom wrap */

#homePageBottomWrap h2 {

	font-size: 2.2em;
	color: #007fa9;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #ccc;

	}
	
/*content styles */

#content {

	line-height: 160%;
	font-size: 1.2em;

	}
	
	.subtitle {
	
		font-size: 1.3em;
		font-style: italic;
		color: #555;
	
		}
		
	.em {
	
		font-style: italic;
	
		}
	
	#content h2 {
	
		color: #8bae00;
		border-bottom: 1px solid #ccc;
		margin: .8em 0 0 0;
		line-height: 160%;
	
		}
		
	#content h3 {
	
		clear: both;
		font-weight: normal;
		margin: .8em 0 0 0;
		color: #555;
	
		}
		
	#content ul {
	
		font-size: .9em;
		line-height: 140%;
		margin: .7em 0 0 0;
		list-style-type: disc;
		list-style-position: outside;
		padding: 0 0 0 1.5em;
		color: #555;
	
		}
		
		#content ul li {
		
			padding: 0 0 .4em .5em;
		
			}
			
		#content ul.crumbs {
		
			font-size: .9em;
			line-height: 160%;
			margin: 0 0 20px 0;
			list-style: none;
			padding: 0;
		
			}
			
			#content ul.crumbs li {
			
				display: inline;
				float: left;
				margin: 0 .6em 0 0;
				padding: 0;
			
				}
				
				#content ul.crumbs li:after {
				
					content: " >";
					padding: 0 0 0 .6em;
				
					}
					
				#content ul.crumbs li.current:after {
				
					content: "";
				
					}
		
	#content ol {
	
		font-size: .9em;
		line-height: 140%;
		margin: .8em 0 0 0;
		list-style-type: decimal;
		list-style-position: outside;
		padding: 0 0 0 2em;
		color: #555;
	
		}
		
	#content dl {
		
		margin: 1em 0;
	
		}
		
	#content dl dt {
	
		position: absolute;
		left: -9999px;
		top: -9999px;
	
		}
		
		#content dl.visible dt, #content dl dt.visible {
		
			position: relative;
			left: 0px;
			top: 0px;
		
			}
			
		#content dl.visible dt {
			
			font-size: 1.2em;
			line-height: 140%;
			color: #8bae00;
		
			}
		
		#content dl.visible dd {
		
			margin: .6em 0 .8em 1.4em;
			color: #555;
			padding: 0 0 .8em 0;
			border-bottom: 1px solid #ccc;
			
			}
			
		#content dl dt.space {
		
			margin: .8em 0;
		
			}
			
		#content em {
		
			font-style: italic;
		
			}
	

/* footer wrap */

#footerWrap, #LILBody, #LILBodyHome {

	font-size: 1.2em;

	}