@charset "utf-8";
/* CSS Document */
body{
font:bold 1.1em/2em Arial, sans-serif;
color:#999999;
line-height:14px;
font-size:12px;
}

p{
font:bold 1.1em/2em Arial, sans-serif;
color:#999999;
line-height:14px;
font-size:12px;
}

h1{
font:bold 1.1em/2em Arial, sans-serif;
color:#3bb3c3;
line-height:20px;
font-size:20px;
}
h2{
font:bold 1.1em/2em Arial, sans-serif;
color:#999999;
line-height:18px;
font-size:14px;
}

iframe{
border:none
}

a{
font:bold 1.1em/2em Arial, sans-serif;
color:#999999;
line-height:18px;
font-size:11px;
}

.outerbg{
	background-image:url(./images/bg.jpg);
	background-attachment:fixed;
	background-repeat:repeat;
	background-position:center;
	}



.accordion { 
list-style-type: none; 
padding: 0; 
margin: 0 0 30px; 
border: none; 
border-top: none; 
border-left: none; 
}

.accordion ul { 
padding: 0; 
margin: 0; 
float: center; 
display:block; 
width: 800px; 
}

.accordion li 
{ background: #3bb3c3; 
cursor: pointer; 
list-style-type: none; 
padding: 0; 
margin: 0; 
float: center; 
display: block; 
width: 800px;}

.accordion li.active>a { 
background: url('close.gif') 
no-repeat center right; }

.accordion li div { 
padding: 20px; 
background: #222222; 
display: block; 
clear: both; 
float: center; 
width: 760px;
}
.accordion a 
{ text-decoration: none; 
border-bottom: 1px solid #4df; 
font: bold 1.1em/2em Arial, sans-serif; 
color: #222; 
padding: 0 10px; 
display: block; cursor: pointer; 
background: url('open.gif') no-repeat center right;
}
	
	/* Level 2 */
.accordion li ul li { background: #1991a1; font-size: 0.9em; }


