body
{
	background-image:url(../images/backgrounds/bg_aqua.gif);
	background-repeat:repeat-x;
}

h1.contentHdr 
{
	font-size: 24px;
	font-weight: normal;	
	line-height: 36px;
	color:#01448e;
}

/* component art menu CSS */

.MenuItem2 {
	color: #000;
	background-color: #ffcb99;
	
}


.MenuItemHover2 {
	color: #000;
	background-color: #fe9900;
	
}

.ChildItem2 {
	color: #e51b24;
	background-color: #035cb4;
	
}

.ChildItemHover2 {
	color: #fff;
	background-color: #ff6633;
	
}

/* component art tree menu CSS */


.TreeView
 { 
   cursor:pointer;
 } 
 
.TreeNode
{
  font-family: verdana;
  font-size: 11px;
  cursor:pointer;
} 

.TreeNodeRow
{
  height: 24px;  
  padding: 3px; 
  cursor:pointer;
  border-bottom:1px solid #fff;
}

.HoverTreeNodeRow
{
  background-color: #d7d8ea;
  height: 24px;  
  padding: 3px;  
  cursor:pointer;
  border-bottom:1px solid #fff;
}

.SelectedTreeNodeRow
{
  background-color: #01448e;
  height: 24px;  
  padding: 3px;
  color: #fff;
  cursor:pointer;
}
