html, body, p, ul, ol, h1, h2, h3, h4, h5, h6, form { margin: 0; padding: 0; border: none; }
body {
	padding: 0px;
        margin: 0px; 
        font-family: verdana,arial,sans-serif;
}
#container{
	width: 980px;
	min-height: 100px; _height: 100px;
	margin: 0 auto;
	background: url(/images/styles/template1/orange/container-bg.gif) no-repeat 0 0 white;
	position: relative;
	padding: 0px;
}
#content {
  min-height: 1px;
  _height: 1px; 
  padding: 0px;
}

#rcolumn {
  position: relative;
  float: none;
  width: 980px;
  padding-top: 0px;
  background: none;
  margin-bottom: 0px;

}

#lcolumn  {
  display: none;
}

#toplink {
  display: none;
}

#footer {
  display: none;
}

.levels-tree
{
    line-height: 150%;
}

.levels-tree li
{
    margin-bottom: 0px;
    line-height: 120%;
    list-style-type: none;
}

.levels-tree li a
{
    color: #000000;
    display: block;
    text-decoration: none;
    padding: 5px 0px 5px 5px;
}

.levels-tree li a:hover
{
    background-color: #FFC58A;
    color: #000000;
}

.selected
{
    font-weight: bold;
    color: #000000;
}

span.selected
{
    display: block;
    width: auto;
    height: auto;
    font-weight: bold;
    color: #000000;
    background-color: #FFC58A;
    padding: 5px 0px 5px 5px;
}

.SelectedTreeItem
{
    background-color: #FFD9B3;
    margin-top: 2px;
}
