BODY {
  font-family:Verdana;
	font-size : 11px;
  margin-left:0;
	background-image:url('images/grass.jpg');

}


.header {
font-family : verdana,geneva,arial;
font-size : 12px;
font-weight : bold;
color : #fffff2;
text-decoration : none
}

.text {
font-family : verdana,geneva,arial;
font-size : 12px;
font-weight : none;
color : #000000;
text-decoration : none
}

.textbold {
font-family : verdana,geneva,arial;
font-size : 12px;
font-weight : bold;
color : #000000;
text-decoration : none
}

.link {
color : green;
font-size : 9px;  
font-weight : bold;
text-decoration : underline
} 

A:link.link, A:vlink.link, A:alink.link { 
color : green; 
font-size : 9px; 
font-weight : bold;
text-decoration : underline
} 

A:hover.link { 
color : #ff0000; 
font-size : 9px; 
font-weight : bold;
text-decoration : none
} 

.link2 {
color : #000000;
font-size : 12px;  
font-weight : bold;
text-decoration : underline
} 

A:link.link2, A:vlink.link2, A:alink.link2 { 
color : #000000; 
font-size : 12px; 
font-weight : bold;
text-decoration : underline
} 

A:hover.link2 { 
color : green; 
font-size : 12px; 
font-weight : bold;
text-decoration : none
} 


.text-menu {
font-family : verdana,geneva,arial;
font-size : 10px;
font-weight : bold;
color : #FFF;
text-decoration : none
}


#basic-accordian{
	border:5px solid #EEE;
	padding:5px;
	width:150px;
	margin-left: 0px;
	z-index:2;
	margin-top:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:2px;
	text-align:left;
}

.accordion_headings{
	padding:5px;
	background:#9FCB79;
	color:#FFFFFF;
	border:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
}

.accordion_headings a.text-menu{
	color:#FFFFFF;
	border:0px solid #FFF;
	font-weight:bold;
	display: block;
	text-decoration: none;
}

.accordion_headings:hover{
	background:#FF0000;
}

.accordion_child{
	padding:5px;
	background:#EEE;
}

.accordion_child a.link{
	margin-bottom:2px;
	padding-left:10px;
	background-color:#477C1A;
	color:#FFF;
	border:1px solid #4F4F4F;
	font-weight:bold;
	display: block;
	font-size: 12px;
}

.accordion_child a.link:hover{
	margin-bottom:2px;
	padding-left:10px;
	background-color:#000;
	color:#FFF;
	border:1px solid #7B7C7D;
	font-weight:bold;
	display: block;
	font-size: 12px;
}

.header_highlight{
	background:#477C1A;


}