	#accordion_container {
		margin: 0 auto 0 auto;
		width: 200px;
		height: 519px;
		clear: both;
		background: none repeat scroll 0% 0% #E5E5E5; 
		overflow: visible;
		border: thin solid white;
	}

	.accordion_toggle {
		display: block;
		height: 25px;
		width: 200px;
		background: url('/images/page_elements/accordion/closed_tab.jpg') no-repeat top left transparent;
		padding: 0 10px 0 10px;
		line-height: 25px;
		font-weight: bold;
		text-decoration: none;
		outline: none;
		font-size: 13px;
		color: #000000;
		cursor: pointer;
		margin: 0 0 0 0;
		font-family: Arial, Helvetica, sans-serif;
		font-stretch: narrower;
	}

	.accordion_toggle_active {
		background: url('/images/page_elements/accordion/opened_tab.jpg') no-repeat top left transparent;
		padding: 0 10px 0 10px;
		line-height: 25px;
		font-weight: bold;
		text-decoration: none;
		outline: none;
		font-size: 13px;
		color: #000000;
		cursor: pointer;
		margin: 0 0 0 0;
		display: block;
		height: 25px;
		width: 200px;
		font-family: Arial, Helvetica, sans-serif;
		font-stretch: narrower;
	}

	.accordion_content {
		background-color: transparent;
		color: #444444;
		overflow: auto;
		max-width: 195px;
		font-family: Arial, Helvetica, sans-serif;
	}

	.accordion_content p {
		line-height: 101%;
		text-indent: 0px;
		padding-left: 9px;
		margin: 6px 1px 6px 1px;
	}

	.accordion_content p a {
		font-family: Arial, Helvetica, sans-serif;
		font-stretch: narrower;
		font-size: 14px;
		font-weight: lighter;
	}

	.accordion_content p a:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-stretch: narrower;
		font-size: 14px;
		font-weight: lighter;
	}

	.subNavItem {
		font-family: Arial, Helvetica, sans-serif;
		font-stretch: narrower;
		font-size: 14px;
		font-weight: lighter;
	}
