#accordian {
	width: 290px;
	margin-left: auto;
	margin-right: auto;
	}
	
 
.accordionButton {
	width: 290px;
	padding: 6px;
	margin: 0 0 2px 0;
	background: #0081c6;
	cursor: pointer;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}
 
.accordionContent {
	width: 284px;
	padding: 8px;
	margin: 0 0 6px 0;
	background: #fff;
	border: 1px solid #0081c6;
	display: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}



.accordionContent a:link {
	color: #0081c6;
	text-decoration: none;
	}
	
.accordionContent a:visited {
	color: #5ca6d9;
	text-decoration: none;
	}
	
.accordionContent a:hover {
	color: #0081c6;
	text-decoration: underline;
	}
	
	
	
		
.accordionButton2 {
	width: 290px;
	padding: 6px;
	margin: 0 0 2px 0;
	background: #5ca6d9;
	cursor: pointer;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}
	
.accordionButton3 {
	width: 290px;
	padding: 6px;
	margin: 0 0 2px 0;	
	background: #accbe9;
	cursor: pointer;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}
	
	
.accordionButton h3, .accordionButton2 h3, .accordionButton3 h3	{
	font-family: "Lucida grande", helvetica, arial, san-serif;
	font-size: 0.8em;
	color: #fff;
	background: url(../images/pointer.png) no-repeat right;
	}
	
	
	
	
	
	
	
	
	
	
	
#accordian_sml {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	}
	
 
.accordionButton_sml {
	width: 100%;
	padding: 4px;
	margin: 0 0 2px 0;
	background: #0081c6;
	cursor: pointer;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}
 
.accordionContent_sml {	
	width: 98%;
	padding: 6px;
	margin: 0 0 6px 0;
	background: #fff;
	border: 1px solid #0081c6;
	display: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}
	
.accordionButton2_sml {
	width: 100%;
	padding: 4px;
	margin: 0 0 2px 0;
	background: #5ca6d9;
	cursor: pointer;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}
	
.accordionButton3_sml {
	width: 100%;
	padding: 4px;
	margin: 0 0 2px 0;	
	background: #accbe9;
	cursor: pointer;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}
	
	
.accordionButton_sml h3, .accordionButton2_sml h3, .accordionButton3_sml h3	{
	font-family: "Lucida grande", helvetica, arial, san-serif;
	font-size: 0.7em;
	color: #fff;
	background: url(../images/pointer_sml.png) no-repeat right;
	}