* { 

	margin: 0; 
	padding: 0;	
	
	}
	
body {

	background-color: #fff;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	color: #404040;

	}
	
/* font adjustment for IE5 */

body {
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
	}

html>body { /* be nice to Opera */
	font-size: small;
	}	
	
	
.clearfloat {

	clear:both;

}	
	
/* Global link colors */	
	
	a, a:visited {
	
		text-decoration:none;
		color:#496D93;
	
		}
	
	a:hover {
	
		text-decoration:underline;
		color:#496D93;
		
		}
	
		
	a.more  {
				
		background-image:	url(/images/arrow9x9.gif);
		background-repeat: 	no-repeat;
		background-position: 0 50%;
		padding:2px 0 0 15px;
		
		}


/* Global paragraphs and headlines */

	p {
	
		margin:0px 15px 10px 15px;
		
		}	
					
		
	h2, h3 {
	
		margin:0px 15px 15px 15px;
	
		}	
									
		
	h1 {
		font-size: 200%;
		margin:30px 15px 10px 15px;
		color: #404040;
	
		}

		
	h2 {
	
		font-size: 110%;
		padding-top:20px;
		color: #496D93;
	
		}
		
.genericcolumn h3 {
	
		font-size: 100%;
		margin:15px 15px 5px 15px;

	
		}								
				
		
	h3 {
	
		font-size: 100%;

	
		}			
					
	
	p { 
	
		line-height: 1.5em;
	
		} 	
	
		
/* Second level columns */

	
.genericcolumn {
	width: 95%;
	border: none;	
	text-align: justify;
	background-color: #fff;
	}		
	

/* main bullet list */


#content  ul
	{

	list-style: none;
	padding:0;

	}

#content li, #content dd {
			
	background-image:	url(/images/redarrow9x9.gif);
	background-repeat: 	no-repeat;
	background-position:	0 .5em;
	padding-left: 	15px;
	line-height:	175%;
	text-align: left;
}


/* second level bullet list */


#content dl

	{
	
	padding: 20px;
	border-left: 5px solid #D9DBC7;
	background-color: #FAFCE7;
	margin: 0 15px 0 15px;

	}

#content dt	
	
{

	font-weight: bold;
	font-size: 110%;
	color: #496D93;
	padding-bottom: 10px;
	
}	

