.treeview ul
{
	  	margin: 0;
	  	padding: 0;
}
.treeview li
{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	  	list-style-type: none;
	  	list-style-image:none;
	  	padding-left: 22px;
	  	margin-bottom: 3px;
	  	font-family:verdana,arial;
	  	font-size:12px;
}
.tree_doccount 
{ 
		font-size:10px; 
}
.treeview li.submenu
{
		 list-style-type:none;
		 background: white url(../CE_images/tree_plus.gif) no-repeat left 1px;
		 cursor: pointer;
}
.treeview .submenu ul li
{ /*Style for LIs of ULs that are children of LIs (submenu)*/
	  	list-style-type:none;
	  	cursor: default;
}

.treeview a:hover 
{ 
		text-decoration:none; color:#32AB1E; 
}


#hptopbox 
{
		background-image: url(../CE_images/topbox.jpg);
		background-repeat: no-repeat;
		padding-top: 10px;
}
#hpbottombox 
{
		background-image: url(../CE_images/bottombox.jpg);
		background-repeat: no-repeat;
		height: 7px;
}

.textbox 
{
		font-weight: normal;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		padding-left: 27px;
		padding-right: 10px;
		padding-top: 5px;
		padding-bottom: 15px;
		color: #0C1B5E;
}

#hpbgbox 
{
		background-image: url(../CE_images/bg_box.jpg);
		background-repeat: repeat-x;
		border-width: 0px 1px 0px 1px;
		border-style: solid;
		border-color: #DBE1FB;
		background-position: bottom;
}
.vignette 
{
		display:none;
}
#menutabs 
{
		display:none;
}
.menutabover
{
		display:none;
}
.menutaboff
{
		display:none;
}
.menutabon
{
		display:none;
}
#header_links
{ 
		display:none;
}
#header_searchbox
{ 
		display:none;
}
#warning_box 
{
  		display:none;
}
#footer 
{
		display:none;
}
.treeview li.submenu ul
{
  		display: none;
}
#news1_lstupdt
{ 
		display:none;
}