@charset "UTF-8";
/* CSS Document */

/* To allow for one panel at a time to print (still a work in progress) */
				
#wrap	{
		margin: 0;
		}

.AccordionPanel	{
	display: none;
	}
	
.AccordionPanelOpen	{
					display: block;
					}
					
h3	{
	display: none;
	}
	
form	{
		display: none;
		}
		
#topspace	{
			display: none;
}

.amenMenu 	{
			display: none;
			}
			
		
.linkTable	{
			display: none;
}
			
.alphabetical	{
			display: none;
			}
			
.moduleText	{
			display: none;
}

.padT6 {
		display: none;
}

.AccordionPanelTab {
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: dotted 1px white;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.AccordionPanelTab-Clear {
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: dotted 1px white;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.AccordionPanelOpen .AccordionPanelTab {
	color: #003876;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.02em;
	font-weight: bold;
}

.AccordionPanelOpen .AccordionPanelTab-Clear {
	color: #003876;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.02em;
	font-weight: bold;
}
						
/* Regular Styling */


.entry	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 0;
	height: 10px;
	color: #663300;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #663300;
	}

.details	{font-family: Helvetica, Arial, san-serif;
	font-size: 0.7em;
	font-weight: 100;
	line-height: 17px;
	color: #333333;
	}
	
	
table	{
		font-family: Arial, Helvetica, sans-serif;
		/*width: 620px;*/
		}

.feature	{
		list-style-type:square;
		padding-left: 13px;
		font-family: Helvetica, Arial, san-serif;
		font-size: 0.7em;
		font-weight: 100;
		line-height: 17px;
		color: #333333;
		}

						
