#accordion {
	margin: 20px 0px;
	height: 620px;
}

h3.toggler {
	cursor: pointer;
	font-size: 10px;/*ie only*/
	color: #6f5507;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 6px 6px 6px 0px;}
/* HACK reset margins back to what they should be for compliant browsers */
html>body h3.toggler {font-size: 12px;}
	
div.transbox {
	border-bottom: 1px dotted #a69575;
	


}
 
div.element p {
	margin: 0px;
	padding: 14px;
	color: #003366;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;/*ie only*/
	line-height: 1.2em;/*ie only*/
}
/* HACK reset margins back to what they should be for compliant browsers */
html>body div.element p {font-size: 12px; line-height: 1.4em;}

div.element h4 {
	margin: 0px;
	padding: 14px;
	color: #003366;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

div.element a:link, div.element a:visited {
	margin: 0px;
	color: #003366;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
}

div.element a:hover{
	margin: 0px;
	color: #6f5507;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: underline;
}
