
 
		dl{line-height:170%;margin-bottom:20px}
		dl,dt,dd{padding:0;margin:0}
		.faqs{padding-top:20px}
		.faqs dt{font-weight:bold;background:url(../img/arrow6.gif) 0 4px no-repeat;padding:3px 0 15px 30px;position:static;}
		.faqs dt:hover{cursor:pointer}
		.faqs dd{background:url() 0 2px no-repeat;padding:0 0 5px 30px;position:static;color:#333}
		.faqs .hover{color:#996666;text-decoration:underline}
		.openfaqs{padding-top:20px}
		.openfaqs dt{font-weight:bold;background:url(../img/arrow6.gif) 0 4px no-repeat;padding:3px 0 15px 30px;position:static;}
		.openfaqs dt:hover{cursor:pointer}
		.openfaqs dd{background:url() 0 2px no-repeat;padding:0 0 5px 30px;position:static;color:#333}
		.openfaqs .hover{color:#996666;text-decoration:underline}
 
		ul.a {list-style-type:circle; margin: 2px 0px 2px 10px; font-size:12px;}
		ul.b {list-style-type:square; margin: 2px 0px 2px 20px; font-size:12px;}
		.answer1 { margin: 2px 0px 2px 0px;}
		.answer2 { }
		.answer3 { }
		.answerSource { margin: 2px 0px 2px 10px; Font-style:italic; font-size:10px; }
		
/*************************************************/
/*styles to make Nave drop down be ontop of the other text*/
#body1 {
    position: relative;
}
#navigation {
 z-index:10;
 position:relative;
}
#content { 
position: relative;
}
#leftcolumn { 
}
#leftcolumn img { 
 position: relative;
}
.left{
position: relative;
z-index:1;
 }
.right{
position: relative;
z-index:2;
 }