	body 
	{
		background: url('images/green_body_bg.gif') repeat-x #FFF;
	}
	
    .ln
	{
		border-bottom: solid 1px #D2CABC;
        width: 100%;       
        height: 1px;
        position: relative;
        float: left;
        padding-top: 5px;       
	}
    .small_box
	{
		width: 220px;
		position: relative;	
		float: left;
		margin-right: 10px;
		margin-top: 5px;  
        text-align: center;  
	}                       
    
    .small_box a
    {
        color: #CBCBCA;
    } 
    	table.bt
    {
        position: relative;
        float: left;
        width: 900px;
        margin-top: 10px;
    }
    table.bt tr td
    {
        text-align: center;
    }
    table.bt tr td a
    {
        color: #CBCBCA;
    }   
    
	#header
	{
		height: 160px;
		position: relative;
		background: url('images/green_header_bg.jpg') no-repeat bottom left;		
	}
	
	div.outer {
	background: url( 'images/bars_active.gif' ) 0 -50px no-repeat;
	}
	
	div.outer_active {
	background: url( 'images/bars_active_active.gif' ) no-repeat;
	}

	div.outer a {
	background: url( 'images/bars_active.gif' ) top left no-repeat;
	}
    
    div.outer_spa {
	background: url( 'images/bars_active_spa.gif' ) 0 -50px no-repeat;
	}
	
	div.outer_active_spa {
	background: url( 'images/bars_active_active_spa.gif' ) no-repeat;
	}

	div.outer_spa a {
	background: url( 'images/bars_active_spa.gif' ) top left no-repeat;
	}

	/*MENU */

	#button {
	width: 210px;
	color: #000;
	background-color: #c6e8d1;
	font-size: 2px;
	}
	
	#button ul 
	{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}
		
	#button li 
	{
	border-top: solid 1px #dff6e5;
	border-bottom: solid 1px #5db87a;
	font-size: 13px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	}
		
	.menu_top 
	{
	height: 11px;
	background-image: url(images/menu_top_green.gif);
	background-repeat: no-repeat;
	}
		
	.menu_bottom 
	{
	height: 11px;
	background-image: url(images/menu_bottom_green.gif);
	background-repeat: no-repeat;
	}
		
	#button li.dark a 
	{	
	display: block;
	padding: 4px 0 4px 10px;
	font-weight: bold;
	color: #000;
	width: 200px;		
	}
	
	#button li.dark a:hover 
	{
	background-color: #adddbc;
	}
	
	#button li a 
	{
	display: block;
	padding: 4px 0 4px 20px;
	background: #c6e8d1;
	color: #000;
	font-weight: normal;
	text-decoration: none;
	width: 190;
	}

	html>body #button li a 
	{
	width: auto;
	}
		
	#button a.active 
	{
	background-color: #adddbc;
	}
		
	#button a.active_main_title 
	{
	background-color: #adddbc;
	}

	#button li a:hover 
	{
	background-color: #adddbc;
	}