@charset "UTF-8";

body {
	margin: 0 0 0 0; 	padding: 0;
	font: normal 13px/1.6em Helvetica, Arial, sans-serif;	 
	color: #424242; 	
}

/* links */
a {
	color: #34943F;		
	background-color: inherit;
	text-decoration: none;			
}
a:hover {	
	color: #6A196F;
	background-color: inherit;	
}

/* headi8ers */
h1, h2, h3, h4 {
	font-family: Helvetica, Arial, sans-serif;
}

h1 { 
	font-size: 3em; 
	color: #000; 
	font-weight: 800;
	letter-spacing: -0.05em;
	line-height: 1em;
} 

h2 { 
	font-size: 2em; 
	color: #000; 
	font-weight: 800;
	letter-spacing: -0.05em;
}
	
h3 { 
	font-size: 1.5em; 
	font-weight: 800;
	color: #000;
	letter-spacing: -0.05em;
}
	
h4 { 
	font-size: 1em; 
	font-weight: 800;
	letter-spacing: -0.05em;
}

p, h1, h2, h3, h4 {
	margin: 0;
	padding: 10px 15px 5px 0;
}

#outer-wrap acronym {
  cursor: help;
  border-bottom: 1px dotted #8F8F8E;
}
#outer-wrap blockquote {
 	padding: 10px 5px 10px 30px;  
   	background: transparent;
	border: 1px solid #B4C960;   
  	font: normal 1.6em/1.5em Georgia, "Times New Roman", Times, serif;
	color: #0071B5;
	margin: 0;
}

/* images */
img {
	background: transparent;
	border-style: none;
}
img.float-right {
   margin: .5em 0 1em 1em;   
}
img.float-left {
   margin: .5em 1em 1em 0;
}