@charset "UTF-8";
/* CSS Document */



#basic-accordian{
padding:0;z-index:2; background-color: #eeeeee;
}

.accordion_headings{
padding:5px;background:#999999;color:#FFFFFF;cursor:pointer;font-weight:bold;background:#888888 url(images/header.jpg) no-repeat;
}
.accordion_headings2{
padding:5px;background:#999999;color:#FFFFFF;cursor:pointer;font-weight:bold;background:#888888 url(images/header.jpg) no-repeat;
}
.accordion_headings:hover{
background:#347a35 url(images/highlight_hover.jpg) no-repeat;
}
.accordion_headings2:hover{
background:#347a35 url(images/highlight_hover.jpg) no-repeat;
}

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

.header_highlight{
background:#48a233 url(images/highlight.jpg) no-repeat;
}
.header_highlight2{
background:#48a233 url(images/highlight2.jpg) no-repeat;
}


#leftcolumn{
float:left;
width:260px;
padding: 0;
overflow:hidden;


}

#leftcolumn a{
background:#eeeeee url(images/leftcolumn.jpg) no-repeat;
padding: 3px 5px;
padding-right: 10px;
display: block;
width: 100%;
text-decoration: none;
font-weight: normal;
font-size: 10px;
color: #777777;
font-family: Verdana,Geneva,Arial,sans-serif;
line-height: 18px;
border-bottom: solid #dddddd 1px;
}

#leftcolumn a:hover{
background:#dceec5 url(images/leftcolumn_hover.jpg) no-repeat;
color: #444444;
}
#leftcolumn a:visited{
text-decoration: none;
}
#leftcolumn a:active{
text-decoration: none;
}

#rightcolumn{
background:#ffffff url(images/rightcolumn.jpg) repeat-x;
float:left;
width:500px;
min-height: 200px;
margin-left: 10px;
padding: 10px;
padding-bottom: 8px;
color: #777777;
border: solid 1px #dddddd;
}

* html #rightcolumn{ /*IE only style*/
height: 200px;
}



