* {
	margin:0;
	padding:0;
	list-style:none;
}
/*body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:10px;
}*/

#basic-accordian{
	/*border:5px solid #EEE;*/
	/*padding:5px;*/
	width:250px;
	/*position: relative; top: 0px; left: 0px;*//*Sits within body table but goes a little crazy*/
	position:absolute;/*sits on the top level and hovers over table not forcing height down, PROBLEM--Start what looks to be around 10px lower than it should*/
	/*position:absolute; top: 0px; left: 0px;*//*ends up in the very top left corner*/
	/*margin-top:-100px;*/
	/*border-bottom-color:#a3adb6;
	border-bottom-style:solid;
	border-bottom-width:thin;*/
	z-index: 2;
	background-color: d3e0e8;
}

.accordion_headings{
	padding:0px;
	background-image:url(images/accordion_toggle.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#777777;
	/*border:1px solid #FFF;*/
	cursor:pointer;
	font-weight:bold;
	line-height: 42px;
	text-indent:37px;
	font-size: 13px;
}

.accordion_headings2{
	padding:0px;
	background-image:url(images/accordion_toggle2.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#777777;
	/*border:1px solid #FFF;*/
	cursor:pointer;
	font-weight:bold;
	line-height: 42px;
	text-indent:37px;
	font-size: 13px;
}

.accordion_headings:hover{
	background-image:url(images/accordion_toggle_active.jpg);
}
.accordion_headings:hover2{
	background-image:url(images/accordion_toggle_active2.jpg);
}
.accordion_child{
	padding:0px 12px 12px 12px;
	background-image:url(images/box_top_Middle.jpg);
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 11px;
	color:#666666;
}

.accordion_child2{
	padding:0px 12px 12px 12px;
	background-image:url(images/box_top_Middle2.jpg);
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 11px;
	color:#666666;
}

.header_highlight{
	background-image:url(images/accordion_toggle_active.jpg);
}

a.bodylink:link {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: normal; font-weight: normal; text-decoration: none; color: #EC008C}
a.bodylink:visited {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: normal; font-weight: normal; text-decoration: none; color: #EC008C}
a.bodylink:hover {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: normal; font-weight: normal; text-decoration: none; color: #606A71}

